/library-playlists

Adds normal and smart playlists to Library

Primary LanguageJavaScriptMIT LicenseMIT

Library: Playlists

A module for Library that adds normal and smart playlists. Smart playlists use rules to filter your content.

Documentation

How to use

First install the module with NPM:

$ npm install @openaudioserver/library-playlists

If you are using Library from the command-line include the module name in your arguments:

$ node scanner.js @openaudioserver/library-playlists /path/to/files

If you are using Library with NodeJS include the module name in the parameters:

const Library = require('@openaudioserver/library')
await Library.scan(['@openaudioserver/library-playlists'], ['/path/to/files'])

Index data structure

Top of page

Using the API with NodeJS

Top of page

License

MIT