Deterous

Results 12 issues of Deterous

MPF currently does not support 0800 dumps of Xbox and Xbox360 discs using the Xbox Backup Creator program. This would require extensive work: - Parsing the XBC logs, which can...

enhancement

- Bump version number - Specify debug build (.NET 8 changed to Release by default)

During the `dump` step of a BD disc, the DI information gets duplicated. I believe this is because the DI information already prints for each layer, but `print_di_units_structure` now gets...

**Is your feature request related to a problem? Please describe.** Getting info about the dumping tool flags used requires opening the redumper log. Would be nice to have this info...

enhancement

Adds Dreamcast as a supported system by `redumper info` Fixes #137 Based this off the MCD code, but with the changes required for the DC header. Example output: ``` DC...

Currently MPF outputs ISO volume labels that are useless, e.g. `[T:VOL] Young, YOUNG (ISO)` or `[T:VOL] LIVINGFACTORY (ISO), LivingFactory (Joliet)` TODO: Add logic to delete useless volume labels. Compare them...

enhancement

Adding this here while processing Wii verifs so I don't forget. Currently BCA is formatted as such: ``` 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 000000004D4255540F0D3F101600045A ``` It's much nicer if it's formatted in...

enhancement

https://github.com/SabreTools/MPF/blob/679b40de7c089c3705ef008fbb720f6a4eabc6f1/MPF.Frontend/Tools/SubmissionGenerator.cs#L202-L209 The list of tracks to ignore needs to include A.1 e.g. `Twilight (Track A.1).bin`

bug

In Redumper Processor, check the CUE for only Audio tracks rather than using `system.IsAudio()`

enhancement

Similar to #339 or perhaps in replacement of it, this is a request for a BOS option that limits file scanning to a certain depth from the initial scan folder...