Fedora14 audacious installation and rhythmbox Chinese garbled Solution
Audacious is a beep-media-player and xmms-based player. Since BMP developers are currently concentrated on developing BMP, BMP development has been stopped,
But audacious developers inherit the source code of BMP, on the basis of the BMP-0.9.7.1 fork a new mediaplayer --- audacious.
Audacious and beep-media-player are very similar and compatible with their skins. And it depends on very few things, just a package.
Its setting options are basically the same as those of beep-media-player,
But it is much simpler than xmms, as long as the title encoding UTF-8 code conversion is set, there is no so-called Chinese problem.
1. Install audacious
Method 1:
Audacious home page: http://audacious-media-player.org/
Download the installation package
Method 2:
# Yum install audacious
2 decoder Installation
Due to copyright issues, Linux does not have its own MP3 decoder and must be installed on its own
# Yum install audacious-plugins-freeworld *
Where the MP3 decoder is a audacious-plugins-freeworld-mp3
If you need other plug-ins, you can use Yum list audaciois * to view and select the desired plug-in for installation.
3 audacious garbled playback list
Solution:
Right-click and choose playlist> fallback charcter encodings: Enter GBK;
Right-click -- preferences -- appearance -- cancel the check mark before use bitmap fonts ifavailable;
Right-click the title -- preferences -- playlist -- change the title format to "Custom", and change the custom format
"% F" (no quotation marks)
Default values: Title and $ {? Artist: $ {artist}-}$ {? Album :$ {album}-}$ {Title}
This will solve the problem of Chinese garbled characters.
4 Chinese garbled solution 2
Yum install Python-mutagen
Go to MP3 folder
Mid3iconv-e GBK *. MP3
Re-open audacious or rhythmbox and import MP3
Note:
Before installing audacious, configure the RMP fusion software source and run the following command:
# rpm-uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
# rpm-uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm