diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-15 22:32:44 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-15 22:32:44 -0500 |
| commit | bd034a8279b07e7672cad6a0c6a6b70f327ab3c9 (patch) | |
| tree | 93a451069af3ef178793c87c8c0df8bb9d6e0eff /.config/mpd | |
| parent | d411555d0144a18015886ae352885b4ac36597bd (diff) | |
update mpd config
Diffstat (limited to '.config/mpd')
| -rw-r--r-- | .config/mpd/mpd.conf | 6 |
1 files changed, 5 insertions, 1 deletions
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 { |
