begin main 
  # location of the default playlist to load...  doesn't have to exist
  playlist ~/.emusic/list

  # loop mode
  loopmode f

  # theme to load
  theme DEFAULT

  # save current playlist on exit?  saves to ~/.emusic/list
  save_on_close true

  # keep files from single play mode in the playlist
  keep_singles false
end

begin audio
  # buffer size, in Kbytes
  buffer 512
end
