2010年6月25日星期五

mp3 id3 tag的編碼修正

變檔名的編碼
convmv -f big5 -t utf8 --notest *.mp3

變mp3的id tag
sudo apt-get install python-mutagen
find . -iname "*.mp3" -execdir mid3iconv -e BIG5 "{}" \;

就這麼簡單


0 comments:

張貼意見