Squeezecenter (Slimserver)

The official Squeezecenter Last.fm plugin can be modified to use libre.fm. On linux the location of the file to edit is /usr/lib/perl5/vendor_perl/Slim/Plugin/AudioScrobbler.pm

Find the line that says:

 

    use constant HANDSHAKE_URL => 'http://post.audioscrobbler.com/';

and change this to:


    use constant HANDSHAKE_URL => 'http://turtle.libre.fm/';

c'est tout!