From bddb6b42738c8637000896d867e89691d3a57c3e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 17 Oct 2009 22:58:19 +0200 Subject: command: allow changing replay gain mode on-the-fly The new command "replay_gain_mode" allows the user to switch the replay gain mode on-the-fly. No more mpd.conf editing. --- doc/protocol.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'doc/protocol.xml') diff --git a/doc/protocol.xml b/doc/protocol.xml index 968c2885..5becb2dc 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -487,6 +487,41 @@ + + + + replay_gain_mode + MODE + + + + + Sets the replay gain mode. One of + off, + track, + album. + + + Changing the mode during playback may take several + seconds, because the new settings does not affect the + buffered data. + + + + + + + replay_gain_status + + + + + Prints replay gain options. Currently, only the + variable replay_gain_mode is + returned. + + + -- cgit v1.2.3