diff options
author | Max Kellermann <max@duempel.org> | 2013-11-07 18:31:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-07 18:31:56 +0100 |
commit | f679878f7bdc8bdf7c2d066f77ec25241cfd2898 (patch) | |
tree | 593f220271fb7218a3593b0ca9f2228d7b9a5170 /doc/mpdconf.example | |
parent | f33acf8758a406ff744bee5014a5605c10801665 (diff) |
doc/user: add more documentation for the proxy database plugin
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r-- | doc/mpdconf.example | 9 |
1 files changed, 9 insertions, 0 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 ####################################################################### # |