星期四, 5月 06, 2010

banshee 檔案名稱亂碼解決小記

之前就有看 figaro 處理過
今天也來玩一下
首先 安裝 python-mutagen 套件
zypper in python-mutagen




NAME
       mid3iconv - convert ID3 tag encodings


SYNOPSIS
       mid3iconv [options] filename ...


DESCRIPTION
       mid3iconv converts ID3 tags from legacy encodings to Unicode and stores
       them using the ID3v2 format.


進入到音樂的資料夾, 使用 find 來進行編碼
find . -name "*.mp3" -exec mid3iconv -e utf-8 {} \;

筆記一下

沒有留言: