diff options
author | Daniel Seuthe <daniel+mpd@seuthe.org> | 2010-04-25 13:42:23 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-04-25 13:51:58 +0200 |
commit | 92e66e5ab2c6fa56c4a36da4f959f7321749ab8c (patch) | |
tree | 3ed0903b674b9bc9d4954a0a8b1a5c35cc773e4d /doc | |
parent | 54dedef9cf0e85901ac7edaab30e015010603352 (diff) | |
download | mpd-92e66e5ab2c6fa56c4a36da4f959f7321749ab8c.tar.gz mpd-92e66e5ab2c6fa56c4a36da4f959f7321749ab8c.tar.xz mpd-92e66e5ab2c6fa56c4a36da4f959f7321749ab8c.zip |
replay_gain: added mode "auto"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpd.conf.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index e0a30449e..4cddd7ba9 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -170,12 +170,14 @@ 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 <off or album or track> +.B replaygain <off or album or track or auto> 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 -adjust it using the track ReplayGain tags. Currently only FLAC, Ogg Vorbis, -Musepack, and MP3 (through ID3v2 ReplayGain tags, not APEv2) are supported. +adjust it using the track ReplayGain tags. "auto" uses the track ReplayGain +tags if random play is activated otherwise the album ReplayGain tags. Currently +only FLAC, Ogg Vorbis, Musepack, and MP3 (through ID3v2 ReplayGain tags, not +APEv2) are supported. .TP .B replaygain_preamp <-15 to 15> This is the gain (in dB) applied to songs with ReplayGain tags. |