(Note: Part of this article is transferred from the Internet)
<a href= "http://riden001.com/wp-content/uploads/2014/11/45.jpg" ></a>
Method One: Can be installed automatically by the following code:
[CPP]
sudo apt-get install Python-mutagen
[/cpp]
Then go to the MP3 directory and perform the full command to convert:
MID3ICONV-E GBK *.MPC
If you need to include subdirectories, you can change the suffix to the following format:
MID3ICONV-E gbk*/*. mp3
Finally, re-importing the Rhythmbox once is OK.
Method Two: For all use GStreamer to do the back end of the player, such as Rhythmbox, set the following environment variables can be read correctly MP3 GBK encoded Id3tag.
sudo gedit/profile
At the end of the join
exportgst_id3_tag_encoding=gbk:utf-8: gb18030exportgst_id3v2_tag_encoding=gbk:utf-8: GB18030
Log off and re-import the song information can solve the garbled problem.
(Note: The method of two-parent test is feasible, method one did not try.) )
Ubuntu under Rhythmbox player garbled problem solution