rstemmer / id3edit

🛠 id3edit is a command line tool to edit and debug ID3v2 tags of mp3 files supporting Unicode.
GNU General Public License v3.0
31 stars 4 forks source link

No extended header supported #9

Closed rstemmer closed 6 years ago

rstemmer commented 6 years ago

I never saw a file found two files that used the extended ID3 header feature. This issue is just to keep track of the limitation.

Feel free to comment when this becomes a real issue.

Flags to implement:

rstemmer commented 6 years ago

Possible new command line option:

rstemmer commented 6 years ago

--add-crc implemented as well as reading and writing extended header with CRC check sum. Currently available on the extheader branch