阅读272 返回首页    go 阿里云 go 技术社区[云栖]


totem播放列表中文乱码的修复

转自https://blog.chinaunix.net/u2/74418/showart_1808716.html

totem 文件播放列表中文乱码解决:
1、安装python-mutagen,在Debian下用
   apt-get install python-mutagen
2、假设当前目录下有mp3文件是中文的,则在当前目录下运行如下命令即可:
  find . -iname "*.mp3" -execdir mid3iconv -e GBK {} /;

当然也可参考mandriva中的相应方法来解决。

最后更新:2017-04-02 04:01:44

  上一篇:go 在文档中嵌入对话框,在style 中记得要选child
  下一篇:go LAMP编译:usr bin ld cannot find lltdl 错误的解决办法