Dropbox-Audio-Player icon indicating copy to clipboard operation
Dropbox-Audio-Player copied to clipboard

Play audio from your dropbox account in a browser

Dropbox Audio Player

A minimal tool to play audio from your dropbox account.

Use the live service at soundstash.heroku.com or fork your own.

Libraries

Current functionality

  • Loads all MP3s from the app's dropbox folder
  • Plays through each in order of ascending name

Todo

  • Reorder, modify playlist
  • Read subdirectories
  • OGG support
  • Sort by artist, title

Installation

  • 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