A simple queue manager for mopidy, suitable for parties.
- Simple UI, narrowed down to searching and queueing
- Users can up- and downvote songs
- Users can not delete or skip tracks
- Mopidy with HTTP API and Spotify enabled
- Make sure you configured everything correctly (e.g. with ncmpcpp)
- node.js
Currently only support for Spotify can be guaranteed.
npm install --production
node server.js
orPORT=1337 node server.js
Configuration is done in config.js.
=========
- node
- express
- socket.io
- jade
- less
- bootstrap