1.0.5 • Published 3 years ago

@royalarchives/catalog-playlists v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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 @royalarchives/library-playlists

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

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

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

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

Index data structure

Top of page

Using the API with NodeJS

Top of page

License

MIT

1.0.5

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago