Difference between revisions of "DBus"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== TODO for DBus integration == | == TODO for DBus integration == | ||
− | VLC | + | VLC implements [[DBus-spec]], a desktop-neutral document, that aims to be suitable for every Media Players. |
− | |||
− | |||
=== Decide service bahaviour === | === Decide service bahaviour === | ||
Line 17: | Line 15: | ||
Exec=/usr/bin/vlc -I dummy --control dbus | Exec=/usr/bin/vlc -I dummy --control dbus | ||
--- | --- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 18:13, 8 April 2007
TODO for DBus integration
VLC implements DBus-spec, a desktop-neutral document, that aims to be suitable for every Media Players.
Decide service bahaviour
Could vlc be a on-demand startable service, would it be useful ?
We just have to create a /usr/share/dbus-1/org.freedesktop.MediaPlayer.service:
[D-BUS Service]
Name=org.freedesktop.MediaPlayer
Exec=/usr/bin/vlc -I dummy --control dbus ---