aboutsummaryrefslogtreecommitdiff
path: root/mpd/mpd.conf
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2025-07-05 14:28:56 -0500
committerfoswret <foswret@posteo.com>2025-07-05 14:28:56 -0500
commita8a23a2ca425d1eb269abddf57dd3013fb1ec8f3 (patch)
tree5dfc5cef7bce5e0336fe0fa373645a5eb0b89e63 /mpd/mpd.conf
parentf903ab58636a690c1711376bd31222102ec1ac3f (diff)
automated commit at (14:28:56 on 07/05/25)
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"
+}