Ubuntu rhythmbox solves Chinese garbled characters
Here is a solution for modifying variables.
Enter at the terminal:
Gedit ~ /. Profile
Add the following content at the end:
Exportstst_id3_tag_encoding = GBK: UTF-8: gb18030
Exportstst_id3v2_tag_encoding = GBK: UTF-8: gb18030
Save and exit.
Source ~ /. Profile
Restart rhythmbox and re-import the song to display the correct information;
If it is garbled, follow these steps:
Go to your music folder and run the following code:
Mid3iconv-e GBK *. MP3
If you are not prompted to try multiple times,
The system may prompt:
Python-mutagen is not installed.
Sudo apt-Get install Python-mutagen installation.
Enter the preceding command and press Enter. After the program is installed, return to your music folder,
Enter the command: mid3iconv-e GBK *. MP3 and press Enter.
Then open rhythmbox again, OK! All MP3 files are displayed normally.