-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: My regression test script shows strange behaviour - is there a tag mapping table? #293
Comments
There's no such documentation, but it shouldn't be too difficult to do.
My main reference for how to map standard tags is that page, plus all the feedback I've received over the years on the project.
I think that's definitely feasible and would be a nice way to put everything in one place without spending too much time copy/pasting 👍 Keep me informed~ |
Thank you for your quick response.
Yeah, I did work on an extension in my fork to do something like this programmatically. What I found particularly interesting about the results of my script was:
So my conclusion:
I'm doing a bit more research, what is wrong with the |
Wasn't that supposed to be fixed by #289? Can you confirm you're using v6.09? I'll take a closer look at the rest of the report soon. |
No need to hurry, I'm going to investigate this. Some of the properties (e.g. This may be the problem - I don't want you to invest more time than required. I'm going to investigate this further and report single, well defined issues for each problem group to save you time. Thank you :-) |
Hey there,
I wrote a little script for
tone
to do regression tests. It's a dirty hack before I write real unit tests but I wanted something that tests the behaviour of the compiled program without having to do too much work.Basically it writes the value
1
in every property thatatldotnet
supports.However, the results where interesting and I wanted to share them - not having in mind to fix something, but to ask the question, if there is a documentation for kind of a mapping table containing:
TALB
is used forAlbum
) of that formatTrack
Where is an example what I have in mind:
Album
TALB
TALB
albm
...
...
...
...
I would put in some effort to help with this (e.g. in the Wiki), because I think it would be worth and because I already have something similar for my projects. Maybe I could even do this programmatically via
frameMapping
of the different formats to keep the list up to date.For some formats, fields are not supported or just do nothing when writing.
Here is the script
Required to run it:
tone
,jq
and unix tools likesed
,find
, etcResources
directory (e.g.flac
,m4a
andmp3
)And here the results
The text was updated successfully, but these errors were encountered: