GNOME Bugzilla – Bug 767959
Remove hard dependency on Nokia mediaart service
Last modified: 2017-07-01 04:59:57 UTC
I'm trying to use libmediaart in an environment without a session bus and I'm not able to create an extracting process because creating the D-Bus connection to session bus fails. I'm sure we can live without it. Is there even anyone offering the Nokia interface now?
Created attachment 330217 [details] [review] extract: Remove Nokia album art downloader support
Proposed patch. If you prefer keeping it, I can cook one that doesn't make the non-existence of the connection fatal.
Hm. That seems to be half the truth. Libmediaart locks up if there's no session dbus in storage_init due to the mount monitor:
+ Trace 236692
is there actually anything using the storage?
Ah, storage is a leftover from the mediaartlocal removal. So it can probably go as well unless it is needed for bug 752054
Review of attachment 330217 [details] [review]: It looks good to me. Downloading album art is a nice feature to have but I think relying on a Nokia-specific D-Bus service is not the way to do it :-)
Review of attachment 330217 [details] [review]: Let's go with it :). Thanks Jens for the patch!
(In reply to Sam Thursfield from comment #6) > Review of attachment 330217 [details] [review] [review]: > > It looks good to me. Downloading album art is a nice feature to have but I > think relying on a Nokia-specific D-Bus service is not the way to do it :-) I agree with this, there's some feature overlap with grilo, but I'm sure they'd be happy to move to libmediaart if it solved the issue for them :)
Attachment 330217 [details] pushed as 099bbdf - extract: Remove Nokia album art downloader support
\o/, thanks! I'll do a release shortly
Sorry, I didn't pay attention, I assumed you guys already pushed it.