From f7bce96b0b363161c0fbedc77c369ad81027a3d2 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 30 Aug 2022 08:59:54 +0530 Subject: pushing mpd and ncmpcpp base config --- .config/mpd/mpd.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .config/mpd/mpd.conf (limited to '.config/mpd/mpd.conf') diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf new file mode 100644 index 0000000..fda695a --- /dev/null +++ b/.config/mpd/mpd.conf @@ -0,0 +1,20 @@ +db_file "/home/zt/.local/share/mpd/database" +pid_file "/home/zt/.local/share/mpd/pid" +state_file "/home/zt/.local/share/mpd/state" +playlist_directory "/home/zt/.config/mpd/playlists" +music_directory "/hdd/Music" +port "6600" +auto_update "yes" +log_file "syslog" + +audio_output { + type "pipewire" + name "PipeWire Sound Server" +} + +audio_output { + type "fifo" + name "Visualizer feed" + path "/tmp/mpd.fifo" + format "44100:16:2" +} -- cgit v1.2.3