aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-25 23:28:53 +0200
committerMax Kellermann <max@duempel.org>2012-09-25 23:31:07 +0200
commit9cdbde4f5e421b7a1ca28d5268d5c31de9d6ad5d (patch)
tree2daa30a0e8301dae5bb15d6fac068b2099058b2f /doc
parentf9147a0706872841acd1b0c97224ab9e06dcecc7 (diff)
output: new option "tags" may be used to disable sending tags
Implements Mantis ticket 0003340.
Diffstat (limited to 'doc')
-rw-r--r--doc/user.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 65b7cb10..c83c625a 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -438,6 +438,18 @@ systemctl start mpd.socket</programlisting>
</row>
<row>
<entry>
+ <varname>tags</varname>
+ <parameter>yes|no</parameter>
+ </entry>
+ <entry>
+ If set to "no", then MPD will not send tags to this
+ output. This is only useful for output plugins that
+ can receive tags, for example the
+ <varname>httpd</varname> output plugin.
+ </entry>
+ </row>
+ <row>
+ <entry>
<varname>always_on</varname>
<parameter>yes|no</parameter>
</entry>