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

Josh Bicking 898212eeda Added play/pause button 6 years ago
bin e61e1448da Restored routes and added sockets to them. 6 years ago
downloads 6157bf3a78 Implement youtube-dl: check that URL is valid 7 years ago
public 6157bf3a78 Implement youtube-dl: check that URL is valid 7 years ago
routes 898212eeda Added play/pause button 6 years ago
views 898212eeda Added play/pause button 6 years ago
.gitignore 6157bf3a78 Implement youtube-dl: check that URL is valid 7 years ago
README.md 659cc21398 Start README info, prepare for youtube-dl binary envvar 7 years ago
app.js 898212eeda Added play/pause button 6 years ago
package-lock.json 898212eeda Added play/pause button 6 years ago
package.json e61e1448da Restored routes and added sockets to them. 6 years ago

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