Difference between revisions of "DBus"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | |||
− | |||
== TODO for DBus integration == | == TODO for DBus integration == | ||
Line 27: | Line 25: | ||
== List of signals and methods already implemented == | == List of signals and methods already implemented == | ||
− | + | See [[DBus-spec]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 00:55, 6 December 2006
Contents
TODO for DBus integration
List all signals, methods with their arguments and return value
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.videolan.vlc.service:
[D-BUS Service]
Name=org.videolan.vlc
Exec=/usr/bin/vlc -I dummy --control dbus ---
Missing features
playlist => we can export to a temporary file using xspf or m3u, and let the remote application do whatever it wants to do with that file. can either take the file path as an argument, or return the path of the newly created file.
it'd be cool to create network streams too, using mrl ?
List of signals and methods already implemented
See DBus-spec