How can I have Rhythmbox download album art for tracks?

Solution 1:

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

Solution 2:

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.

Solution 3:

Out of the box, rhythmbox has the ability to extract coverart from art embedded within tracks themselves (for example mp3 files), or from MusicBrainz & LastFM websites.

For the coverart to appear you need to play a track and then the Coverart Plugin takes over and fetches the artwork.

There are a few issues with this:

  • you have to play each track individually to download coverart
  • you have no control over where the coverart is downloaded.

From Rhythmbox v2.97 and above you can manually change coverart by dragging and dropping covers onto the coverart area. I've explained this approach in this Q&A:

  • How do I change or delete the album cover image shown in rhythmbox?

The rhythmbox coverart browser makes downloading covers very simple.

First - you can select multiple albums or all albums and the plugin will download all the covers for you automatically i.e. you dont need to play individual tracks (but you can also continue doing this as well if you so wish):

Imgur

You can manually update all Rhythmbox versions since RB2.96 using the inbuilt Google powered cover finder:

  • Imgur

Further more, you have the ability to tailor where you want coverart to be downloaded from - and there are more providers possible than the default rhythmbox coverplugin:

pic

All covers downloaded by the coverart browser plugin are visible also through the coverart icon shown in the toolbar.

See the installation instructions described in the links below.


Linked Question:

  • How to browse by album art in rhythmbox?
  • How do I install third-party rhythmbox plugins?