From 8d217567c6494c42bf849ea27f66e14e20788857 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 17 Oct 2009 21:38:45 +0200 Subject: replay_gain: added setting "replaygain off" There was no setting for disabling replay gain. It was off when the "replaygain" setting was not there. --- doc/mpd.conf.5 | 2 +- doc/mpdconf.example | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 94026379..0784ea39 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -168,7 +168,7 @@ only choice) if MPD was compiled without libsamplerate. For an up-to-date list of available converters, please see the libsamplerate documentation (available online at <\fBhttp://www.mega-nerd.com/SRC/\fP>). .TP -.B replaygain +.B replaygain If specified, mpd will adjust the volume of songs played using ReplayGain tags (see <\fBhttp://www.replaygain.org/\fP>). Setting this to "album" will adjust volume using the album's ReplayGain tags, while setting it to "track" will diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 320c3b75..3b9e460b 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -299,8 +299,8 @@ input { # Normalization automatic volume adjustments ################################## # # This setting specifies the type of ReplayGain to use. This setting can have -# the argument "album" or "track". See for more -# details. This setting is disabled by default. +# the argument "off", "album" or "track". See +# for more details. This setting is off by default. # #replaygain "album" # -- cgit v1.2.3