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

This commit is contained in:
Max Kellermann 2013-11-07 18:31:56 +01:00
parent f33acf8758
commit f679878f7b
2 changed files with 13 additions and 1 deletions

View File

@ -175,6 +175,15 @@
############################################################################### ###############################################################################
# Database #######################################################################
#
#database {
# plugin "proxy"
# host "other.mpd.host"
# port "6600"
#}
# Input ####################################################################### # Input #######################################################################
# #

View File

@ -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>