coverart-search-providers
Drop in Rhythmbox replacement for the default CoverArt Search plugin to provide new and updated coverart search providers both local and by internet image hosts
##Authors
- asermax asermax@gmail.com, website - https://github.com/asermax
- fossfreedom foss.freedom@gmail.com, website - https://github.com/fossfreedom
Fixes made for the default ArtSearch
- jamendo local file names correctly found i.e. $artist - $album covers
- Pull in RB v2.98 MusicBrainz search patch
- Fix cover display for "Various Artists" from MusicBrainz
- test the file size before downloading - ignore files that are less than 100 bytes
Enhancements:
- Choose which providers that you want to search with
- Choose the search provider order
- When a search provider finds a cover, stop further searches
- find and extract embedded covers in MP3, M4A, FLAC & Ogg files
- API to embed coverart in MP3, M4A, FLAC & Ogg files
Recommended order for Search Providers
- embedded coverart
- coverart in the track song folder
- local cache search (~/.cache/rhythmbox/covers)
- LastFM (use the LastFM plugin to login)
- MusicBrainz
- Discogs
- Cover Art Archive
How to install:
for debian & debian-based distros such as Ubuntu & Mint (rhythmbox 2.96 - 2.99):
sudo apt-get install git gettext python-mako python-mutagen python-requests
for debian & debian-based distros such as Ubuntu & Mint (rhythmbox 3.0 or compiled from git):
sudo apt-get install git gettext python3-mako python-mutagen python3-requests
for fedora and similar:
yum install git gettext python-mako python-mutagen python-requests
for opensuse:
sudo zypper in git gettext-runtime python-mako python-mutagen python-requests
Then install the plugin:
rm -rf ~/.local/share/rhythmbox/plugins/coverart_search_providers git clone https://github.com/fossfreedom/coverart-search-providers.git cd coverart-search-providers sh ./install.sh
For rhythmbox 3.0 or compiled from git:
Change the line in ~/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_search_providers.plugin:
"Loader=python" to "Loader=python3"
For Ubuntu 12.04 & 12.10:
This is now available in my rhythmbox PPA - installation instructions in this AskUbuntu Q&A:
http://askubuntu.com/questions/147942/how-do-i-install-third-party-rhythmbox-plugins
Note - install the package rhythmbox-plugin-coverart-search
installation for embedded coverart
The plugin makes use of the package python-mutagen. For most distros, the default package is v1.20 which was released in 2010.
Since then, lots of bug fixes have been resolved. If you know that there is coverart embedded, but is not displayed in our plugin, then you should install the very latest package:
hg clone https://code.google.com/p/mutagen/
Then following the instructions in the README (slightly modified)
./setup.py build sudo su ./setup.py install
Note:
LastFM API usage is as per LastFM licensing. Do not copy rb_lastfm.py for your own purposes without obtaining your own API key.

