From d9972692e2745bb6fb733f53d4744f75fc0e48d4 Mon Sep 17 00:00:00 2001 From: ObeseTermite Date: Thu, 24 Apr 2025 22:23:50 -0700 Subject: [PATCH] fixed mpd config, to have proper audio configuration using pulseaudio --- mpd.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mpd.conf b/mpd.conf index b7a92f8..7ea3fa3 100644 --- a/mpd.conf +++ b/mpd.conf @@ -5,3 +5,9 @@ playlist_directory "~/.mpd/playlists" db_file "~/.mpd/mpd.db" state_file "~/.mpd/mpdstate" auto_update "yes" + +audio_output { + type "pulse" + name "My MPD PulseAudio Output" +} +