[id3lib-devel] 2.2.0 tag problem
Brought to you by:
t1mpy
From: <arr...@ra...> - 2008-10-21 00:56:57
|
I'm running id3v2 on Linux, but I traced the problem down to the library. The problem happens if you try changing anything in a file with a 2.2 tag. (I was using id3v2 --TCON Podcast). If you do this, it writes out the file in 2.3 format, using the 2.2 data, and the four letter 2.3 names that correspond to the three letter 2.2 names, without converting it. This is usually okay, since most fields have simply been renamed to four letters with no other changes. It's not okay, however, for the PIC (APIC in 2.3) field. The format for this field is different, and reading 2.2 data as 2.3 comes out bad. Does anyone have a fix for this? |