Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I can't seem to find an inbuilt way to have Rhythmbox fetch album art for tracks -- stock plugins also don't help. Is there any external package that could do that, or am I maybe missing something?

share|improve this question
Yes, I am aware Banshee does offer this feature out of the box. – badp Oct 16 '10 at 12:58

3 Answers

AlbumArtSearch is a third party plug in for Rhythmbox that will search for and download the cover art for the currently playing track. Unfortunately, it doesn't run in the background automatically, though the fact that you can refine searches makes sure you get the covers that you are actually looking for.

First install the two dependencies:

sudo apt-get install python-webkit python-mako

Next download the plugin. You can get it at the link above or run:

wget http://albumartsearch.googlecode.com/files/albumartsearch_0.2.tar.gz

Finally you need to extract it in the folder ~/.gnome2/rhythmbox/plugins This can be done with Nautilus or by running these commands:

mkdir -p  ~/.gnome2/rhythmbox/plugins
tar -xvf albumartsearch_0.2.tar.gz -C ~/.gnome2/rhythmbox/plugins

alt text

share|improve this answer
See askubuntu.com/questions/147942/… for Ubuntu 12.10 – igi Mar 9 at 18:22

You need to install the rhythmbox-plugins package then enable the 'Cover Art' plugin in Edit>Plugins:

edit plugins

Now, when you rip your CDs, the album art will be added automatically.

share|improve this answer
rhythmbox-plugins was installed automatically :) now how can I get album art for music I didn't rip off CDs? – badp Oct 17 '10 at 6:40

It would be useful to know what version of Ubuntu you are using. I use Ubuntu 10.04. In my Rhythmbox the cover art wasn't shown, too. But in the Plugins dialog there is a cover plugin. Initially it was checked. I unchecked it and checked it again. And then the area of the album art was shown and the album art of playing songs is also downloaded now.

Additionally there are other plugings, which you could try:

http://code.google.com/p/albumartsearch/

share|improve this answer
I'm on 10.10, but I was hoping for a general answer :) Anyway -- I do have the cover art plugin and it is enabled, but it isn't doing the fetching on its own and I can't see a way to trigger it. – badp Oct 16 '10 at 13:46
Did you try to actually play a well-known song? I have the impression that it only checks for songs that are played currently. – xilix Oct 16 '10 at 13:49
define popular? I could get album art for none of the songs I tried :( – badp Oct 16 '10 at 14:16
In my experience it doesn't recognize a lot of albums in my collection, but from time to time it does (maybe because most of it isn't exactly hit parade music...). – JanC Oct 16 '10 at 17:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.