mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-14 13:46:05 +00:00
[PR #896] [MERGED] Support reparsing of MPF-processed outputs #1221
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?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/896
Author: @Deterous
Created: 10/10/2025
Status: ✅ Merged
Merged: 10/11/2025
Merged by: @mnadareski
Base:
master← Head:master📝 Commits (10+)
07df2c5Have a go at extracting files from existing log815a50bno null output direcb481cExtract log from archive if it is zipped during mediatype detection0f4e466imports5fe3bcffix variable names32b79a5fix null output dirca8618bFinal fixes3d96c6bchangelistc7db377assign nullf5b6f76fix📊 Changes
8 files changed (+187 additions, -9 deletions)
View changed files
📝
CHANGELIST.md(+1 -0)📝
MPF.Frontend/Tools/SubmissionGenerator.cs(+7 -3)📝
MPF.Processors.Test/RedumperTests.cs(+1 -1)📝
MPF.Processors/Aaru.cs(+29 -0)📝
MPF.Processors/BaseProcessor.cs(+54 -1)📝
MPF.Processors/DiscImageCreator.cs(+28 -0)📝
MPF.Processors/OutputFile.cs(+39 -0)📝
MPF.Processors/Redumper.cs(+28 -4)📄 Description
Unzips all detected output files in an existing log zip, so that a 2nd log zip can be created.
Fixes #844
Also tweaks the required redumper files: fulltoc and scram no longer required.
Some drives cant do fulltoc, and we should support case where dumper already deleted scram.
Also fixes Check UI issue where message about missing files is eaten.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.