aboutsummaryrefslogtreecommitdiff
path: root/mpd/mpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mpd/mpd.conf')
-rw-r--r--mpd/mpd.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/mpd/mpd.conf b/mpd/mpd.conf
new file mode 100644
index 0000000..bac86f3
--- /dev/null
+++ b/mpd/mpd.conf
@@ -0,0 +1,28 @@
+music_directory "~/music"
+playlist_directory "~/.config/mpd/playlists"
+db_file "~/.config/mpd/database"
+log_file "syslog"
+pid_file "~/.config/mpd/pid"
+state_file "~/.local/state/mpd/state"
+sticker_file "~/.config/mpd/sticker.sql"
+#
+# This setting enables automatic update of MPD's database when files in
+# music_directory are changed.
+#
+auto_update "yes"
+
+# Input #######################################################################
+#
+input {
+ plugin "curl"
+# proxy "proxy.isp.com:8080"
+# proxy_user "user"
+# proxy_password "password"
+}
+
+# Audio Output ################################################################
+
+audio_output {
+ type "pipewire"
+ name "PipeWire Sound Server"
+}