Skip to content
forked from ocf/BJukebox

Web interface to collaboratively queue songs to a live playlist

License

Notifications You must be signed in to change notification settings

encadyma/BJukebox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BJukebox

BJukebox is a web interface for contributing songs to a live playlist. Songs can come from Youtube, Soundcloud, or any website the youtube-dl program supports.

The server uses Erlang to manage websockets with clients, and an MPD server as audio output.

Screenshot!

Running

  1. Start your mpd server. Run mpc consume on, mpc repeat off, mpc random off, mpc single off and clear the playlist.
  2. rebar3 release to compile. Download the rebar3 binary here. You might need to install some extra Erlang dependencies on your server.
  3. Run _build/default/rel/jukebox_server/bin/jukebox_server start to start the webserver.

Dependencies

  • youtube-dl should be installed on the webserver.
  • An MPD server running on localhost port 6600 (SSH reverse tunnels are OK), with consume ON, repeat and shuffle OFF
  • The cowboy library (should be automatically downloaded by rebar3)

About

Web interface to collaboratively queue songs to a live playlist

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 53.8%
  • JavaScript 24.2%
  • CSS 11.9%
  • HTML 8.1%
  • Python 1.1%
  • Dockerfile 0.9%