From 97a2122f41d88dda1ddf43ee77dc954dd19d9a18 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 20 Jan 2021 14:58:15 +0100 Subject: [PATCH] doc/mpd.conf.5.rst: updated ReplayGain website links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "The documentation for mpd.conf still links to https://replaygain.org – according to archive.org, this domain has been defunct since 2014-09-14, shortly after got domain squatted and ever since hosts dubious content." Closes https://github.com/MusicPlayerDaemon/MPD/issues/1050 --- doc/mpd.conf.5.rst | 3 ++- doc/mpdconf.example | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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"