munar-plugin-dj-history-skip

2.0.4 • Public • Published

munar-plugin-dj-history-skip

Munar plugin that auto-skips songs that are in the play history.

Intended for Adapters with a DJ Booth and a DJ History, like plug.dj or üWave.

Installation

$ npm install --save munar-plugin-dj-history-skip

Usage

{
  "plugins": [
    ["dj-history-skip", {
      // Amount of songs to look back in the history.
      "limit": 50,
      // Waitlist position to move a skipped user to, if the adapter has a
      // Waitlist.
      "lockskipPosition": 1
    }]
  ]
}

License

ISC

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i munar-plugin-dj-history-skip

    Weekly Downloads

    2

    Version

    2.0.4

    License

    ISC

    Unpacked Size

    12.4 kB

    Total Files

    8

    Last publish

    Collaborators

    • goto-bus-stop