-
Notifications
You must be signed in to change notification settings - Fork 19
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
can't get comment field values... #21
Comments
TinyTag have "COMM" and "COM" tag mapping for comment field but it changes nothing ( when I insert values into comment field, as a result I see something like that before ; = old value (that I can't get using music_tag lib) I mean I can't rewrite this field totally |
Unfortunately, I still don't have a good handle on ID3 tags since so many apps encode data into them differently. I think the best thing I can recommend is for you to take a look at |
it's a strange thing but it's still can't rewrite the whole filed with new value |
kind of solution: and use it when basic common request 'COMM' returns empty string get the value using: 'TXXX', |
for the first, accept my thank for your lib! it's the best
only one thing is upsetting..
maybe I do something wrong, but my program can't get info from comment fields
it returns empty line
so that I need to use another lib (TinyTag) and it's not really professional
I compared tag mapping for comment and it matched
I tested on the same files
and TinyTag lib gets comment value, music_tag doesn't
please, can you help with that.... ?
here is the link for 5 files (as an example)
https://yadi.sk/d/dONCP2vSD-nT4g
please, check them for confirm the problem....
The text was updated successfully, but these errors were encountered: