larsbs / id3v2lib

id3v2lib is a library written in C to read and edit id3 tags from mp3 files.
BSD 2-Clause "Simplified" License
128 stars 44 forks source link

Take description in "APIC" into consideration #5

Closed Kontinuation closed 10 years ago

Kontinuation commented 10 years ago

The original code seems to assume an empty description section, so media files with descriptions attached in artwork metadata won't be parsed correctly. Besides, the value of picture_type field is also incorrect due to miscalculation of field offset.

larsbs commented 10 years ago

Yes, it was indeed a design desicision. As the library started as a personal project for my own files, I don't like to have description on the files.

But if you have fixed it, I can accept the pull. Indeed, I can give you permissions on the repository if you want.