aboutsummaryrefslogtreecommitdiff
path: root/mpdconf
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-12-29 12:08:33 -0500
committerMitch Riedstra <mitch@riedstra.us>2019-12-29 12:08:33 -0500
commitf4b89dd102c9cc243dd95b1d15116332ed113b30 (patch)
treec9b8ffd81ba47de7b4a4947867687dd676050c92 /mpdconf
parentf2e6f4894b3f50b26e9b37ee0f9948f561fdf855 (diff)
downloaddotfiles-f4b89dd102c9cc243dd95b1d15116332ed113b30.tar.gz
dotfiles-f4b89dd102c9cc243dd95b1d15116332ed113b30.tar.xz
mpd configuration
Diffstat (limited to 'mpdconf')
-rw-r--r--mpdconf26
1 files changed, 26 insertions, 0 deletions
diff --git a/mpdconf b/mpdconf
new file mode 100644
index 0000000..e96d493
--- /dev/null
+++ b/mpdconf
@@ -0,0 +1,26 @@
+mixer_type "software"
+
+# For systems without pulse
+# audio_output {
+# type "alsa"
+# name "alsa"
+# }
+
+audio_output {
+ type "pulse"
+ name "pulse audio"
+}
+
+db_file "~/.mpd.db"
+log_file "~/.mpd.log"
+
+# Optional
+music_directory "~/Music"
+playlist_directory "~/Music/Playlists"
+pid_file "~/.mpd.pid"
+state_file "~/.mpd.state"
+sticker_file "~/.mpd.sticker.sql"
+
+# bind_to_address "0.0.0.0"
+bind_to_address "::1"
+port "6600"