Picture of Jürgen Kreileder

New-Style Last.fm Scrobbler for Ubuntu Oneiric

My last.fm plug-in for Rhythmbox is now available for Ubuntu 11.10 (Oneiric Ocelot).

You can get the packages by running the following commands in a terminal:

$ sudo add-apt-repository \
    'http://blog.blackdown.de/static/debian/rhythmbox/ main'
$ wget https://blog.blackdown.de/static/gpg.asc -O - | \
    sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install rhythmbox rhythmbox-plugins lastfm

Please remember to disable the old Last.fm plug-in before enabling mine (New Style Last.fm Scrobbler). Also note that my plug-in requires the lastfm client to work correctly.

If you are using Ubuntu Unity and you are missing the last.fm client’s systray icon, then take a look at Whitelisting the Last.fm Tray Icon in Ubuntu Unity.

Read more about the plugin and get the source code at Last.fm for Rhythmbox – New Style.

This article Jürgen Kreileder is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.

1 Comment

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post. Both comments and pings are currently closed.

John said

This worked for me: wget https://blog.blackdown.de/static/gpg.asc -O- –no-check-certificate | sudo apt-key add –