https://bugs.kde.org/show_bug.cgi?id=466264
--- Comment #1 from Urs Fleisch <uflei...@users.sourceforge.net> --- Thanks for the report. I think that you found a real bug in TagLib, the library which is used by Kid3 for ID3v2.4 tags. I analyzed your two files. The special thing in your files is that they contain an extended header, which is used in this case to contain a CRC number. The usual MP3 files you find in the wild do not have such an extended header. TagLib reduces the amount of data to check for frames in the remaining tag by the size of this extended header, but it does it twice. Therefore the last frame (in one case the title and in the other the track number) is not parsed. I will create a bug report and a fix for TagLib and then ship future versions of the Kid3 binaries with a patched TagLib. -- You are receiving this mail because: You are watching all bug changes.