nicfit
nicfit
> eyed3.id3.tag.TagException: Unable to covert the following frames to version v2.3: TMOO This is due to ID3 v2.3 not supporting TMOO. eyeD3 *COULD* put these in a TXXX with description:...
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...
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...
@Nightfirecat That's not a standard ID3 frame.
Sounds a great feature, but I don't have any immediate plans to work on it. PRs welcome though ;)
I never considered an mp3 without tag an error, so not exception worthy. The AudioFile object still has useful info about the mp3 itself in the result.
eyeD3 core package does not have any dependency to load the bytes, regardless of image mime-type, and determine the size. That is not the case for the eyeD3 `art` plugin...
Thanks @gobater . Seems quite useful, adding some tests/coverage would be ideal for merging.
Hi @zvodd , thanks for the patches. Not sure if you checked out the chapters branch but I'd be curious whether the same problems occur there. The changes can be...
Can you provide the error messages, commands/code you are trying to execute?