Showing posts with label encoding. Show all posts
Showing posts with label encoding. Show all posts

Friday, December 28, 2007

转换 Mp3 标签

记录备忘

sudo apt-get install python-mutagen
find . -iname "*.mp3" -execdir mid3iconv -e GBK {} \;

Wednesday, November 14, 2007

文件名转码工具 convmv

$convmv -f gbk -t utf8 *
$convmv -f gbk -t utf8 --notest *
省得每次都得 google, @_@