Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yinyanfr/rosalyn
- Owner: yinyanfr
- License: mit
- Created: 2020-07-21T11:40:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:29:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T02:52:40.288Z (about 1 month ago)
- Language: TypeScript
- Size: 5.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 programnpm run manage # library management program
```## Client
[Rosalyn WebClient](https://github.com/yinyanfr/rosalyn-web-client)