Play Youtube music and audio files through a server, jukebox style

Josh Bicking e61e1448da Restored routes and added sockets to them. 6 năm trước cách đây
bin e61e1448da Restored routes and added sockets to them. 6 năm trước cách đây
downloads 6157bf3a78 Implement youtube-dl: check that URL is valid 7 năm trước cách đây
public 6157bf3a78 Implement youtube-dl: check that URL is valid 7 năm trước cách đây
routes e61e1448da Restored routes and added sockets to them. 6 năm trước cách đây
views 3ef28f3413 Clean up a bit, add crude playlist implementation, start sockets 6 năm trước cách đây
.gitignore 6157bf3a78 Implement youtube-dl: check that URL is valid 7 năm trước cách đây
README.md 659cc21398 Start README info, prepare for youtube-dl binary envvar 7 năm trước cách đây
app.js e61e1448da Restored routes and added sockets to them. 6 năm trước cách đây
package-lock.json e61e1448da Restored routes and added sockets to them. 6 năm trước cách đây
package.json e61e1448da Restored routes and added sockets to them. 6 năm trước cách đây

README.md

lan-jukebox

Installation

Install node, npm, and youtube-dl.

Clone this repo, then from within the directory, run:
npm install

If you encounter errors with npm install, make sure you have asoundlib.h (in Ubuntu, this is in the libasound2-dev package). It's required for an audio package.

Usage

npm start