mirror of
https://github.com/G2-Games/minidisc-cli.git
synced 2025-04-19 11:42:53 -05:00
Updated README.md
This commit is contained in:
parent
80a5626a0c
commit
89691df5f1
1 changed files with 11 additions and 4 deletions
13
README.md
13
README.md
|
@ -3,19 +3,26 @@ A library for controlling and interfacing with [MiniDisc](https://en.wikipedia.o
|
||||||
|
|
||||||
The feature set is very similar to that of [netmd-js](https://github.com/cybercase/netmd-js) which this library is inspired by. For more information check out the absolutely awesome [Web Minidisc project](https://github.com/asivery/webminidisc), [NetMD-exploits](https://github.com/asivery/netmd-exploits), and the C based [Linux Minidisc project](https://github.com/linux-minidisc/linux-minidisc).
|
The feature set is very similar to that of [netmd-js](https://github.com/cybercase/netmd-js) which this library is inspired by. For more information check out the absolutely awesome [Web Minidisc project](https://github.com/asivery/webminidisc), [NetMD-exploits](https://github.com/asivery/netmd-exploits), and the C based [Linux Minidisc project](https://github.com/linux-minidisc/linux-minidisc).
|
||||||
|
|
||||||
Documentation has not been finished and is a work in progress.
|
> [!IMPORTANT]
|
||||||
|
> Documentation has not been finished and is a work in progress. Any help with it would be appreciated!
|
||||||
|
|
||||||
## Current Features
|
## Current Features
|
||||||
### NetMD
|
### NetMD
|
||||||
- [x] Track upload
|
- [x] Track upload
|
||||||
- [x] Track management
|
- [x] Track management
|
||||||
- [x] Playback control
|
- [x] Playback control
|
||||||
- [ ] Group Management
|
- [x] Group Management
|
||||||
- [x] Track download ([MZ-RH1](https://www.minidisc.wiki/equipment/sony/portable/mz-rh1) only)
|
- [x] Track download ([MZ-RH1](https://www.minidisc.wiki/equipment/sony/portable/mz-rh1) only)
|
||||||
|
- [ ] Factory Mode
|
||||||
|
|
||||||
### Hi-MD
|
### Hi-MD
|
||||||
- [ ] Track upload
|
- [ ] Track upload
|
||||||
- [ ] Track management
|
- [ ] Track management
|
||||||
- [ ] Playback control
|
- [ ] Playback control
|
||||||
- [ ] Group Management
|
- [ ] Group Management
|
||||||
- [ ] Track download
|
|
||||||
|
## Todo
|
||||||
|
- [ ] Exploits (from [NetMD-exploits](https://github.com/asivery/netmd-exploits))
|
||||||
|
- [ ] Hi-MD experimentation
|
||||||
|
- [ ] Documentation
|
||||||
|
- [ ] Better JS bindings
|
||||||
|
|
Loading…
Reference in a new issue