diff --git a/doc/mpd.conf.5.rst b/doc/mpd.conf.5.rst index 6b364c513..90d515c16 100644 --- a/doc/mpd.conf.5.rst +++ b/doc/mpd.conf.5.rst @@ -130,7 +130,8 @@ audio_output replaygain If specified, mpd will adjust the volume of songs played using ReplayGain - tags (see http://www.replaygain.org/). Setting this to "album" will + tags (see https://wiki.hydrogenaud.io/index.php?title=Replaygain). + 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. "auto" uses the track ReplayGain tags if random play is activated otherwise the album ReplayGain diff --git a/doc/mpdconf.example b/doc/mpdconf.example index a097fc652..6f36cf8b5 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -372,7 +372,8 @@ input { # the argument "off", "album", "track" or "auto". "auto" is a special mode that # chooses between "track" and "album" depending on the current state of # random playback. If random playback is enabled then "track" mode is used. -# See for more details about ReplayGain. +# See for +# more details about ReplayGain. # This setting is off by default. # #replaygain "album"