[rygel] data: Default config for upload and deletion



commit cbe53345c6bd52f05ce55b0e3a30ee293c865dcb
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Nov 10 15:03:42 2010 +0200

    data: Default config for upload and deletion

 data/rygel-default.conf |    6 ++++++
 data/rygel-maemo.conf   |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/data/rygel-default.conf b/data/rygel-default.conf
index 65183bc..ff332ba 100644
--- a/data/rygel-default.conf
+++ b/data/rygel-default.conf
@@ -40,6 +40,12 @@ port=0
 #
 log-level=4
 
+# Allow upload of media files?
+allow-upload=true
+
+# Allow deletion of media folders and files?
+allow-deletion=true
+
 # Plugin specific sections
 #
 # Some options are generic and some are specific to each plugin.
diff --git a/data/rygel-maemo.conf b/data/rygel-maemo.conf
index 4830fef..3191b02 100644
--- a/data/rygel-maemo.conf
+++ b/data/rygel-maemo.conf
@@ -40,6 +40,12 @@ port=0
 #
 log-level=4
 
+# Allow upload of media files?
+allow-upload=true
+
+# Allow deletion of media folders and files?
+allow-deletion=true
+
 # Plugin specific sections
 #
 # Some options are generic and some are specific to each plugin.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]