In the beginning, there was winamp, the media player for streaming audio, and it was good. But Linux was without a streaming audio player, and so xmms was developed, and it was also good (once the mp3-plugin was applied). Then along came beep, which was a port of XMMS to GTK+2 to provide it with the look and feel of recent versions of Gnome and KDE, and it was very good. And then came the forks...
After the 0.9.7.1 version of beep was released, the BMP (beep media player) development team announced that it would not be actively developed any longer. Instead, the team would spend development effort on the next generation of BMP, called BMPx. A few days following the announcement, William "nenolod" Pitcock decided to fork classical BMP as Audacious Media Player.
So, where does that leave us, exactly? My suggestion is to simply install xmms and audacious and try out them for yourself. (amarok is another excellent music player that is included within the Fedora repository if it has not been installed onto your system already.)
xmms
To install xmms, in addition to its plugins, use yum:
~>
sudo yum install bluecurve-xmms-skin xmms xmmsctrl xmms-acme
xmms-adplug xmms-alarm
xmms-arts xmms-cdread xmms-crossfade xmms-esd xmms-faad2 xmms-flac
xmms-lirc xmms-modplug xmms-mp3 xmms-musepack
xmms-normalize xmms-pulse xmms-scrobbler xmms-sid
xmms-skins xmms-speex xmms-wma xmms-xosd xosd
Press 'y'
when
prompted to install the programs and some additional dependencies.
Please note that not all of the plugins are necessary.
But the xmms-mp3
plugin is vital, as it allows for playback of mp3 files,
which is not
included natively into xmms
due to patent and licensing concerns. To launch the player,
simply type xmms
in a terminal window.If you are having trouble playing audio CDs, right click on the player, and select Options -> Preferences -> CD Audio Player 1.2.10 -> Configure, and click on Digital audio extraction. Hit Ok twice. With regard to skins, I have a hankering for blueHeart-xmms-20.
audacious
To install audacious, in addition to its plugins, use yum:
~>
sudo yum install audacious
audacious-docklet audacious-libs audacious-plugin-fc
audacious-plugins-amidi
audacious-plugins-arts audacious-plugins-esd
audacious-plugins-freeworld audacious-plugins-jack
audacious-plugins-metronome audacious-plugins-nonfree-aac
audacious-plugins-nonfree-alac audacious-plugins-nonfree-mms
audacious-plugins-nonfree-mp3
audacious-plugins-nonfree-tta
audacious-plugins-nonfree-wma audacious-plugins-pulseaudio
audacious-plugins-vortex
audacious-plugins-wavpack gnome-applet-music
Press 'y'
when
prompted to install the programs and some additional dependencies.
Again, not all of the plugins are necessary, but it is
important to install audacious-plugins-nonfree-x
rpms,
which provides mp3,
wma,
etc. playback functionality. To
launch the player, simply type audacious
in
a terminal window.If you are having trouble playing audio CDs, right click on the player, and select Preferences -> Plugins -> CD Audio Plugin -> Preferences and click on Digital audio extraction. Hit Ok, followed by Close.


