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

Can't run the plugin. #357

Closed me4oslav closed 9 years ago

me4oslav commented 9 years ago

So, I wanted to go and improve the plugin design and after I compiled it and I try to run it I get: (rhythmbox:21648): libpeas-WARNING **: Could not find plugin 'coverart_search_providers' for plugin 'coverart_browser'

fossfreedom commented 9 years ago

yep - as per the readme - you also need to install coverart-search-providers

me4oslav commented 9 years ago

Installed it, but when I start it I get: Traceback (most recent call last): File "/home/me4oslav/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_search_providers.py", line 29, in from coverart_album_search import CoverAlbumSearch File "/home/me4oslav/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 43, in from coverart_search_tracks import mutagen_library File "/home/me4oslav/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_search_tracks.py", line 28, in from PIL import Image ImportError: No module named 'PIL'

fossfreedom commented 9 years ago

on ubuntu the package is called python3-pil

Another fedora user said the equivalent python3 module is python3-pillow

i.e. sudo yum install git gettext python3-mako python3-requests python3-pillow python3-lxml

Have you got that installed?

me4oslav commented 9 years ago

Now it runs. Will have a look at the plugin, so I can see about the redesign. But it seems a large beast to tackle, so we might have to fix the sidebar first, which can be woeful. Closing this issue.