mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Request] Support reparsing of MPF-processed outputs #831
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 @mnadareski on GitHub (May 5, 2025).
Originally assigned to: @mnadareski, @Deterous on GitHub.
There are some cases where MPF-processed outputs need to be reparsed. Instead of relying on uncompressed outputs in those cases, support the case where a log archive is there instead. Created from discussion on https://github.com/SabreTools/MPF/issues/816
Two possible paths to handling this:
@Deterous commented on GitHub (Oct 8, 2025):
Since
b238616685the zip does not get overwritten. By extracting all files that match GetOutputFiles from a found log zip, this should just work, leaving the original one untouched and having a new and complete 2nd log zip.