Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yinyanfr/rosalyn

Yet another music library management system
https://github.com/yinyanfr/rosalyn

Last synced: about 1 month ago
JSON representation

Yet another music library management system

Awesome Lists containing this project

README

        

# rosalyn
Yet another music library management system

## Quick Start
```
Usage: rosalyn.js [options] [command]

Commands:
help Display help
list list all music folders
manage library management program
scan scan a music folder, add or update
setup set-up program
version Display version

Options:
-h, --help Output usage information
-r, --rec scan the folder recursively
-v, --version Output the version number
```

or

```
npm run setup # set-up program

npm run manage # library management program
```

## Client
[Rosalyn WebClient](https://github.com/yinyanfr/rosalyn-web-client)