summaryrefslogtreecommitdiff
path: root/doc/server/dbus/API.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/server/dbus/API.txt')
-rw-r--r--doc/server/dbus/API.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/server/dbus/API.txt b/doc/server/dbus/API.txt
index 50e81e8..ff22887 100644
--- a/doc/server/dbus/API.txt
+++ b/doc/server/dbus/API.txt
@@ -277,13 +277,17 @@ GotoTrack(u TrackNumber) -> void
Performs a seek operation to the specified track number.
-
OpenUriEx(s Uri, s Metadata) -> void
Same as the OpenUri method of the org.mpris.MediaPlayer2.Player MPRIS2 standard
interface, with an additional parameter Metadata to specify the DIDL-Lite XML
description of the item to be opened. New in version 0.0.2.
+OpenNextUri(s Uri, s Metadata) -> void
+
+Same as OpenUriEx method but for enabling an early download of the next object.
+New in version 0.2.0.
+
SetUri(s Uri, s Metadata) -> void
Same as OpenUriEx except that it doesn't automatically play the media. You need