Request to modify the way MPF stores the hashes of PFI/DMI/SS files for Xbox discs #329

Closed
opened 2026-01-29 16:14:27 +00:00 by claunia · 0 comments
Owner

Originally created by @sadikyo on GitHub (Sep 13, 2021).

Originally assigned to: @mnadareski on GitHub.

Is your feature request related to a problem? Please describe.
Not really a "problem" per se, but a recommendation for the formatting of data that is read in xbox discs for the CRC hashes for DMI.bin, PFI.bin, and SS.bin. Currently, the hashes are stored in the resulting MPF output as full hashes similar to tracks. For redump, the hashes are stored in the following format:
DMI: UPPERCASE [crc hash]
PFI: UPPERCASE [crc hash]
SS: UPPERCASE [crc hash]

Describe the solution you'd like
If MPF could format the information as represented above (as it is displayed in redump listings), this would make for easier processing and also more consistent display of the information in the redump listings.

Describe alternatives you've considered
Typically, the mods will format upon adding them. And this works - the formatting above would just help us process things a bit.

Additional context
http://redump.org/disc/38321/
^^^ This is just a random standard example of how they are stored and displayed in redump.

Originally created by @sadikyo on GitHub (Sep 13, 2021). Originally assigned to: @mnadareski on GitHub. **Is your feature request related to a problem? Please describe.** Not really a "problem" per se, but a recommendation for the formatting of data that is read in xbox discs for the CRC hashes for DMI.bin, PFI.bin, and SS.bin. Currently, the hashes are stored in the resulting MPF output as full hashes similar to tracks. For redump, the hashes are stored in the following format: DMI: UPPERCASE [crc hash] PFI: UPPERCASE [crc hash] SS: UPPERCASE [crc hash] **Describe the solution you'd like** If MPF could format the information as represented above (as it is displayed in redump listings), this would make for easier processing and also more consistent display of the information in the redump listings. **Describe alternatives you've considered** Typically, the mods will format upon adding them. And this works - the formatting above would just help us process things a bit. **Additional context** http://redump.org/disc/38321/ ^^^ This is just a random standard example of how they are stored and displayed in redump.
claunia added the enhancement label 2026-01-29 16:14:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#329