nicfit
nicfit
Hmm, I can't reproduce: ```python In [3]: tag Out[3]: In [4]: tag.original_release_date = "2015-01-02" In [5]: tag.release_date = "2015-01-02" In [6]: tag.recording_date = "2015-01-02" In [7]: print(tag.recording_date) 2015-01-02 In [8]:...
Does `eyeD3 --verbose` show an APIC frame. If not, te image frame is removed. Tags can have padding though, I suspect the zero byte padding may be why the file...
I have no idea. What does `eyeD3 -l debug ...` look like?
@fd0-nl There is an ogg/vorbis experiment branch BTW https://github.com/nicfit/eyeD3/tree/vorbis
I suggest writing an eyeD3 plugin to do this. The `fixup` plugin is a bit specific, but does some of you are want here. A plugin for your own purpose,...
I would not consider this a failure, eyeD3 correctly only adds one TCON frame since multiple TCON frames in a file is not conforming. Implementation of the "standard" null separated...
Thanks @cheitzig . I'll look more into this, i these encoding problems seem to occur mostly on Windows, I'm wondering if it should be conditional on that platform universally.
Testing with this: https://github.com/nicfit/eyeD3/commit/6b622d0dcb333ecf1097b96ca8b5074301c5b5ba
Thanks for reporting @Christilut . I cannot reproduce on linux. My test was pretty contrived tho, without your mp3 I just named a file `Kaikō - Djedjotronic.mp3`. It is happening...
Hey @Christilut , thanks for trying the new version. If you can, give this a shot... In lameinfo.py change the first `print` to `printMsg` I'm working up a patch for...