批量处理MP3文件tag乱码

1
sudo apt install python-mutagen

切换到mp3所在目录下

1
find . -iname "*.mp3" -execdir mid3iconv -e gbk {} \;