欢迎光临
我们一直在努力

Linux下MP3的TAG乱码问题解决方法

复制代码

代码如下:

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

复制代码

代码如下:

mid3iconv -e GBK *.mp3

将MP3的TAG编码转换成GBK编码,乱码原因是windows下一般MP3的TAG编码为GB2312.

赞(0) 打赏
未经允许不得转载:欧欧colo教程网 » Linux下MP3的TAG乱码问题解决方法

更稳定的 国内物理服务器租用 机柜托管

促销 - 国内物理机 40核 64G内存 1T硬盘 ¥260

服务器促销国内物理机 40核 64G内存 1T硬盘 ¥260

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续提供更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫打赏

微信扫一扫打赏