-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Welcome to the coverart-browser wiki!
Browse your coverart albums in Rhythmbox v2.96 and later
- https://github.com/fossfreedom/coverart-browser/wiki/How-the-plugin-works
- https://github.com/fossfreedom/coverart-browser/wiki/How-to-find-great-coverart
- https://github.com/fossfreedom/coverart-browser/wiki/History
##Developing
Please look at our Doxygen documented code structure
How to install:
- install git
N.B. for debian based distros -
sudo apt-get install git
- install the package gettext
N.B. for debian based distros -
sudo apt-get install gettext
- install the package python-mako
N.B. for debian based distros -
sudo apt-get install python-mako
rm -rf ~/.local/share/rhythmbox/plugins/coverart_browser git clone https://github.com/fossfreedom/coverart-browser.git cd coverart-browser sh ./install.sh
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
IMPORTANT NOTE
For Ubuntu 12.04 users that have upgraded to Rhythmbox v2.98 using the webupd8 PPA, this version of rhythmbox crashes when used with python plugins such as coverart-browser and replaygain.
It is strongly recommended that you either upgrade to 12.10 where v2.98 works great, or downgrade to v2.96 or v2.97 as per:
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.
Instructions are in the file TRANSLATE_README. Post a link to the file as a new issue, or if you are feeling generous - fork and push a pull-request. Thanks!
If they look scary - just email me (foss dot freedom at gmail dot com) and I'll send you the file that needs to be translated - it is less than 20 text strings so it should only take a few minutes.
When emailing - tell me your locale & language. You can find these by typing:
echo $LANG
echo $LANGUAGE
Authors:
The authors of this plugin are fossfreedom [email protected], Agustín Carrasco [email protected]
Credits:
- thanks to Luqman Aden [email protected] for the coverart-search plugin which our cover-search pane is based upon
- thanks to Canonical for the Star widget which the ratings capabilities use
- our Translators: Launchpad Translation team, jrbastien (fr_CA), asermax (es), mateuswetah (pt_BR), jrbastien & lannic (fr.po)
- Button Icons - jrbastien for the new iconset
Licenses:
This plugin code is released under the GPL3+ license.
All translations are released under the BSD license
Genre icon-set:
Music Genre Icons by Meghn Lofing is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License
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