Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Latest commit

 

History

History
43 lines (27 loc) · 804 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 804 Bytes

musicNode

A simple queue manager for mopidy, suitable for parties.

Features

  • Simple UI, narrowed down to searching and queueing
  • Users can up- and downvote songs
  • Users can not delete or skip tracks

Requirements

  • 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.

How to install

  1. npm install --production
  2. node server.js or PORT=1337 node server.js

Configuration

Configuration is done in config.js.

=========

Built with

  • node
  • express
  • socket.io
  • jade
  • less
  • bootstrap

License

GPL v2