aboutsummaryrefslogtreecommitdiff
path: root/mpd
diff options
context:
space:
mode:
Diffstat (limited to 'mpd')
-rw-r--r--mpd/mpd.conf28
-rw-r--r--mpd/pid1
-rw-r--r--mpd/sticker.sqlbin0 -> 12288 bytes
3 files changed, 29 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"
+}
diff --git a/mpd/pid b/mpd/pid
new file mode 100644
index 0000000..b742f79
--- /dev/null
+++ b/mpd/pid
@@ -0,0 +1 @@
+2058
diff --git a/mpd/sticker.sql b/mpd/sticker.sql
new file mode 100644
index 0000000..c86cdf4
--- /dev/null
+++ b/mpd/sticker.sql
Binary files differ