Home $
Get mp3unicode at SourceForge.net. Fast, secure and Free Open Source software downloads

mp3unicode

About

MP3Unicode is a command line utility to convert ID3 tags in mp3 files between different encodings. For example,

mp3unicode --source-encoding cp1251 --id3v1-encoding none --id3v2-encoding unicode file.mp3

will read id3v2 tag (or id3v1 tag if there is no id3v2) from the file, convert the text fields in the tag from cp1251 to Unicode and will write id3v2 tag back, stripping away id3v1 tag.

Latest Release

mp3unicode-1.2 (2007-09-28)

Changes:

  • Qt dependency dropped.
  • Processing multiple files is now possible.
  • Some improvements in interface, e.g. running mp3unicode without arguments shows help.

Authors

Andrei Dubovik, Alon Bar-Lev.