mirror of
https://github.com/G2-Games/minidisc-cli.git
synced 2025-04-20 04:02:53 -05:00
Compare commits
4 commits
80a5626a0c
...
7630ca23a0
Author | SHA1 | Date | |
---|---|---|---|
|
7630ca23a0 | ||
|
ba625ad8be | ||
|
556f4331b7 | ||
89691df5f1 |
1 changed files with 15 additions and 5 deletions
20
README.md
20
README.md
|
@ -1,21 +1,31 @@
|
|||
# Rust Minidisc
|
||||

|
||||

|
||||
|
||||
A library for controlling and interfacing with [MiniDisc](https://en.wikipedia.org/wiki/MiniDisc) devices from within Rust programs. Compatible with many cross platform targets (including Web Assembly!) by using [cross-usb](https://github.com/G2-Games/cross-usb).
|
||||
|
||||
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. Devlopment of this project was made much easier by 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). Go check those projects out!
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue