rom-properties icon indicating copy to clipboard operation
rom-properties copied to clipboard

[Feature Request] ROM Properties + GetMD5

Open 10522 opened this issue 3 years ago • 3 comments

GetMD5 shows very useful information for PS2 and PS1 images. Can it be combined with ROM Properties?

Here is a screenshot of GetMD5:

1234556

10522 avatar Jan 17 '23 21:01 10522

Some of this is out of scope for rom-properties (e.g. the MD5sum), but a few of those fields (version, region, Sony logo) might be doable. Not sure about the lock sector, though. (I'm unfamiliar with what this is; I'm guessing it has something to do with the PS1/PS2 copy-protection?)

GerbilSoft avatar Jan 17 '23 23:01 GerbilSoft

@GerbilSoft, here is a full explanation of each line in GetMD5 in English (translated using Google Translate).

10522 avatar Jan 22 '23 16:01 10522

Some of this is out of scope for rom-properties (e.g. the MD5sum), but a few of those fields (version, region, Sony logo) might be doable. Not sure about the lock sector, though. (I'm unfamiliar with what this is; I'm guessing it has something to do with the PS1/PS2 copy-protection?)

Seems like it's their name for the UDF "Anchor Volume Descriptor" which commonly has a copy located at the last LBA

Mc-muffin avatar Apr 20 '24 02:04 Mc-muffin