cybercase / netmd-js

Typescript library to access NetMD MiniDisc devices
GNU General Public License v2.0
39 stars 12 forks source link

Add Sony MDS-A1 #40

Closed aaronamm closed 2 years ago

aaronamm commented 2 years ago

Add a new device: Sony MDS-A1.

I have tested the following operations with an actual MDS-A1 without any issues:

    node dist/cli.js devices
    node dist/cli.js wipe
    node dist/cli.js ls
    node dist/cli.js set_raw_title "test-adding-device"
    node dist/cli.js upload raw-audio.raw --format sp
    node dist/cli.js rename 0 test-01
    node dist/cli.js rename 1 test-02
    node dist/cli.js move 0 1

I think after this PR has been merged, we can update Web Minidisc/Pro project to use this new version.

Thanks.