今天也來玩一下
首先 安裝 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 {} \;
筆記一下
沒有留言:
張貼留言