dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 97e9ae478ece47cca02c34043989f9fcb796713c
parent bf10bc625b3d906ef20bfff697e774408bbe4d96
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Wed, 22 Dec 2021 00:02:00 +0100

mpd: enable replaygain, set with mp3gain

Diffstat:
Mmpd/mpd.conf | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/mpd/mpd.conf b/mpd/mpd.conf @@ -32,3 +32,6 @@ auto_update_depth "2" # don't start playback after startup restore_paused "yes" + +# use replaygain to set volume +replaygain "auto"