From bea777685ef0638ee3c5f289bceab20fdba585ad Mon Sep 17 00:00:00 2001 From: Regis Merlino Date: Fri, 19 Jul 2013 10:46:32 +0200 Subject: [Player] Add OpenNextUri() method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on original work from Sébastien Bianti - Resolves bug #35 - Documentation updated. Signed-off-by: Regis Merlino --- doc/server/dbus/API.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1