Purpose:

I often find myself thinking "Who wrote this song originally?" or "What was the bassist's name?" when listening to music in Ubuntu. Rhythmbox has a pretty simple architecture for adding plugins through the python bindings. I decided to create a plugin that would allow me to right click on any given song and lookup information about the song, artist, or album on AllMusic.com. After some digging I found a few other projects that used the URL's to search the AllMusic database.

Installation:

  1. Download the package here
  2. Extract the contents to either your personal Rhythmbox plugins directory (~/.gnome2/rhythmbox/plugins/) or get sudo privilege and extract it to the installed plugins directory(/usr/lib/rhythmbox/plugins/).
  3. Run Rhythmbox, go to Edit->Plugins and enable 'Information Lookup'
  4. Go to any song, right click and you should now see three options at the bottom of the menu to look up Artist, Album, or Song information!


© stephen huenneke 2007