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

Support null separated value list #16

Open rstemmer opened 6 years ago

rstemmer commented 6 years ago

There may only be one text information frame of its kind in an tag. All text information frames supports multiple strings, stored as a null separated list, where null is represented by the termination code for the character encoding. Source: http://id3.org/id3v2.4.0-frames