summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristophe Guiraud <christophe.guiraud@intel.com>2013-03-21 14:09:13 +0100
committerChristophe Guiraud <christophe.guiraud@intel.com>2013-03-22 14:48:02 +0100
commitffb46e3ae01bd05cfbd43d2f50fa7743db45b531 (patch)
treef79915640bac734e14c9a3bcceb1b63c69671c93 /doc
parentda8a208c58b3854dd1e880d79c0f1b0e2fb38b24 (diff)
downloaddleyna-server-ffb46e3ae01bd05cfbd43d2f50fa7743db45b531.tar.gz
[API] Add new GetMetaData Media Object API
- Add a new method GetMetaData to the org.gnome.UPnP.MediaObject2 interface to allow the retrieval of the Meta data information of an object in DIDL-Lite XML format. - MediaConsole python test app updated. - Doc updated. - Fix issue https://github.com/01org/dleyna-server/issues/25 Signed-off-by: Christophe Guiraud <christophe.guiraud@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/server/dbus/API.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/server/dbus/API.txt b/doc/server/dbus/API.txt
index 1545512..6c816eb 100644
--- a/doc/server/dbus/API.txt
+++ b/doc/server/dbus/API.txt
@@ -497,6 +497,10 @@ The same property cannot appear in both ToAddUpdate and ToDelete.
Only the following properties can be updated: 'Date', 'DisplayName',
'Artists', 'Album', 'Type', 'TrackNumber'.
+GetMetaData() -> s
+
+Returns the object meta data information in DIDL-Lite XML format.
+
org.gnome.MediaContainer2
----------------------