* Update Redumper to build 669 * Fix tests * Bump to build 670 * Update to build 671 * Bump changelist * Fix tests
MPF.Processors
This library represents the logic needed to process the outputs of 7 different dumping programs:
- Aaru
- CleanRip
- DiscImageCreator
- PS3 Custom Firmware (CFW)
- Redumper
- UmdImageCreator
- Xbox Backup Creator (XBC)
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.