# Recommended location for database
db_file            "$XDG_CONFIG_HOME/mpd/database"

# Logs to systemd journal
log_file           "syslog"

# The music directory is by default the XDG directory, uncomment to amend and choose a different directory
music_directory    "$XDG_MUSIC_DIR"

# Refresh the database whenever files in the music_directory are changed
auto_update "yes"

# Restore in paused mode
restore_paused "yes"

# Uncomment to enable the functionalities
playlist_directory "$XDG_CONFIG_HOME/mpd/playlists"
pid_file           "$XDG_CONFIG_HOME/mpd/pid"
state_file         "$XDG_CONFIG_HOME/mpd/state"
sticker_file       "$XDG_CONFIG_HOME/mpd/sticker.sql"

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