1、安装python-mutagen工具 sudo apt-get install python-mutagen 2、进入音乐文件夹 cd 3、更改标签(将gbk转化为utf-8) find . -iname "*.mp3" -execdir mid3iconv -e GBK {} /;