saramibreak / DiscImageCreator

This is the disc (CD, GD, DVD, HD-DVD, BD, GC/Wii, XBOX, XBOX 360) and disk (Floppy, MO, USB etc) image creation tool
http://forum.redump.org/topic/10483/discimagecreator/
Apache License 2.0
513 stars 45 forks source link

[Request] Include datfile snippet in machine parseable file for Xbox 360 variable files (SS, PFI, DMI) #197

Closed mariomadproductions closed 1 year ago

mariomadproductions commented 1 year ago

It'd be useful, so the size, md5 and sha1 can also be included in redump submissions, so that a datfile could potentially be made via scripts. Currently the data isn't very machine-readable, so that makes it difficult for MPF to use it, therefore difficult for redump to include that data.

See also: https://github.com/SabreTools/MPF/issues/482

saramibreak commented 1 year ago

Hashes of those files are outputted in _disc.txt. Does it mean that you hope that those are outputted in .dat?

mariomadproductions commented 1 year ago

Hashes of those files are outputted in _disc.txt. Does it mean that you hope that those are outputted in .dat?

If they could be in a separate dat file (but not the main dat file), that'd be great.

saramibreak commented 1 year ago

DiscImageCreator_test.zip

mariomadproductions commented 1 year ago

Sorry, was waiting for feedback from DarkSabre, but I think this looks good, thanks.