红联Linux门户
Linux帮助

Ubuntu下Banshee播放器乱码问题解决

发布时间:2016-01-17 16:01:37来源:linux网站作者:deercoder

解决步骤如下:


1)apt-get install python-mutagen

#首先安装 python-mutagen 这个 Python 程式,待会我们要透过它来解决编码问题。


2)接著,移动到你的 MP3 存放目录内,执行:find . -name "*.mp3" -exec mid3iconv -e gbk {} \;
find . -name "*.mp3" -exec mid3iconv -e big5 {} \;

#这两个指令差别在於将 gbk 编码的转成 UTF-8或是将 Big5 编码的转成 UTF-8,基本上若是你的音乐档案本身就是採用 UTF-8编码的标籤则不会受到影响。


3)删除Banshee中所有音乐后重新导入媒体。点下面的所有歌曲,随便点一首,ctrl+a,再del。


ubuntu下最简单的歌词软件osdlyric(with banshee):http://www.linuxdiyf.com/linux/17136.html

Ubuntu 11.04 Unity Launcher中添加一个简易的Banshee管理菜单:http://www.linuxdiyf.com/linux/7448.html

Ubuntu 11.10安装试用Banshee 2.3.2:http://www.linuxdiyf.com/linux/5331.html