From 086143af275772e8306e1e0ff615055688153fe8 Mon Sep 17 00:00:00 2001 From: pants Date: Thu, 17 Jul 2025 21:07:23 -0700 Subject: [PATCH] add mpd --- mpd/mpd.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mpd/mpd.conf diff --git a/mpd/mpd.conf b/mpd/mpd.conf new file mode 100644 index 0000000..86c26fb --- /dev/null +++ b/mpd/mpd.conf @@ -0,0 +1,9 @@ +music_directory "/home/nik/music" +auto_update "yes" +bind_to_address "127.0.0.1" +restore_paused "yes" + +audio_output { + type "pulse" + name "pulse" +}