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
end

begin audio
  # buffer size, in K
  buffer 1024
end
