about summary refs log tree commit diff stats
path: root/config/mpd
diff options
context:
space:
mode:
Diffstat (limited to 'config/mpd')
-rw-r--r--config/mpd/mpd.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf
new file mode 100644
index 0000000..59a1215
--- /dev/null
+++ b/config/mpd/mpd.conf
@@ -0,0 +1,9 @@
+playlist_directory	"~/.local/share/mpd/playlists" # playlist data
+db_file			"~/.local/share/mpd/database" # database file
+pid_file		"~/.local/share/mpd/pid" # tracks MPD's pid
+state_file		"~/.local/share/mpd/state" # tracks MPD's state while it's down
+sticker_file		"~/.local/share/mpd/sticker.sql" # auxillary stats
+
+bind_to_address		"localhost" # local daemon
+restore_paused		"yes" # starts paused if MPD is paused when it closes
+auto_update		"yes" # updates the database when the directory changes