@royalarchives/compatibility-synology
v1.0.4
Published
Use Synology DS Audio smartphone apps and AudioStation web interface with Open Audio Server
Downloads
4
Readme
Compatibility: Synology
A module for RoyalArchives that adds compatibility with the Synology DS Audio apps for iPhone and Android, and with some additional work the Synology Audiostation web interface.
Documentation
How to use
First install the module with NPM
:
$ npm install @royalarchives/server-synology
If you are using Library from the command-line include the module name in your arguments:
$ node scanner.js @royalarchives/library-radio /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-radio'], ['/path/to/files'])
Index data structure
Using the API with NodeJS
License
MIT