summaryrefslogtreecommitdiff
path: root/archive
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-10-30 14:01:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-10-30 14:30:41 -0700
commitd1fbe5a3ea5412b224faf5a3b8093703db52fedc (patch)
treebfb18863dcd1a5fea35977d2402f5e9ea7ac0feb /archive
parent49236406f9fc22d59b20678b271e758f6abbfd67 (diff)
downloaddotfiles-d1fbe5a3ea5412b224faf5a3b8093703db52fedc.tar.gz
archive mpd configuration
Diffstat (limited to 'archive')
-rw-r--r--archive/.mpdconf35
1 files changed, 35 insertions, 0 deletions
diff --git a/archive/.mpdconf b/archive/.mpdconf
new file mode 100644
index 00000000..0e2dc086
--- /dev/null
+++ b/archive/.mpdconf
@@ -0,0 +1,35 @@
+# -*- mode: conf-space; -*-
+
+music_directory "/home/spwhitton/lib/annex/music"
+playlist_directory "/home/spwhitton/doc/playlists"
+db_file "/home/spwhitton/local/mpd/database"
+log_file "/home/spwhitton/local/mpd/log"
+pid_file "/home/spwhitton/local/mpd/pid"
+state_file "/home/spwhitton/local/mpd/state"
+sticker_file "/home/spwhitton/local/mpd/sticker.sql"
+bind_to_address "localhost"
+
+# This audio output should match the default one that running mpd on
+# Xfce startup adds. We have it here explicitly because adding the
+# HTTP stream output below disables adding the default output
+audio_output {
+ type "pulse"
+ name "My Pulse Output"
+ #server "remote_server" # optional
+ #sink "remote_server_sink" # optional
+}
+
+# # HTTP stream to LAN
+# audio_output {
+# type "httpd"
+# name "Sean's music stream"
+# encoder "lame"
+# port "8000"
+# bind_to_address "192.168.1.72"
+# bitrate "128"
+# format "44100:16:1"
+# max_clients "1"
+# }
+
+filesystem_charset "UTF-8"
+id3v1_encoding "UTF-8"