手机
当前位置:查字典教程网 >操作系统 >unix linux >Linux下MP3的TAG乱码问题解决方法
Linux下MP3的TAG乱码问题解决方法
摘要:sudoapt-getinstallpython-mutagen然后使用mid3iconv工具Usage:mid3iconv[OPTION]...

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乱码问题解决方法】相关文章:

linux 修改文件名 linux 批量改文件名解决方法

Linux 系统下各种包的安装方法分享

Linux rm 命令误删文件的恢复方法

远程linux xshell下输出中文乱码解决方法

Linux和windows中的换行符差异问题

关于Linux常见紧急情况的处理方法

linux系统下测试电信3G上网的方法

Linux下批量Kill多个进程的方法

将Linux代码移植到Windows的简单方法

Linux中Fedora 17中文字体显示点阵状的解决方法

精品推荐
分类导航