пятница, 30 апреля 2010 г.

mp3 id3 tag convert to utf8

http://wiki.linuxmce.org/index.php/Converting_MP3_Tags_To_UTF-8

mid3iconv

Utility mid3iconv is a part of Python-mutagen package. It is a tool which can do mass conversion of mp3 files. You can install python-mutagen from the universe repository:

sudo apt-get install python-mutagen

Convert MP3 Tags using mid3iconv

find . -name "*.mp3" -print0 | xargs -0 mid3iconv -e CP1251 -d

Комментариев нет:

Отправить комментарий