diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-14 18:36:59 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-14 18:36:59 -0600 |
| commit | 27e657b2f6f81419c844275e9101848993ee34b4 (patch) | |
| tree | d72aba6662facd310225965ef17b84b0125a8615 /dotfiles/common | |
| parent | b87628391869e4066fc7249710ac974256f6aeb2 (diff) | |
| download | archsetup-27e657b2f6f81419c844275e9101848993ee34b4.tar.gz archsetup-27e657b2f6f81419c844275e9101848993ee34b4.zip | |
feat(archsetup): add loudgain-ffmpeg7, set mpd replaygain to auto
Add loudgain-ffmpeg7 (AUR) for ReplayGain/EBU R128 scanning.
Switch mpd replaygain from "track" to "auto" for album-aware playback.
Diffstat (limited to 'dotfiles/common')
| -rw-r--r-- | dotfiles/common/.config/mpd/mpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/common/.config/mpd/mpd.conf b/dotfiles/common/.config/mpd/mpd.conf index d084cb2..89a5d76 100644 --- a/dotfiles/common/.config/mpd/mpd.conf +++ b/dotfiles/common/.config/mpd/mpd.conf @@ -367,7 +367,7 @@ audio_output { # See <http://www.replaygain.org> for more details about ReplayGain. # This setting is off by default. # -replaygain "track" +replaygain "auto" # # This setting sets the pre-amp used for files that have ReplayGain tags. By # default this setting is disabled. |
