From 5a9ceb7b017187741ea725800236321dbc61068a Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 19 May 2026 16:32:13 +0200 Subject: media player updates --- .config/mpd/mpd.conf##default | 2 +- .config/mpv/mpv.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/mpd/mpd.conf##default b/.config/mpd/mpd.conf##default index f999a2b..f6d91a8 100644 --- a/.config/mpd/mpd.conf##default +++ b/.config/mpd/mpd.conf##default @@ -9,7 +9,7 @@ port "6600" restore_paused "yes" replaygain "track" -replaygain_preamp "0" +replaygain_preamp "6" database { plugin "proxy" diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index d853304..cc3c44f 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -10,3 +10,6 @@ sub-scale=0.5 # LOUD volume-max=200 + +# enable hardware-accelerated decoding +hwdec=auto -- cgit v1.2.3