Skip to content

welovekpop/u-wave-random-playlists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@wlk/u-wave-random-playlists

üWave plugin that, when enabled, selects random songs from any playlist for the DJ to play. This overrides the default booth behaviour where songs are picked from the top of the active playlist.

Install

npm install @wlk/u-wave-random-playlists

Usage

const randomPlaylists = require('@wlk/u-wave-random-playlists')

uw.use(randomPlaylists())

This plugin serves a small admin panel on localhost:8886. A custom port can be specified using the port option:

uw.use(randomPlaylists({ port: 3033 }))

The admin panel is not protected, so it's best to put it behind a reverse proxy like nginx and add HTTP basic authentication yourself.

License

MIT

About

üWave Plugin that adds a randomised playlists mode. Under construction—it works but it's difficult to use!

Resources

License

Stars

Watchers

Forks

Packages

No packages published