ubuntu中Rhythmbox中文乱码

进入你的音乐文件夹执行如下代码:
   mid3iconv -e GBK *.mp3
有可能系统会提示 python-mutagen没有安装。
   sudo apt-get install python-mutagen