mpd.conf (686B)
1 # ░█▄█░█▀█░█▀▄░░ 2 # ░█░█░█▀▀░█░█░░ 3 # ░▀░▀░▀░░░▀▀░░░ 4 5 # files 6 music_directory "~/lib/music" 7 playlist_directory "~/.mpd/playlists" 8 db_file "~/.mpd/database" 9 log_file "~/.mpd/log" 10 pid_file "~/.mpd/pid" 11 state_file "~/.mpd/state" 12 sticker_file "~/.mpd/sticker.sql" 13 14 # opts 15 bind_to_address "127.0.0.1" 16 port "6601" 17 log_level "default" 18 gapless_mp3_playback "yes" 19 filesystem_charset "UTF-8" 20 21 # io 22 input { 23 plugin "curl" 24 } 25 audio_output { 26 type "pulse" 27 name "audio" 28 } 29 audio_output { 30 type "fifo" 31 name "visualizer" 32 path "~/.mpd/mpd.fifo" 33 format "44100:16:2" 34 }