From be8acf60bf781e5078f5583023f6a141cf21390d Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 22 Mar 2025 14:21:13 +0100 Subject: Add MPD --- config/mpd/mpd.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config/mpd/mpd.conf (limited to 'config') diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf new file mode 100644 index 0000000..1d9c985 --- /dev/null +++ b/config/mpd/mpd.conf @@ -0,0 +1,18 @@ +bind_to_address "127.0.0.1" +bind_to_address "::1" +bind_to_address "/run/mpd/socket" + +db_file "~/.config/mpd/database" +state_file "~/.config/mpd/state" +playlist_directory "~/.config/mpd/playlists" +sticker_file "~/.config/mpd/sticker.sql" + +audio_output { + type "pulse" + name "Music" +} + +music_directory "~/.config/mpd/music" + +zeroconf_enabled "yes" +zeroconf_name "MPD @ %h" -- cgit