jniesen / spotify_jukebox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Code Climate Test Coverage Dependency Status

##Spotify Jukebox

A collaborative jukebox solution

###Dependencies###

###Setup###

Use the configure script located in the application's root directory. ######Options######

  • username
  • password
  • app_key
  • playlist_uri

######Example######

./configure --username=homer --password==doh1 --app_key=/path/to/app_key --playlist_uri=spotify:user:123456789:playlist:0Zr8DSONMuu3HWj4G63S42

###Usage###

bundle exec rake start

Once started, the player will begin and a web server will be available on port 4567. Once the web server is running the web interface can be used to enable and disable collaborators on the playlist as well as show the current track information.

###Installing OpenAL###

YUM

sudo yum install openal-soft-devel-1.12.854-1.el6.x86_64

APT

sudo apt-get install libopenal-dev

HOMEBREW

brew install freealut

About


Languages

Language:Ruby 88.5%Language:CSS 6.7%Language:JavaScript 4.1%Language:Shell 0.7%