PDA

View Full Version : [Linux] dbus integration or MPRIS


adnuser
2009-02-10, 17:39
i think to create a dbus server to interact with xbmc,
but what do you think about MPRIS
"Media Player Remote Interfacing Specification"
http://wiki.xmms2.xmms.se/wiki/MPRIS
thank for reading 4 all

vincent

topfs2
2009-02-10, 18:29
XBMC uses dbus already for certain features, HAL integration so it can mount and handle harddrives and such. and PowerManagement.

I think adding a server so XBMC is controllable by dbus might be a good thing, but personally I wonder if this shouldnt be done via EventServer, just to not add up unnecessary code in XBMC.

But MPRIS sounds good at first glance, any apps that specifically uses this abstraction?

adnuser
2009-02-11, 08:50
But MPRIS sounds good at first glance, any apps that specifically uses this abstraction?

yes, Videolan software.

and one question:
how to use eventServer ....
maybe a dbus binding for event sever ?