doc/mpdconf.example: move "replaygain_limit" to user.rst

This commit is contained in:
Max Kellermann
2024-04-15 18:53:16 +02:00
parent 3145b10f51
commit 60fae87e59
2 changed files with 5 additions and 10 deletions

View File

@@ -382,16 +382,6 @@ input {
#
#replaygain "album"
#
# This setting enables or disables ReplayGain limiting.
# MPD calculates actual amplification based on the ReplayGain tags
# and replaygain_preamp / replaygain_missing_preamp setting.
# If replaygain_limit is enabled, MPD will use the peak from the
# ReplayGain tags to minimize clipping. If replaygain_limit is
# disabled, MPD will allow clipping of some quiet tracks.
# By default, this setting is enabled.
#
#replaygain_limit "yes"
#
###############################################################################
# Character Encoding ##########################################################