# Read the user manual for documentation: http://www.musicpd.org/doc/user/
# Start mpd as the current user (default)
music_directory "/data/music"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/database"
log_file "~/.mpd/log"
pid_file "~/.mpd/pid"
state_file "~/.mpd/state"
bind_to_address "localhost"
port "6600"

audio_output {
        type    "pulse"
        name    "My MPD PulseAudio Output"
        #server  "localhost"   # optional
        #sink    "alsa_output" # optional
}