Files
MPF/MPF.Processors
Deterous ca885c3b89 Update Redumper to build 671 (#924)
* Update Redumper to build 669

* Fix tests

* Bump to build 670

* Update to build 671

* Bump changelist

* Fix tests
2025-12-10 20:32:08 -05:00
..
2025-11-11 15:52:26 -05:00
2025-11-11 15:52:26 -05:00
2025-11-27 20:09:43 -05:00
2025-11-11 15:52:26 -05:00
2025-11-27 20:09:43 -05:00
2025-11-11 15:52:26 -05:00
2025-11-28 09:53:54 -05:00
2025-11-11 15:52:26 -05:00
2024-12-20 12:12:47 -05:00
2025-11-11 15:52:26 -05:00

MPF.Processors

This library represents the logic needed to process the outputs of 7 different dumping programs:

These processors allow for extracting a large amount of information from the output files generated by each of the programs. This information is then formatted according to the requirements of Redump, which provides an easy comparison point.

Each processor also includes the ability to clean up the output files, including compressing certain types of output or deleting files that are not required to use the resulting images.

There is no requirement that the original media is present for any of the processing to be done, though additional checks may be made if the media is present and made available to the library.

Additionally, there is a specialized tool included that allows for information extraction from potentially generic sources. This tool is used across many of the processors and can be invoked separately by any calling library.