Ubuntu under Rhythmbox player garbled problem solution

Source: Internet
Author: User
Tags rhythmbox

(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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.