diff options
author | Max Kellermann <max@duempel.org> | 2009-11-01 15:44:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-01 15:44:56 +0100 |
commit | 8bfe3497b0909b33b4fdf5a17e80eb45d77fddeb (patch) | |
tree | 115885209ed7e684376ca25d4efee7225ec79e17 /doc/protocol.xml | |
parent | 9bcfd3a47da540abeb2da06471cf2fa11c14db49 (diff) | |
download | mpd-8bfe3497b0909b33b4fdf5a17e80eb45d77fddeb.tar.gz mpd-8bfe3497b0909b33b4fdf5a17e80eb45d77fddeb.tar.xz mpd-8bfe3497b0909b33b4fdf5a17e80eb45d77fddeb.zip |
replay_gain: trigger OPTIONS idle event on mode change
Diffstat (limited to '')
-rw-r--r-- | doc/protocol.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index eb48185e9..b6271403a 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -195,7 +195,7 @@ <para> <returnvalue>options</returnvalue>: options like <option>repeat</option>, <option>random</option>, - <option>crossfade</option> + <option>crossfade</option>, replay gain </para> </listitem> </itemizedlist> @@ -520,6 +520,10 @@ seconds, because the new settings does not affect the buffered data. </para> + <para> + This command triggers the + <returnvalue>options</returnvalue> idle event. + </para> </listitem> </varlistentry> <varlistentry id="command_replay_gain_status"> |