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.1 (2012-05-06)

Changes:

  • Fix -p parameter.
  • Add -w parameter.
  • Print a message if file save failed.

Authors

Andrei Dubovik, Alon Bar-Lev.