From 7b8ecb55e73551200517080b0c8590a7728c6d21 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sun, 13 Feb 2011 17:24:15 +0100 Subject: [PATCH] doc: Add explanation for MPRIS peer configuration --- doc/man/rygel.conf.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/man/rygel.conf.xml b/doc/man/rygel.conf.xml index 92f28bd..c5b255c 100644 --- a/doc/man/rygel.conf.xml +++ b/doc/man/rygel.conf.xml @@ -420,6 +420,9 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ &dhpackage; 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. Players that implement this spec and are known to work with &dhpackage; are Banshee and Rhythmbox. + 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: + [org.mpris.MediaPlayer2.banshee] +title=@REALNAME@'s Banshee on @HOSTNAME@ This plugin has no additional options. -- 2.7.4