GitHub - astoltz/jukebox: Jukebox

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

  1. Install VLC and enable the web interface (v 2 +)

Windows

Linux: vlc -I ncurses --extraintf http

  1. Add music to your library

  2. Install NodeJS (v 0.8.5 +)

Ubuntu:

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm
  1. Install Dependencies

npm install -l

  1. Start the server

node server.js

Commit syntax #ticketNumber message

Notes