summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-02-09 16:04:34 +0200
committerJens Georg <mail@jensge.org>2012-02-09 16:15:17 +0200
commit8001556de3a867b0f83604b1800ee4aa4cf562d7 (patch)
tree57560c3dd57ab7314cc5f677a71f3caa62c13d88 /doc/man
parent3b0c8fbfbd3ea5d8eb7d976872bae9ca389ed519 (diff)
downloadrygel-8001556de3a867b0f83604b1800ee4aa4cf562d7.tar.gz
external: Allow to disable the whole module
It was only possible to disable servers on a per-peer base; now it is also possible to disable the whole module.
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/rygel.conf.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/rygel.conf.xml b/doc/man/rygel.conf.xml
index ab4b3216..5235dd0c 100644
--- a/doc/man/rygel.conf.xml
+++ b/doc/man/rygel.conf.xml
@@ -481,6 +481,10 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<refsect1>
<title>External</title>
<para>The External plugin is an consumer of the <ulink url="http://live.gnome.org/Rygel/MediaServer2Spec">MediaServer2 DBus interface specification</ulink>. This allows external programs to share their data via UPnP by implementing this DBus specification. The plugin picks up any implementation of this interface on the session bus and exposes the presented media via UPnP. Known implementors of this spec are <ulink url="http://live.gnome.org/DVBDaemon">gnome-dvb-daemon</ulink>, <ulink url="http://www.rhythmbox.org">Rhythmbox</ulink> and <ulink url="http://live.gnome.org/Grilo">Grilo </ulink> via the grilo-ms2 project.</para>
+ <para>You can disable the whole functionality by setting <userinput>enabled=false</userinput> in the <userinput>[External]</userinput> section of the configuration file.</para>
+ <para>Individual peers may be enabled or disabled by creating sections corresponding to the D-Bus names of the peer:</para>
+ <programlisting>[org.gnome.UPnP.MediaServer2.Rhythmbox]
+enabled=false</programlisting>
<para>This plugin has no additional options.</para>
</refsect1>
<refsect1>