I heard of
Last.fm only recently through a
friend. It is a personalised internet radio station. I was intrigued by the functionality which allows it to learn your music tastes and recommend other artists to you. This feature is perfect for me as I don't have the time or the ability to remember artist names and tracks.
Installing in Linux Fedora 5 was a breeze.
I went to their download
page, and it presented with an option to download for Linux. At the moment it is a beta version but is working perfectly on my system.
[cgray@graytop Downloads]$ bunzip2 LastFM_Linux_1.0.0b.tar.bz2
[cgray@graytop Downloads]$ tar -xvf LastFM_Linux_1.0.0b.tar
[cgray@graytop Downloads]$ mv Last.fm_Client_1.0.0b/ LastFM
[cgray@graytop Downloads]$ mv LastFM/ ..
[cgray@graytop ~]$ cd LastFM/
[cgray@graytop LastFM]$ ./lastfm &
This will then launch lastfm, and if you don't have a login name - will load up firefox to send you to the registration page. I have mine set to use the Alsa sound-system.
An additional thing which is needed to be done is associate the lastfm:// tag in firefox.
open about:config
Right click and select new, string and enter the following as the preference name:
network.protocol-handler.app.lastfm
And the value:
/home/username/LastFM/lastfm
This will make sure when you are browsing the lastfm site you can click to play group radio stations etc.
So far it is working perfectly, even has a tiny system tray icon with a menu to skip tracks, ban tracks, love tracks.