0%

Chinese Music File Title in Music Players Display Problem Fix

CD into the directory where you store your music:

1
$ mid3iconv -e GBK *.mp3

If there is no prompt, try a few more times,
It is possible that the system will prompt:
python-mutagen is not installed.

1
$ sudo apt-get install python-mutagen

Then, retry.
If you want to convert all mp3s in the current directory (including subdirectories):

1
$ find . -iname "*.mp3" -execdir mid3iconv -e gbk {} \;