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

Define encoding for frames #6

Closed rstemmer closed 6 years ago

rstemmer commented 6 years ago

Allow the user to define the encoding of the text inside frames. Currently only UTF-16 will be used (as defined by the ID3v2.3.0 standard). With ID3v2.4.0 UTF-8 is allowed and should be possible to use. Further more very old player would benefit from ISO8859-1 encoded frames :)

!! it is important to update the version number when a ID3v2.4.0-Only encoding is used!

rstemmer commented 6 years ago

--encoding $ENCODING implemented for id3edit 2.0.0