From d9fd1d6971d8b3d71a0f1556a3b5d29ea6641ac2 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 31 Dec 2013 14:17:34 +0100 Subject: Adding mpd config --- .mpd/mpd.conf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .mpd/mpd.conf (limited to '.mpd') diff --git a/.mpd/mpd.conf b/.mpd/mpd.conf new file mode 100644 index 0000000..d272aa9 --- /dev/null +++ b/.mpd/mpd.conf @@ -0,0 +1,35 @@ +music_directory "/home/dave/.mpd/folders" +playlist_directory "/home/dave/.mpd/playlists" +db_file "/home/dave/.mpd/mpd.db" +log_file "/home/dave/.mpd/mpd.log" +pid_file "/home/dave/.mpd/mpd.pid" +state_file "/home/dave/.mpd/mpdstate" +#bind_to_address "127.0.0.1" +bind_to_address "::" +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 "127.0.0.1" +# server "s4" # optional +# sink "alsa_input.pci-0000_00_08.0.analog-stereo" +# sink "alsa_output.pci-0000_00_1b.0.analog-stereo" +} + +audio_output { + type "fifo" + name "mpd_fifo" + path "/tmp/mpd.fifo" + format "44100:16:2" +} + -- cgit v1.2.3-70-g09d2