aboutsummaryrefslogtreecommitdiff
path: root/.config/mpd
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-08-14 11:38:50 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-08-14 11:38:50 +0200
commit2a2f894cfda57dc6e6a4b6f6824b60dd809b4db8 (patch)
tree1043ec1a4e97451113b41d5caa2e8d287b788382 /.config/mpd
parent80fdaf237284de72287a5e93d57da19e31f80b14 (diff)
added ncmpcpp / mpd
Diffstat (limited to '.config/mpd')
-rw-r--r--.config/mpd/mpd.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
new file mode 100644
index 0000000..28a8e81
--- /dev/null
+++ b/.config/mpd/mpd.conf
@@ -0,0 +1,21 @@
+music_directory "~/music"
+playlist_directory "~/music/playlists"
+log_file "~/.local/mpd/log"
+
+auto_update "yes"
+bind_to_address "127.0.0.1"
+restore_paused "yes"
+
+user "loek"
+group "users"
+
+default_permissions "read,add,control,admin"
+
+input {
+ plugin "curl"
+}
+
+audio_output {
+ type "pulse"
+ name "pulse audio"
+}