[rygel] core: Special schemas file for maemo
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel] core: Special schemas file for maemo
- Date: Fri, 12 Jun 2009 12:25:10 -0400 (EDT)
commit 650e3ab9417d0bf7d66119b252986b6c8b4aa2bc
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Jun 12 19:10:00 2009 +0300
core: Special schemas file for maemo
data/Makefile.am | 4 +
data/rygel-maemo.schemas | 215 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 219 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index f6a7973..1d57b97 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,7 +1,11 @@
SUBDIRS = xml
schemadir = @GCONF_SCHEMA_FILE_DIR@
+if ENABLE_MAEMO
+schema_DATA = rygel-maemo.schemas
+else
schema_DATA = rygel.schemas
+endif
shareddir = $(datadir)/rygel
diff --git a/data/rygel-maemo.schemas b/data/rygel-maemo.schemas
new file mode 100644
index 0000000..c8f104d
--- /dev/null
+++ b/data/rygel-maemo.schemas
@@ -0,0 +1,215 @@
+<gconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/rygel/general/enabled</key>
+ <applyto>/apps/rygel/general/enabled</applyto>
+ <owner>rygel</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>True if Rygel should be run as part of user's session.</short>
+ <long>True if Rygel should be run as part of user's session.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/general/enable-transcoding</key>
+ <applyto>/apps/rygel/general/enable-transcoding</applyto>
+ <owner>rygel</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>True if transcoding is supposed to be enabled.</short>
+ <long>True if transcoding is supposed to be enabled.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/general/enable-mp3-transcoder</key>
+ <applyto>/apps/rygel/general/enable-mp3-transcoder</applyto>
+ <owner>rygel</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>True if MP3 transcoding is supposed to be enabled.</short>
+ <long>True if MP3 transcoding is supposed to be enabled.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/general/enable-lpcm-transcoder</key>
+ <applyto>/apps/rygel/general/enable-lpcm-transcoder</applyto>
+ <owner>rygel</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>True if LPCM transcoding is supposed to be enabled.</short>
+ <long>True if LPCM transcoding is supposed to be enabled.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/general/enable-mp2ts-transcoder</key>
+ <applyto>/apps/rygel/general/enable-mp2ts-transcoder</applyto>
+ <owner>rygel</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>True if MP2 transport stream transcoding is supposed to be enabled.</short>
+ <long>True if rygel should transcode to mpeg transport stream (mpeg 2 video + mp2 audio).</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/general/port</key>
+ <applyto>/apps/rygel/general/port</applyto>
+ <owner>rygel</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short>The port to run HTTP server on.</short>
+ <long>The port to run HTTP server on. 0 means dynamic.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/general/host-ip</key>
+ <applyto>/apps/rygel/general/host-ip</applyto>
+ <owner>rygel</owner>
+ <type>string</type>
+ <default></default>
+ <locale name="C">
+ <short>The IP of the network interface to attach rygel to.</short>
+ <long>The IP of the network interface to attach rygel to. Leave it blank for dynamic configuration.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/Tracker/enabled</key>
+ <applyto>/apps/rygel/Tracker/enabled</applyto>
+ <owner>rygel</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable Tracker plugin.</short>
+ <long>Enable Tracker plugin.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/Tracker/title</key>
+ <applyto>/apps/rygel/Tracker/title</applyto>
+ <owner>rygel</owner>
+ <type>string</type>
+ <default>@REALNAME@'s media</default>
+ <locale name="C">
+ <short>The title of this plugin to advertise to UPnP clients.</short>
+ <long>The title of this plugin to advertise to UPnP clients.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/Tracker/share-videos</key>
+ <applyto>/apps/rygel/Tracker/share-videos</applyto>
+ <owner>rygel</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable sharing of videos over UPnP.</short>
+ <long>Enable sharing of videos over UPnP.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/Tracker/share-music</key>
+ <applyto>/apps/rygel/Tracker/share-music</applyto>
+ <owner>rygel</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable sharing of music over UPnP.</short>
+ <long>Enable sharing of music over UPnP.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/Tracker/share-pictures</key>
+ <applyto>/apps/rygel/Tracker/share-pictures</applyto>
+ <owner>rygel</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable sharing of pictures over UPnP.</short>
+ <long>Enable sharing of pictures over UPnP.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/MediaExport/enabled</key>
+ <applyto>/apps/rygel/MediaExport/enabled</applyto>
+ <owner>rygel</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable MediaExport plugin.</short>
+ <long>Enable MediaExport plugin.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/MediaExport/title</key>
+ <applyto>/apps/rygel/MediaExport/title</applyto>
+ <owner>rygel</owner>
+ <type>string</type>
+ <default>@REALNAME@'s media</default>
+ <locale name="C">
+ <short>The title of this plugin to advertise to UPnP clients.</short>
+ <long>The title of this plugin to advertise to UPnP clients.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/MediaExport/uris</key>
+ <applyto>/apps/rygel/MediaExport/uris</applyto>
+ <owner>rygel</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[]</default>
+ <locale name="C">
+ <short>List of URIs to export</short>
+ <long>List of URIs to export; if list is empty, the XDG media directries are exported</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/DVB/enabled</key>
+ <applyto>/apps/rygel/DVB/enabled</applyto>
+ <owner>rygel</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable DVB plugin</short>
+ <long>Enable DVB plugin</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/DVB/title</key>
+ <applyto>/apps/rygel/DVB/title</applyto>
+ <owner>rygel</owner>
+ <type>string</type>
+ <default>Digital TV</default>
+ <locale name="C">
+ <short>The title of this plugin to advertise to UPnP clients.</short>
+ <long>The title of this plugin to advertise to UPnP clients.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/ZDFMediathek/enabled</key>
+ <applyto>/apps/rygel/ZDFMediathek/enabled</applyto>
+ <owner>rygel</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable Mediathek plugin</short>
+ <long>Enable Mediathek plugin</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/rygel/ZDFMediathek/rss</key>
+ <applyto>/apps/rygel/ZDFMediathek/rss</applyto>
+ <owner>rygel</owner>
+ <type>list</type>
+ <list_type>int</list_type>
+ <default>[508]</default>
+ <locale name="C">
+ <short>List of ids of broadcasts</short>
+ <long>List of ids of broadcasts</long>
+ </locale>
+ </schema>
+ </schemalist>
+</gconfschemafile>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]