本篇内容主要讲解“linux下MP3的TAG乱码问题如何解决”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Linux下MP3的TAG乱码问题如何解决”吧!代码如下:sudo apt-get in
本篇内容主要讲解“linux下MP3的TAG乱码问题如何解决”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“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.
到此,相信大家对“Linux下MP3的TAG乱码问题如何解决”有了更深的了解,不妨来实际操作一番吧!这里是编程网网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!
--结束END--
本文标题: Linux下MP3的TAG乱码问题如何解决
本文链接: https://lsjlt.com/news/265278.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0