-
Notifications
You must be signed in to change notification settings - Fork 60
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
Uncaught exception: Unable to covert the following frames to version v2.3: TMOO #474
Comments
This is due to ID3 v2.3 not supporting TMOO. eyeD3 COULD put these in a TXXX with description: 'mood', but that's not too portable. i.e. Would TXXX:mood convert to TMOO? prolly, but that is very eyeD3 specific, but would allow conversions without exceptions. |
I do not know why my original ID3 v2.3 file could contain TMOO, due it is not possible, but it did. As ID3 v2.3 does not support TMOO, so maybe just remove it instead of getting crashed trying to do something that cannot work? |
Sounds like you have a IDv2.4 tag where it is valid and you are trying to convert to 2.3 where it is not. If you feel like sharing the file it's be a good addition to my test set. |
The file is v2.3 not 2.4. That's why i am wondering how it could have TMOO, but eyeD3 seems to detect this field in this file. I managed to remove the audio from the file that only the ID3 tag is left. |
If you zip it you can attach to this github issue. Thanks. TMOO is not legit in 2.3 but I'm not surprised you have one with it, tags are generally mayhem with respect to the specs. Apple just invented new frames, etc. |
I've attached it here. Just unzip it, and try it. |
I'm attempting to remove cover arts from mp3 files using
The error remains even after deleting the ReplayGain tags. This only happen to a few, not all songs with ReplayGain. This is the output for
Edit: ReplayGain values are not the issue. Check comments above. |
I'm encountering the same issue for a TKY2 tag. Similar to flipMWD's comment, |
@Nightfirecat That's not a standard ID3 frame. |
Edit: Opened a new issue at #618 |
eyeD3 dies trying to convert an ID3 v2.3 to v2.3 that contains TMOO field.
Tested in Ubuntu default version 0.8.4:
Tested in the newest version 0.9.5 (installed via pip3):
Workaround
--text-frame="TMOO:"
removes TMOO field before converting.File was created by importing a CD into iTunes.
The text was updated successfully, but these errors were encountered: