vuori / linux-minidisc

Free software for accessing MiniDisc devices (fork with NetMD fixes—use upstream for HiMD devices)
GNU General Public License v2.0
45 stars 9 forks source link

Added sync command, delay to sync command. #3

Closed brenthuisman closed 1 year ago

brenthuisman commented 5 years ago

This PR contain a seperate sync command, which was updated with usleep. This allows me to affect changes to MDs with my MZ-N505. netmdcli is now by no means error free, but at least it is workable.

Potentially the usleep cound be moved from netmd_sync_toc into just the sync command, if people are worried the delays are untenable for users not requiring it.