aboutsummaryrefslogtreecommitdiffstats
path: root/.config/mpd/mpd-marx.conf
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-08-11 01:47:25 +0200
committerDavid Runge <dave@sleepmap.de>2015-08-11 01:47:25 +0200
commit3d731ffbf8605ab1708dcd78ab379fd4536a2e9a (patch)
tree441b4549a090e07a74e6b052a1409cb1f66b3e30 /.config/mpd/mpd-marx.conf
parent2b0308d38d139754d3826baeb1c3d472d9ac31df (diff)
downloaddotfiles-3d731ffbf8605ab1708dcd78ab379fd4536a2e9a.tar.gz
dotfiles-3d731ffbf8605ab1708dcd78ab379fd4536a2e9a.tar.bz2
dotfiles-3d731ffbf8605ab1708dcd78ab379fd4536a2e9a.tar.xz
dotfiles-3d731ffbf8605ab1708dcd78ab379fd4536a2e9a.zip
.config/mpd/mpd-marx.conf: Adding mpd conf for marx.
Diffstat (limited to '.config/mpd/mpd-marx.conf')
-rw-r--r--.config/mpd/mpd-marx.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/.config/mpd/mpd-marx.conf b/.config/mpd/mpd-marx.conf
new file mode 100644
index 0000000..4e32dfc
--- /dev/null
+++ b/.config/mpd/mpd-marx.conf
@@ -0,0 +1,31 @@
+music_directory "/home/dave/.config/mpd/folders"
+playlist_directory "/home/dave/.config/mpd/playlists"
+db_file "/home/dave/.config/mpd/mpd.db"
+log_file "/home/dave/.config/mpd/mpd.log"
+pid_file "/home/dave/.config/mpd/mpd.pid"
+state_file "/home/dave/.config/mpd/mpdstate"
+bind_to_address "127.0.0.1"
+port "6600"
+gapless_mp3_playback "yes"
+save_absolute_paths_in_playlists "yes"
+#zeroconf_enabled "yes"
+#zeroconf_name "dvzrv mpd"
+
+input {
+ plugin "curl"
+}
+
+audio_output {
+ type "pulse"
+ name "mpd"
+ mixer_type "software"
+ server "marx.ak.tu-berlin.de" #optional
+}
+
+audio_output {
+ type "fifo"
+ name "mpd_fifo"
+ path "/run/user/1000/mpd/fifo"
+ format "44100:16:2"
+}
+