summaryrefslogtreecommitdiffstats
path: root/mpd
diff options
context:
space:
mode:
Diffstat (limited to 'mpd')
-rw-r--r--mpd/databasebin0 -> 265 bytes
-rw-r--r--mpd/mpd.conf21
2 files changed, 21 insertions, 0 deletions
diff --git a/mpd/database b/mpd/database
new file mode 100644
index 0000000..83bf2e3
--- /dev/null
+++ b/mpd/database
Binary files differ
diff --git a/mpd/mpd.conf b/mpd/mpd.conf
new file mode 100644
index 0000000..bf329d6
--- /dev/null
+++ b/mpd/mpd.conf
@@ -0,0 +1,21 @@
+music_directory "~/Music"
+playlist_directory "~/.config/mpd/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"
+}