Skip to content

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

License

Notifications You must be signed in to change notification settings

alonbl/mp3unicode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a4958c3 · Dec 25, 2024

History

63 Commits
May 6, 2012
Jan 10, 2012
Sep 2, 2007
Aug 14, 2007
Sep 30, 2007
May 6, 2012
Dec 7, 2008
Sep 2, 2007
May 7, 2012
May 6, 2012
May 6, 2012
May 6, 2012
Dec 23, 2024
Dec 2, 2016

Repository files navigation

mp3unicode

I. Introduction

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

mp3unicode --source-encoding CP1255 --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  to Unicode and will write id3v2 tag back,
stripping away id3v1 tag.

II. Installation

See INSTALL

III. Usage

See mp3unicode.1