db_file "~/.local/share/mpd/database"
log_file "~/.local/share/mpd/syslog"
music_directory "~/Music/music"

playlist_directory "~/.local/share/mpd"
state_file "~/.local/share/mpd/state"
pid_file "~/.local/share/mpd/pid"
sticker_file "~/.local/share/mpd/sticker.sql"

auto_update "yes"
auto_update_depth "0"

port "6600"

restore_paused "yes"

follow_inside_symlinks "no"
follow_outside_symlinks "no"

audio_output {
    type "pulse"
    name "pulse audio"
}