aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-25 00:11:10 +0200
committerMax Kellermann <max@duempel.org>2013-10-25 00:20:36 +0200
commit961c7d0f7853d28eddffd74d4a874c3e6a85ee9c (patch)
tree65f2705d3ff037107f05a35f61ea555b4d1f780b /doc
parentc1ba47beee9c084e2a592e54dcda3f470e26ec47 (diff)
downloadmpd-961c7d0f7853d28eddffd74d4a874c3e6a85ee9c.tar.gz
mpd-961c7d0f7853d28eddffd74d4a874c3e6a85ee9c.tar.xz
mpd-961c7d0f7853d28eddffd74d4a874c3e6a85ee9c.zip
OtherCommands: re-add the "volume" command
This command was removed by commit 206392ad (MPD 0.16), even though it was been proven useful for some very simple clients. On request, I add it to the protocol again.
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index 50e58db63..d40d6586d 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -768,6 +768,25 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry id="command_volume">
+ <term>
+ <cmdsynopsis>
+ <command>volume</command>
+ <arg choice="req"><replaceable>CHANGE</replaceable></arg>
+ </cmdsynopsis>
+ </term>
+ <listitem>
+ <para>
+ Changes volume by amount <varname>CHANGE</varname>.
+ </para>
+ <note>
+ <para>
+ <command>volume</command> is deprecated, use
+ <command>setvol</command> instead.
+ </para>
+ </note>
+ </listitem>
+ </varlistentry>
</variablelist>
</section>