GNOME Bugzilla – Bug 737571
No covers loaded on libmediaart 0.6.0
Last modified: 2014-10-19 12:14:22 UTC
Since GNOME 3.14, gnome-music doesn't load any cover art... Tested on Fedora Raw Hide and Archlinux.
Please re-run gnome-music in debug mode ('gnome-music -d') and attach the output to the issue
Created attachment 287330 [details] Debug file Compressed as too huge for bugzilla
(In reply to comment #2) > Created an attachment (id=287330) [details] > Debug file > > Compressed as too huge for bugzilla (gnome-music:23372): Grilo-WARNING **: [registry] grl-registry.c:944: Failed to open module: libgom-1.0.so.0: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type /usr/lib/python3.4/site-packages/gnomemusic/grilo.py:88: Warning: The property SoupSession:ssl-ca-file is deprecated and shouldn't be used anymore. It will be removed in a future version. self.registry.load_all_plugins() Your grilo is broken. Please reopen the issue if it still occurs after a proper build
Grilo isn't broken, this patch fix issue: diff --git a/gnomemusic/albumArtCache.py b/gnomemusic/albumArtCache.py index 64b4bf2..4ac5707 100644 --- a/gnomemusic/albumArtCache.py +++ b/gnomemusic/albumArtCache.py @@ -155,7 +155,7 @@ class AlbumArtCache: self.finish(item, None, None, callback, itr) return - path = MediaArt.get_path(artist, album, "album", None)[0] + path = MediaArt.get_path(artist, album, "album", None)[1] while path in self.queue: sleep(0.5) self.queue.append(path)
(In reply to comment #4) > Grilo isn't broken It obviously is, what matters is how important that is to the issue - it might be a message from grilo plugin or grilo itself. Anyway, please make sure you've found the source of the problem and fixed it before filing issues on gnome-music. >this patch fix issue: Which libmediaart version are you using?
libmediaart 0.6.0-1
Works fine on my libmeddiart 0.4.0, so it might be a compatibility break
Same problem here. Details: gnome-music-3.14.0-1.fc21.x86_64 libmediaart-0.7.0-1.fc21.x86_64
Fixed, please verify (preferably on both 0.4 and 0.6+ versions): master https://git.gnome.org/browse/gnome-music/commit/?id=e9500acfcb916fe76c90a2415857c6ef1745e09b gnome-3-14 https://git.gnome.org/browse/gnome-music/commit/?h=gnome-3-14&id=d1797715dd1a69058ed37c82c918359281f3f8cc
*** Bug 738798 has been marked as a duplicate of this bug. ***