summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-02-09 16:15:47 +0200
committerJens Georg <mail@jensge.org>2012-02-09 16:15:47 +0200
commit85691224004a2e0f770096dab6b5e8b606875c4b (patch)
treed3941db5f86795e556560ac9cf2136e41dcd2fa2 /doc/man
parent8001556de3a867b0f83604b1800ee4aa4cf562d7 (diff)
downloadrygel-85691224004a2e0f770096dab6b5e8b606875c4b.tar.gz
mpris: Allow to disable the whole module
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/rygel.conf.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man/rygel.conf.xml b/doc/man/rygel.conf.xml
index 5235dd0c..bc862ae2 100644
--- a/doc/man/rygel.conf.xml
+++ b/doc/man/rygel.conf.xml
@@ -494,6 +494,7 @@ enabled=false</programlisting>
<para><application>&dhpackage;</application> exposes media players that implement the provider side of this DBus specification as DLNA Digital Media Renderers (DMR) similar to the Playbin plugin. This means that you can easily turn your media player into a DMR by implementing this DBus specification.</para>
<para>Players that implement this spec and are known to work with <application>&dhpackage;</application> are <ulink url="http://banshee.fm">Banshee</ulink>, <ulink url="http://www.rhythmbox.org">Rhythmbox</ulink> and <ulink url="http://live.gnome.org/Totem">Totem</ulink>
</para>
+ <para>You can disable the whole functionality by setting <userinput>enabled=false</userinput> in the <userinput>[MRPIS]</userinput> section of the configuration file.</para>
<para>The configuration of this plugin is special. Plugin configuration is not done on the plugin but rather per peer that is found providing the MPRIS2 interface. See the following example to set the title for Banshee on MPRIS:</para>
<para><programlisting>[org.mpris.MediaPlayer2.banshee]
title=@REALNAME@&apos;s Banshee on @HOSTNAME@</programlisting></para>