From 81298dd211a1ab9929127e507f6618abb6c139d5 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sat, 8 Nov 2025 01:14:51 -0500 Subject: add mpd and ncmpcpp --- mpd/mpd.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 mpd/mpd.conf (limited to 'mpd/mpd.conf') diff --git a/mpd/mpd.conf b/mpd/mpd.conf new file mode 100644 index 0000000..081a6c2 --- /dev/null +++ b/mpd/mpd.conf @@ -0,0 +1,19 @@ +db_file "$XDG_CACHE_HOME/mpd/database" +music_directory "~/music/songs" +playlist_directory "~/music/playlists" +auto_update "yes" +# bind_to_address "127.0.0.1" +bind_to_address "$XDG_RUNTIME_DIR/mpd-socket" +restore_paused "yes" + +audio_output { + type "pipewire" + name "PipeWire Sound Server" +} + +audio_output { + type "fifo" + name "fancy_visualizer" + path "/tmp/mpd.fifo" + format "44100:16:2" +} -- cgit v1.2.3