Redhat/Fedora does not come with mp3 support enabled by default. Follow the below directions to install the mp3 plugin for RhythmBox:
-
As root setup the livna repo for yum.
# rpm --import http://rpm.livna.org/RPM-LIVNASetup the fedora extras repo for yum. FC4 should come with a default setup for extras.-GPG-KEY # cat <<EOF > /etc/yum.repo.d/livna.repo [li vna] name=Livna.org Fedora Compatible Packages baseurl=http://rpm.li vna.org/fedora/$releasever/$ba search/RPMS.lvn enabled=0 gpgc heck=1 EOF
# cat <<EOF > /etc/yum.repo.d/fedora-extras.Install the gstreamer-plugins-mp3 and other required packages.repo [extras] name=Fedora Extras $releasever - $basearch #baseurl=http://down load.fedora.redhat.com/pub/fed ora/linux/extras/$releasever/$ basearch/ mirrorlist=http://fe dora.redhat.com/download/mirro rs/fedora-extras-$releasever e nabled=0 gpgkey=file:///etc/pk i/rpm-gpg/RPM-GPG-KEY-fedora-e xtras gpgcheck=1 EOF
# yum -y --enablerepo=livna --enablerepo=extras install libid3tag gstreamer gstreamer-plugins-mp3Register Gstreamer Plugins, this time as normal user.
$ gst-register-0.8RhythmBox should now support mp3 files.
- sandip's blog
- Login or register to post comments
Comments
Just add the paths to non-free repositories and use the package manager. Find "ugly" gstreamer plugins and install. Done.