A minimal tool to play audio from your dropbox account.
Use the live service at soundstash.heroku.com or fork your own.
- Brunch: a backbone.js, Coffeescript, ECO mashup for the frontend
- Sinatra: A lightweight ruby backend for use with the Dropbox Ruby SDK
- CodeBase Hero's HTML5 Music Player: The HTML5 audio player
- Loads all MP3s from the app's dropbox folder
- Plays through each in order of ascending name
- Reorder, modify playlist
- Read subdirectories
- OGG support
- Sort by artist, title
- Install Sinatra
- Install Brunch
- Register an app at dropbox.com/developers/apps
- Add your App key and secret to
index.rb - Install the gems listed in
Gemfile - In terminal, run
ruby index.rb - That's it! You should be running locally