Commit f679878f authored by Max Kellermann's avatar Max Kellermann

doc/user: add more documentation for the proxy database plugin

parent f33acf87
...@@ -175,6 +175,15 @@ ...@@ -175,6 +175,15 @@
############################################################################### ###############################################################################
# Database #######################################################################
#
#database {
# plugin "proxy"
# host "other.mpd.host"
# port "6600"
#}
# Input ####################################################################### # Input #######################################################################
# #
......
...@@ -714,7 +714,10 @@ systemctl start mpd.socket</programlisting> ...@@ -714,7 +714,10 @@ systemctl start mpd.socket</programlisting>
<para> <para>
Provides access to the database of another MPD instance Provides access to the database of another MPD instance
using <filename>libmpdclient</filename>. Experimental! using <filename>libmpdclient</filename>. This is useful
when you run mount the music directory via NFS/SMB, and the
file server already runs a MPD instance. Only the file
server needs to update the database.
</para> </para>
<informaltable> <informaltable>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment