From a2ee3a50eb8679ceb028220638abe5ea4e3cac72 Mon Sep 17 00:00:00 2001 From: kageru Date: Wed, 7 Feb 2018 13:41:32 +0100 Subject: [PATCH] added mpd config --- .config/mpd/mpd.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .config/mpd/mpd.conf diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf new file mode 100644 index 0000000..4eff0b6 --- /dev/null +++ b/.config/mpd/mpd.conf @@ -0,0 +1,29 @@ +# See: /usr/share/doc/mpd/mpdconf.example + +pid_file "~/.config/mpd/mpd.pid" +db_file "~/.config/mpd/mpd.db" +state_file "~/.config/mpd/mpdstate" +playlist_directory "/mnt/calliope/Music/Misc/fpl" +music_directory "/mnt/calliope/Music" +audio_output { + type "pulse" + name "MPulseD" +# type "alsa" +# name "iec958:CARD=S20,DEV=0" +# device "hw:2,0" +# device "iec958:CARD=S20,DEV=0" +# device "sysdefault:CARD=S20" +# device "plug:default" + format "96000:32:2" + auto_resample "no" + always_on "no" + mixer_type "software" +} + +audio_output { + type "fifo" + name "my_fifo" + path "/tmp/mpd.fifo" + format "44100:16:2" +} +replaygain "album"