From e74a77025070da0d70f5d786a38cfaa93573f8ec Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Wed, 6 Dec 2023 13:57:42 +1100 Subject: [PATCH] Disable the mpg123 decoder since it's getting track durations wrong? --- dot-config/mpd/mpd.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot-config/mpd/mpd.conf b/dot-config/mpd/mpd.conf index 6bf72a5..bdffe3d 100644 --- a/dot-config/mpd/mpd.conf +++ b/dot-config/mpd/mpd.conf @@ -16,6 +16,11 @@ audio_output { name "MacOS Audio" } +decoder { + plugin "mpg123" + enabled "no" +} + audio_output { type "fifo" name "ncmpcpp"