From db79ad2080f9a46d675c08bf36ef15666efbf852 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 11 Jul 2020 18:32:09 +0200 Subject: [PATCH] MPD now auto-updates on songs added in the ~/Music dir --- .config/mpd/mpd.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 4b678d1..17c95ec 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -12,6 +12,8 @@ bind_to_address "localhost" max_output_buffer_size "16304" +auto_update "yes" + audio_output { type "fifo" name "my_fifo"