GNOME Bugzilla – Bug 618520
implement MPRIS dbus spec
Last modified: 2010-06-10 03:04:20 UTC
Created attachment 160958 [details] mostly-complete untested implementation Apparently the ubuntu sound menu thing is going to start using MPRIS (with some extensions) to control music players, so we should probably add an implementation of it. I've implemented most of it (I think), but haven't found any existing clients that use the interface, so it's a bit hard to test it. Other problems: - uses GDBus, which hasn't even been merged into glib master yet, let alone included in a stable release - doesn't support streaming track titles - doesn't handle album art properly - it'll only include an art URI if it's already known when the track starts
Created attachment 160964 [details] [review] slightly better now owns org.mpris.rhythmbox so clients could actually find it
Created attachment 161027 [details] [review] updated update for gdbus API changes, add a non-functional tracklist object for no real reason
Created attachment 161545 [details] [review] sort of works now Tested a bit, seems to work somewhat
I did a bit more work on this and pushed it to master as commit f722494.