fixed mpd config, to have proper audio configuration using pulseaudio

This commit is contained in:
ObeseTermite 2025-04-24 22:23:50 -07:00
parent 553e697898
commit d9972692e2

View file

@ -5,3 +5,9 @@ playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/mpd.db" db_file "~/.mpd/mpd.db"
state_file "~/.mpd/mpdstate" state_file "~/.mpd/mpdstate"
auto_update "yes" auto_update "yes"
audio_output {
type "pulse"
name "My MPD PulseAudio Output"
}