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

Force ID3v2.4.0 version in ID3 header #5

Closed rstemmer closed 6 years ago

rstemmer commented 6 years ago

implement a --force240 option that sets the ID3 version number to 2.4.0 in the Tag header, even if it is v2.3.0 compatible.

rstemmer commented 6 years ago

Implemented