@wlk/u-wave-random-playlists

2.0.0 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

13.7 kB

Total Files

9

Last publish

Collaborators

  • goto-bus-stop
  • waf