Updated README.md

This commit is contained in:
G2-Games 2024-06-19 09:44:36 -05:00
parent 80a5626a0c
commit 89691df5f1

View file

@ -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).
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
### NetMD
- [x] Track upload
- [x] Track management
- [x] Playback control
- [ ] Group Management
- [x] Track download ([MZ-RH1](https://www.minidisc.wiki/equipment/sony/portable/mz-rh1) only)
- [x] Group Management
- [x] Track download ([MZ-RH1](https://www.minidisc.wiki/equipment/sony/portable/mz-rh1) only)
- [ ] Factory Mode
### Hi-MD
- [ ] Track upload
- [ ] Track management
- [ ] Playback control
- [ ] Group Management
- [ ] Track download
## Todo
- [ ] Exploits (from [NetMD-exploits](https://github.com/asivery/netmd-exploits))
- [ ] Hi-MD experimentation
- [ ] Documentation
- [ ] Better JS bindings