aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-07 18:31:56 +0100
committerMax Kellermann <max@duempel.org>2013-11-07 18:31:56 +0100
commitf679878f7bdc8bdf7c2d066f77ec25241cfd2898 (patch)
tree593f220271fb7218a3593b0ca9f2228d7b9a5170 /doc
parentf33acf8758a406ff744bee5014a5605c10801665 (diff)
downloadmpd-f679878f7bdc8bdf7c2d066f77ec25241cfd2898.tar.gz
mpd-f679878f7bdc8bdf7c2d066f77ec25241cfd2898.tar.xz
mpd-f679878f7bdc8bdf7c2d066f77ec25241cfd2898.zip
doc/user: add more documentation for the proxy database plugin
Diffstat (limited to 'doc')
-rw-r--r--doc/mpdconf.example9
-rw-r--r--doc/user.xml5
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index b6c6f7bb1..e4b4d29a9 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -175,6 +175,15 @@
###############################################################################
+# Database #######################################################################
+#
+
+#database {
+# plugin "proxy"
+# host "other.mpd.host"
+# port "6600"
+#}
+
# Input #######################################################################
#
diff --git a/doc/user.xml b/doc/user.xml
index 9bf4112f7..605cb0dbb 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -714,7 +714,10 @@ systemctl start mpd.socket</programlisting>
<para>
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>
<informaltable>