summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2023-03-06 01:59:01 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2023-03-06 01:59:01 +0300
commit2de64e5e0b0ee1636549463be8b6abd36cab1186 (patch)
tree2af91d0e7f9245ff96a7080e5cbfe0cbdff27418
parent4b36687a616d19619cdb90256cc9f45e254fbdec (diff)
mpd
-rw-r--r--mpd/mpd.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/mpd/mpd.conf b/mpd/mpd.conf
new file mode 100644
index 0000000..ac5beec
--- /dev/null
+++ b/mpd/mpd.conf
@@ -0,0 +1,21 @@
+music_directory "~/mus"
+playlist_directory "~/.local/share/playlists"
+
+auto_update "yes"
+bind_to_address "127.0.0.1"
+restore_paused "yes"
+max_output_buffer_size "16384"
+
+audio_output {
+ type "pulse"
+ name "pulse"
+ # type "alsa"
+ # name "ALSA"
+}
+
+audio_output {
+ type "fifo"
+ name "Visualizer feed"
+ path "/tmp/mpd.fifo"
+ format "44100:16:2"
+}