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 | efa2dd9e490161db7df2104f1ed15af9d4264050 (patch) | |
| tree | d72aba6662facd310225965ef17b84b0125a8615 /dotfiles/common | |
| parent | dd0e2d432955d1ae908cc67c2db47453db6521d0 (diff) | |
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. |
