doc: Clarify debug output settings
[profile/ivi/rygel.git] / doc / man / rygel.conf.xml
index 9a2c6d1..1193a88 100644 (file)
@@ -152,7 +152,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
         <listitem>
           <para>Comma-separated list of <replaceable>DOMAIN</replaceable>:<replaceable>LEVEL</replaceable> pairs, allowing to set the log level individually for each domain, where <replaceable>DOMAIN</replaceable> is eiher <userinput>&quot;*&quot;</userinput>, &quot;<userinput>rygel</userinput>&quot; or the name of a plugin. Allowed log levels are 1=critical, 2=error, 3=warning, 4=message/info,
             5=debug.
-          </para>
+          Note that on recent versions of GLib (&gt;= 2.36) it is required to set the environment variable <envar>G_MESSAGES_DEBUG</envar> to <userinput>all</userinput> to get any debug output.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
@@ -165,6 +165,22 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
       </varlistentry>
       <varlistentry>
         <term>
+          <option>engine-path=<replaceable>PATH</replaceable></option>
+        </term>
+        <listitem>
+          <para>Set the engine search path.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
+          <option>media-engine=<replaceable>ENGINE</replaceable></option>
+        </term>
+        <listitem>
+          <para>Name of the loadable module to use as media engine back-end.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term>
           <option>allow-upload</option>
         </term>
         <listitem>
@@ -244,8 +260,8 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
     </variablelist>
   </refsect1>
   <refsect1>
-    <title>Media Engine settings</title>
-    <para>The settings in this <code>[MediaEngine]</code> section  are specific to the media engine used. This document lists the options available for the <ulink url="http://gstreamer.freedesktop.org">GStreamer</ulink> media engine.</para>
+    <title>GStreamer Media Engine settings</title>
+    <para>The settings in the <code>[GstMediaEngine]</code> section are specific to the Gstreamer media engine, which is the default media engine. See the media-engine setting. These following options are available for the <ulink url="http://gstreamer.freedesktop.org">GStreamer</ulink> media engine.</para>
     <variablelist>
       <varlistentry>
         <term>
@@ -341,6 +357,14 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
           <para>Set to <userinput>false</userinput> if you don&apos;t want to have new files picked up automatically by &dhpackage;.</para>
         </listitem>
       </varlistentry>
+      <varlistentry>
+        <term>
+          <option>virtual-folders</option>
+        </term>
+        <listitem>
+          <para>Set to <userinput>false</userinput> if you don&apos;t need the virtual folder hierarchy.</para>
+        </listitem>
+      </varlistentry>
     </variablelist>
   </refsect1>
   <refsect1>