aboutsummaryrefslogtreecommitdiff
path: root/mpd/mpdconf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-01-17 11:56:33 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-01-17 11:56:33 +1300
commit75c9a75fa9144d79b4e9a5d7a0bc647812774b8c (patch)
tree89f89c8785f09efd0fe6c1c11d54074f3d72f3a2 /mpd/mpdconf
parentMerge branch 'release/v10.23.0' into develop (diff)
downloaddotfiles-75c9a75fa9144d79b4e9a5d7a0bc647812774b8c.tar.gz
dotfiles-75c9a75fa9144d79b4e9a5d7a0bc647812774b8c.zip
Remove MPD and ncmpcpp config
They're too short, and very host-specific.
Diffstat (limited to 'mpd/mpdconf')
-rw-r--r--mpd/mpdconf15
1 files changed, 0 insertions, 15 deletions
diff --git a/mpd/mpdconf b/mpd/mpdconf
deleted file mode 100644
index 8dd88810..00000000
--- a/mpd/mpdconf
+++ /dev/null
@@ -1,15 +0,0 @@
-bind_to_address "~/.mpd/socket"
-
-db_file "~/.mpd/database"
-log_file "~/.mpd/log"
-
-music_directory "/mnt/media/shares/music"
-playlist_directory "~/.mpd/playlists"
-pid_file "~/.mpd/pid"
-state_file "~/.mpd/state"
-sticker_file "~/.mpd/sticker.sql"
-
-audio_output {
- type "pulse"
- name "PulseAudio"
-}