gmdrec
gmdrec copied to clipboard
gmdrec is a USB interface between your late 90's Sony portable MiniDisc recorder and your PC.
disc_title is now taken literally, allow pulling the album title from track metadata with %album% This won't work for mixtapes, but to keep it simple we'll just use the album...
Consider adding a new mode for entering track marks at predefined time-points on an already recorded MD.
'Build your own on a breadboard' wiki page still reflects the revision 1 of hardware. Update it to rev3.
A minor improvement is possible when entering a space - see if we can just press Vol+ without messing the logic up. Vol+ (9900) was not originally calibrated for, but...
Look into: - using dataclasses for recorder definitions/wipers - using prebound methods for hardware initialization business - [x] #17 - [ ] #23
Some of the messages printed are too verbose. Move some of them to a logging facility, and expose an argument to display them (or save to a log file). Initial...