From e3dbbcc18c3c14d1eed79b9c05111306a55865ab Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 10 Feb 2022 08:43:57 -0800 Subject: home-manager: mpd and ncmpcpp configuration --- configs/mpd/mpd.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 configs/mpd/mpd.conf (limited to 'configs/mpd/mpd.conf') diff --git a/configs/mpd/mpd.conf b/configs/mpd/mpd.conf new file mode 100644 index 0000000..c7e9b3b --- /dev/null +++ b/configs/mpd/mpd.conf @@ -0,0 +1,24 @@ +playlist_directory "~/.config/mpd/playlists" +db_file "~/.config/mpd/database" +sticker_file "~/.config/mpd/sticker.sql" +music_directory "~/media/music" + +auto_update "yes" + +filesystem_charset "UTF-8" + +input { + plugin "curl" +} + +audio_output { + type "pipewire" + name "PipeWire Sound Server" +} + +audio_output { + type "fifo" + name "visualizer" + path "/tmp/mpd.fifo" + format "44100:16:2" +} -- cgit v1.2.3