From bd034a8279b07e7672cad6a0c6a6b70f327ab3c9 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 15 Jan 2026 22:32:44 -0500 Subject: update mpd config --- .config/mpd/mpd.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 1a20eb4..1f25e0c 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -126,7 +126,7 @@ state_file "$XDG_RUNTIME_DIR/mpd/state" # This setting enables automatic update of MPD's database when files in # music_directory are changed. (Linux only) # -#auto_update "yes" +auto_update "yes" # # Limit the depth of the directories being watched, 0 means only watch # the music directory itself. There is no limit by default. @@ -219,6 +219,10 @@ input { # blocks. Setting this block is optional, though the server will only attempt # autodetection for one sound card. # +audio_output { + type "pipewire" + name "PipeWire" +} # An example of an ALSA output: # #audio_output { -- cgit v1.2.3