mpd.conf (774B)
1 music_directory "~/Music/Libraries/Mine/" 2 playlist_directory "~/Music/Libraries/Mine/" 3 db_file "~/.local/share/mpd/mpd.db" 4 log_file "~/.local/share/mpd/mpd.log" 5 pid_file "~/.local/share/mpd/mpd.pid" 6 state_file "~/.cache/mpd/mpdstate" 7 follow_outside_symlinks "yes" 8 follow_inside_symlinks "yes" 9 10 audio_output { 11 type "osx" 12 name "CoreAudio" 13 mixer_type "software" 14 } 15 16 bind_to_address "127.0.0.1" 17 port "6600" 18 bind_to_address "~/.local/share/mpd/socket" 19 user "alex" 20 21 # Visualizer 22 audio_output { 23 type "fifo" 24 name "my_fifo" 25 path "/tmp/mpd.fifo" 26 format "44100:16:2" 27 } 28 29 # refresh the database when files in music_directory change 30 auto_update "yes" 31 auto_update_depth "2" 32 33 # don't start playback after startup 34 restore_paused "yes" 35 36 # use replaygain to set volume 37 replaygain "auto"