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 not working on RB 2.98 Ubuntu 13.04 #224

Closed jrbastien closed 11 years ago

jrbastien commented 11 years ago

I don't know if it has anything to do with the changes for issue #220 but I can't get the plugin to load on Ubuntu 13.04 RB 2.98. It used to work last week with the master branch.

The error is:

Unable to open ~/.mtpz-data for reading, MTPZ disabled.Traceback (most recent call last): File "/home/jrbastien/.local/share/rhythmbox/plugins/coverart_browser/coverart_browser.py", line 111, in do_activate

fossfreedom commented 11 years ago

scratching my head on this one. I've deleted my ~/.local/share/rhythmbox/plugins/coverart_browser folder and reinstalled it. Still works

There should be a covermgr.png file in each of the four theme folders within the img subfolder. Is this file missing from whichever theme you are using?

Check that there isnt a corruption in dconf ...

use dconf-editor

navigate to org.gnome.rhythmbox.plugins.coverart_browser

click on the theme key - what is its value? It should be the name of the theme you are using. if in doubt, click the "set-to-default" button which should change the theme to "standard"

jrbastien commented 11 years ago

My bad! I had been testing my new theme last week on this system. At that time, it had a different name.

Now I need to find a bash script that would reset or delete the coverart browser in dconf. That would save me from these issues...

fossfreedom commented 11 years ago

this will reset dconf correctly:

gsettings reset-recursively org.gnome.rhythmbox.plugins.coverart_browser

jrbastien commented 11 years ago

Thanks. I have udpated my install script with this command.