# Recommended location for database db_file "$XDG_CONFIG_DIR/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_DIR/mpd/playlists" pid_file "$XDG_CONFIG_DIR/mpd/pid" state_file "$XDG_CONFIG_DIR/mpd/state" sticker_file "$XDG_CONFIG_DIR/mpd/sticker.sql" audio_output { type "pulse" name "pulse audio" }