SabreTools / MPF

Redumper/Aaru/DiscImageCreator GUI in C#
GNU General Public License v3.0
405 stars 34 forks source link

Opt-in automatic IRD creation after PS3 dump #655

Closed Deterous closed 5 months ago

Deterous commented 5 months ago

Adds yet another checkbox in the Dumping options menu to create an IRD file following a PS3 BD-ROM dump. This is not by default as it can take up to 10min for a large ISO on an HDD. The IRD creation will occur following the disc information window, it is the last thing to happen after a PS3 dump. This ensures that if a user is not patient and force-closes MPF, then the logs for that dump have already been zipped, etc.

It will also ONLY occur if the Disc Key field was filled in on the Disc Information Window. Pulling the key from redump is currently not implemented - perhaps this needs to occur by default if a match is found?

Fixes #323