mpd.conf (527B)
1 music_directory "~/media/mus" 2 db_file "~/.config/mpd/database" 3 pid_file "~/.config/mpd/pid" 4 state_file "~/.config/mpd/state" 5 playlist_directory "~/.config/mpd/playlists" 6 log_file "/tmp/mpd.log" 7 log_level "default" 8 9 #bind_to_address "~/.config/mpd/socket" 10 bind_to_address "localhost" 11 port "6600" 12 13 audio_output { 14 type "alsa" 15 name "ALSA SoftVol" 16 device "mpd" 17 auto_resample "no" 18 mixer_device "mpdvol" 19 mixer_control "MPD" 20 } 21 22 audio_output { 23 name "FIFO" 24 type "fifo" 25 path "/tmp/mpd.fifo" 26 format "48000:16:2" 27 }