欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Linux下MP3的TAG亂碼問題解決方法

  發(fā)布時(shí)間:2013-01-29 10:50:13   作者:佚名   我要評(píng)論
因?yàn)閣indows下一般MP3的TAG編碼為GB2312,所以我們可以通過mid3iconv將MP3的TAG編碼轉(zhuǎn)換成GBK編碼即可


復(fù)制代碼
代碼如下:

sudo apt-get install python-mutagen

然后使用mid3iconv工具

Usage: mid3iconv [OPTION] [FILE]...
Mutagen-based replacement the id3iconv utility, which converts ID3 tags from
legacy encodings to Unicode and stores them using the ID3v2 format.

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -e ENCODING, --encoding=ENCODING
                        Specify original tag encoding (default is UTF-8)
  -p, --dry-run         Do not actually modify files
  --force-v1            Use an ID3v1 tag even if an ID3v2 tag is present
  --remove-v1           Remove v1 tag after processing the files
  -q, --quiet           Only output errors
  -d, --debug           Output updated tags


復(fù)制代碼
代碼如下:

mid3iconv -e GBK *.mp3

將MP3的TAG編碼轉(zhuǎn)換成GBK編碼,亂碼原因是windows下一般MP3的TAG編碼為GB2312.

相關(guān)文章

最新評(píng)論