summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/rygel.conf.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/rygel.conf.xml b/doc/man/rygel.conf.xml
index fb8d0a4a..d77beefc 100644
--- a/doc/man/rygel.conf.xml
+++ b/doc/man/rygel.conf.xml
@@ -340,7 +340,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<title>Tracker Plugin</title>
<para>The tracker plugin uses the centralized database of meta information
from the tracker project. See the
- <ulink url="http://projects.gnome.org/tracker/">tracker project website </ulink> for more information about tracker.
+ <ulink url="https://wiki.gnome.org/Projects/Tracker">tracker project website </ulink> for more information about tracker.
</para>
<variablelist>
<varlistentry>
@@ -526,7 +526,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
</refsect1>
<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>The External plugin is an consumer of the <ulink url="https://wiki.gnome.org/Projects/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="https://wiki.gnome.org/Projects/DVBDaemon">gnome-dvb-daemon</ulink>, <ulink url="http://www.rhythmbox.org">Rhythmbox</ulink> and <ulink url="https://wiki.gnome.org/Projects/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]
@@ -538,7 +538,7 @@ enabled=false</programlisting>
<para>The MPRIS plugin is a consumer of the <ulink url="http://www.mpris.org">MPRIS2 DBus interface specification</ulink>. The implementation conforms to version 2.0 of the standard.
</para>
<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>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="https://wiki.gnome.org/Apps/Videos">GNOME Videos (previously known as 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>