Skip to content

astoltz/jukebox

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

Releases

No releases published

Packages

No packages published