oldies.conf (742B)
1 music_directory "~/Music/Libraries/Oldies/" 2 playlist_directory "~/Music/Playlists/Oldies/" 3 db_file "~/.local/share/mpd/oldies.db" 4 log_file "~/.local/share/mpd/oldies.log" 5 pid_file "~/.local/share/mpd/oldies.pid" 6 state_file "~/.cache/mpd/oldiesstate" 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 "6601" 18 user "alex" 19 20 # Visualizer 21 audio_output { 22 type "fifo" 23 name "oldies_fifo" 24 path "/tmp/oldiesmpd.fifo" 25 format "44100:16:2" 26 auto_resample "no" 27 use_mmap "yes" 28 } 29 30 # refresh the database when files in music_directory change 31 auto_update "yes" 32 auto_update_depth "2" 33 34 # don't start playback after startup 35 restore_paused "yes"