diff options
author | Max Kellermann <max@duempel.org> | 2009-10-17 21:38:45 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-17 21:38:45 +0200 |
commit | 8d217567c6494c42bf849ea27f66e14e20788857 (patch) | |
tree | 9a713e10747993e409092c714684b03a12b0ab84 /doc/mpd.conf.5 | |
parent | a17d814381ec5e0c17d1e48e46d692e2d9be2afc (diff) | |
download | mpd-8d217567c6494c42bf849ea27f66e14e20788857.tar.gz mpd-8d217567c6494c42bf849ea27f66e14e20788857.tar.xz mpd-8d217567c6494c42bf849ea27f66e14e20788857.zip |
replay_gain: added setting "replaygain off"
There was no setting for disabling replay gain. It was off when the
"replaygain" setting was not there.
Diffstat (limited to '')
-rw-r--r-- | doc/mpd.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 940263795..0784ea393 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 <album or track> +.B replaygain <off or album or track> 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 |