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

Josh Bicking 659cc21398 Start README info, prepare for youtube-dl binary envvar il y a 8 ans
bin 6157bf3a78 Implement youtube-dl: check that URL is valid il y a 8 ans
downloads 6157bf3a78 Implement youtube-dl: check that URL is valid il y a 8 ans
public 6157bf3a78 Implement youtube-dl: check that URL is valid il y a 8 ans
routes 659cc21398 Start README info, prepare for youtube-dl binary envvar il y a 8 ans
views c8d03572e6 Add (crude) playlist, redirect after url given il y a 8 ans
.gitignore 6157bf3a78 Implement youtube-dl: check that URL is valid il y a 8 ans
README.md 659cc21398 Start README info, prepare for youtube-dl binary envvar il y a 8 ans
app.js 4b381264d2 Add player package, download music as mp3 for player il y a 8 ans
package.json 4b381264d2 Add player package, download music as mp3 for player il y a 8 ans

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