fossfreedom / coverart-browser

Browse your cover-art albums in Rhythmbox v2.96 - 3.0+
http://xpressubuntu.wordpress.com/
GNU General Public License v3.0
74 stars 19 forks source link

coverart-browser - v2.1.2 (Penfold)

Browse your coverart albums in Rhythmbox v3 and later.

Imgur


Authors

Flattr Button

Flattr Button paypaldonate

Summary: whats new in this release

How it works:

How to install - Rhythmbox 3.0 and later:

N.B. for earlier Rhythmbox versions use version 1.x

Prerequisite is to use a distribution supporting GTK 3.10 or later - for example, Ubuntu 14.04, Arch or Fedora 20

for Debian & Debian-based distros such as Ubuntu & Mint:

sudo apt-get install git gettext python3-mako gir1.2-notify-0.7 python3-lxml python3-gi-cairo python3-cairo gstreamer1.0-plugins-ugly gstreamer1.0-plugins-good gstreamer1.0-plugins-bad rhythmbox-plugins gir1.2-webkit-3.0

for Fedora and similar:

sudo yum install git gettext python3-mako python3-lxml python3-cairo webkitgtk3

NOTE: it is assumed that you have separately installed the patent encumbered codecs found in the good/bad & ugly packages To install the plugin:

rm -rf ~/.local/share/rhythmbox/plugins/coverart_browser
git clone https://github.com/fossfreedom/coverart-browser.git
cd coverart-browser
./install.sh

Support for Debian 12 (Bookworm):

To make it work on Debian 12 (Bookworm), you need to add the stretch repository (as the necessary packages stopped at stretch). Don't worry, this tip has already been tested and it doesn't break the system.

echo "deb https://archive.debian.org/debian/ stretch main" | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install gir1.2-webkit-3.0

Support for Ubuntu 20.04:

To make it work on Ubuntu 20.04, you need to add the bionic (ubuntu 18.04) repository (as the necessary packages stopped at bionic). Don't worry, this tip has already been tested and it doesn't break the system.

echo "deb http://de.archive.ubuntu.com/ubuntu/ bionic main universe" | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt-get install git gettext python3-mako gir1.2-notify-0.7 python3-lxml python3-gi-cairo python3-cairo gstreamer1.0-plugins-ugly gstreamer1.0-plugins-good gstreamer1.0-plugins-bad rhythmbox-plugins gir1.2-webkit-3.0

To uninstall the plugin:

cd coverart-browser
./install.sh --uninstall

Note 1 - the CoverArt Browser plugin also requires installing the following plugin:

For Ubuntu 14.04 and later:

V2.1.2 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 - installing the package rhythmbox-plugin-coverart-browser will also install rhythmbox-plugin-coverart-search

Please help out with translating

We need you to help us translate the english text to your native language.

Don't worry - it is easier that you think. Just visit:

Remember to set your preferred language and then just submit your translation.


Credits:

Contrast of the iconset has been altered as agreed by the author. Thanks Meghn!


GTK3 port of code.google.com/p/rhythmbox-cover-art-browser