• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

distro/H07-May-2012-1,8961,465

AUTHORSH A D06-May-201279 32

COPYINGH A D06-May-201217.6 KiB341281

ChangeLogH A D06-May-2012856 3826

ChangeLog.xslH A D06-May-20121.9 KiB5851

INSTALLH A D06-May-2012745 4131

Makefile.amH A D03-May-20221.8 KiB6733

Makefile.inH A D03-May-202233 KiB981854

READMEH A D06-May-2012475 2012

aclocal.m4H A D07-May-201239.7 KiB1,1241,008

config.guessH A D07-May-201244.1 KiB1,5461,335

config.h.inH A D07-May-2012625 2617

config.subH A D07-May-201234.9 KiB1,7921,649

configureH A D07-May-2012163.3 KiB5,7014,703

configure.acH A D07-May-20122.9 KiB115102

depcompH A D07-May-201218.2 KiB631407

install-shH A D07-May-201213.3 KiB521344

messages.cppH A D06-May-20122.9 KiB9052

messages.hH A D06-May-20121.4 KiB4621

missingH A D07-May-201211.2 KiB377281

mp3unicode.1H A D06-May-20123.5 KiB9896

mp3unicode.cppH A D07-May-20128.8 KiB396333

mp3unicode.specH A D07-May-20121.1 KiB5039

releases.xmlH A D06-May-20122.5 KiB7265

README

1mp3unicode
2
3I. Introduction
4
5MP3Unicode is a command line utility to convert ID3 tags in mp3 files between
6different encodings. For example,
7
8mp3unicode --source-encoding CP1255 --id3v1-encoding none --id3v2-encoding unicode file.mp3
9
10will read id3v2 tag (or id3v1 tag if there is no id3v2) from the file, convert
11the text fields in the tag from  to Unicode and will write id3v2 tag back,
12stripping away id3v1 tag.
13
14II. Installation
15
16See INSTALL
17
18III. Usage
19
20See mp3unicode.1