summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Ferrandis <ludovic.ferrandis@intel.com>2013-03-29 16:04:23 +0100
committerMark Ryan <mark.d.ryan@intel.com>2013-04-04 13:43:39 +0200
commit046bdc897b0799f4e55bc42977b9554d908df42b (patch)
tree8bf7e34eae3d07b35d78d9db4e1a492d5fdf8299 /doc
parenta1722b37153205e0ea46888c2e5766d4e23a8b9a (diff)
downloaddleyna-server-046bdc897b0799f4e55bc42977b9554d908df42b.tar.gz
[Property] Add MediaItem2 resource properties to Container. Fix UpdateCount.
Add URLs, Size, DLNAProfile & Mime/Types resources We can now filter out URLs for Container, using SetProtocolInfo API Second part for bug https://github.com/01org/dleyna-server/issues/5 In addition this commit fixes the UpdateCount property that wasn't managed in the Get_Prop() method. Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/server/dbus/API.txt17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/server/dbus/API.txt b/doc/server/dbus/API.txt
index 66533d4..dbfc755 100644
--- a/doc/server/dbus/API.txt
+++ b/doc/server/dbus/API.txt
@@ -565,9 +565,22 @@ Additional properties unsupported by org.gnome.MediaContainer2
| | | | deleted from a container object |
| | | | since the last initialization |
|---------------------------------------------------------------------------|
-| Resources |aa{sv}| o | Returns the set of resources |
-| | | | associated with a container |
+| Resources |aa{sv}| o | Returns the set of resources |
+| | | | associated with a container |
|---------------------------------------------------------------------------|
+| DLNAProfile | s | o | |
+| MIMEType | s | o | See "Container properties" |
+| Size | x | o | paragraph below. |
+| UpdateCount | u | o | |
+| URLs | as | o | |
+|---------------------------------------------------------------------------|
+
+Container properties:
+---------------------
+ The properties of one of the Resources properties may be duplicated in the
+ Container object. The algorithm for selecting the resource whose properties
+ are exposed directly in the Container object is given in the section
+ "Transcoding and org.gnome.UPnP.MediaItem2".
New Methods:
------------