• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

Update Drives Issue

Thread Starter
Joined
Jul 23, 2023
Messages
20
Likes
0
Hello
Run CdClone app, when trying to make image file from disc, where the list of drives are being shown, if new drives are added or some are unloaded/removed the list will not be updated in anyway, automatically or manually, need to close the whole app and re-open, still in dev?
 
Hello
Run CdClone app, when trying to make image file from disc, where the list of drives are being shown, if new drives are added or some are unloaded/removed the list will not be updated in anyway, automatically or manually, need to close the whole app and re-open, still in dev?
As far as I recall there is no "hot swap" detection.
When you add or remove a drive, you need to restart CloneCD.
 
Sure, but it's just a few lines of code to add support for it:
On Main Form Load event, the main code which reads the drives is moved to a sub, and called both on Form Load event and also inside a new Refresh_Button_Click event.
Just an advise to the devs in charge if they care.
 
Sure, but it's just a few lines of code to add support for it:
On Main Form Load event, the main code which reads the drives is moved to a sub, and called both on Form Load event and also inside a new Refresh_Button_Click event.
Just an advise to the devs in charge if they care.
Thank you for the suggestion.
 
Back
Top