Mixtape is a web-based collaborative jukebox supporting with multiple 'rooms' and multiple listening and non-listening participants. Mixtape is backed by Rdio, built on Playframework using websockets.
Play 2.1
OSX: brew install play or look at [http://www.playframework.com/documentation/2.1.1/Installing]
play run
open http://localhost:9000
- Persistance is in-memory only for the moment, so restarting server clears all rooms/queues/etc
- You have to be logged in (via OpenID) to enqueue items, reorder the queue, vote up/down, etc.
- Items with net negitive balance of votes will be skipped when they reach the top of the queue
Modified BSD (3-clause)