summaryrefslogtreecommitdiff
path: root/mpd
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2024-06-19 06:58:00 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2024-06-19 06:58:00 +0300
commiteef114987d5a6373739b6d9af0e2a34dc7ad4319 (patch)
tree5d3898db011bb0202ad33cec1ff615b814d06341 /mpd
parent4b1efeb6d6e5c6999ff0c9e56855b30a1bf18c84 (diff)
Fix structure
Diffstat (limited to 'mpd')
-rw-r--r--mpd/mpd.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/mpd/mpd.conf b/mpd/mpd.conf
deleted file mode 100644
index 9e9ff53..0000000
--- a/mpd/mpd.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-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"
-}