mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Request] New "image cleanup" feature deletes DIC CCD image variants without asking. #415
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bleggett on GitHub (Mar 26, 2022).
Originally assigned to: @mnadareski on GitHub.
Is your feature request related to a problem? Please describe.
Previous behavior would keep all the image format types DIC creates (BIN/CUE/CCD/etc). This was handy - as some software and some ODEs (specifically a few for the Saturn) only work with CCD format images.
Now that MPF deletes those images on completion, I either have to use DIC by itself, or take the extra step with other software to convert the bin/cue to CCD, which is an annoying and occasionally error-prone process that does not always leave me with a 1:1 clone.
Describe the solution you'd like
A checkbox named "Delete alternate image formats on completion" or something similar, so I can choose if I want MPF to go behind DIC and do this or not, rather than MPF assuming I always want to do this.
@bleggett commented on GitHub (Mar 26, 2022):
Okay scratch that, realized that MPF now zips the
.ccdand.subfiles in with the logs, so they're still there.Nevermind!