After a few hours, I finally installed audacious on the Fedora system, and noted down the process here to avoid detours like me, the premise is that the network can be connected. First: # rpm-Uvhhttp: // configure
After a few hours, I finally installed audacious on the Fedora system, and noted down the process here to avoid detours like me, the premise is that the network can be connected.
First:
# 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
This step is important. If these two files are not installed, the MP3 decoder cannot be installed even after the installation. Therefore, these two commands must be executed.
The subsequent operations are simple. I directly use the yum command to install
# Yum-y install audacious *
In this way, we installed audacious and its plug-in before. There may be a bit more packages, about 20 or 30, so we have to wait for a while.
OK. log out. In general, it can work normally. At least that's what I do.
Second:
Next, there is a garbled error in the audacious song list. To solve this problem, open the audacious, Preferences-Playlist window, find the Title format, and change the content to Custom, change the Custom string content to % f.
Here, at the beginning of the installation of audacious2.4, the Skins option is not available in Preferences. You can select Winamp Classic Interface in the View option of the audacious window, so that the default skin of audacious will change and the Skins option is also available in Preferences.
Third:
I need to download a software osdlyrics to download it from the official website. I don't know why, but I couldn't install it when I installed it with yum, So I downloaded the rpm package of the software, I downloaded the version when osdlyrics-0.4.1-1.fc14.i686.rpm, because the version is Fedora14, So I downloaded fc14 version, I downloaded the fc15 version, but did not install successfully.
Now, after installing the osdlyrics software, we can use it. Go to the Preferences-General Auto launch player option and select Audacious. In this way, the lyrics will be automatically downloaded when Audacious is enabled. But here we need to solve the Chinese Garbled text problem of Audacious, because if the attribute content of the mp3 file is displayed as garbled, osdlyrics cannot find the corresponding lyrics, so we need to install quodlibet here.
# Yum install quodlibet can be installed successfully, Applications-Sound & Video, open Ex Falso, You can edit the attributes of the song file, save the format of UTF-8, so that, osdlyrics can find the correct lyrics.