This shows you the differences between two versions of the page.
mpris [2014/04/24 04:02] freaktechnik menu |
mpris [2014/05/23 06:27] (current) freaktechnik [Structure] |
||
---|---|---|---|
Line 10: | Line 10: | ||
* [[http://specifications.freedesktop.org/mpris-spec/2.2/Player_Interface.html|org.mpris.MediaPlayer2.Player]] | * [[http://specifications.freedesktop.org/mpris-spec/2.2/Player_Interface.html|org.mpris.MediaPlayer2.Player]] | ||
* including all the optional parts | * including all the optional parts | ||
- | * org.freedesktop.DBus.Introspectable so you can get the interface definitions yourself. The introspect function currently doesn't return interfaces deeper in the path tree. | + | * [[http://specifications.freedesktop.org/mpris-spec/2.2/Track_List_Interface.html|org.mpris.MediaPlayer2.TrackList]] |
+ | * Only partial, full implementation ongoing. | ||
+ | * org.freedesktop.DBus.Introspectable so you can get the interface definitions yourself. | ||
- | ===== Deprecated MPRIS 1 structure ===== | + | ==== Deprecated MPRIS 1 structure ==== |
MPRIS 1 is implemented in the same object, but with different paths: | MPRIS 1 is implemented in the same object, but with different paths: | ||
* / or /org/mpris/MediaPlayer2/nightingale | * / or /org/mpris/MediaPlayer2/nightingale |