aboutsummaryrefslogtreecommitdiff
path: root/configs/mpd
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-10 08:43:57 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-10 08:43:57 -0800
commite3dbbcc18c3c14d1eed79b9c05111306a55865ab (patch)
treee7d7aa19ac0328ef78de309f8e93c397deef4374 /configs/mpd
parenthome-manager: fix typo for polybar (diff)
downloadinfra-e3dbbcc18c3c14d1eed79b9c05111306a55865ab.tar.gz
home-manager: mpd and ncmpcpp configuration
Diffstat (limited to 'configs/mpd')
-rw-r--r--configs/mpd/mpd.conf24
1 files changed, 24 insertions, 0 deletions
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"
+}