SabreTools / MPF

Redumper/Aaru/DiscImageCreator GUI in C#
GNU General Public License v3.0
405 stars 34 forks source link

Parse PSX/PS2/KP2 exe date from logs #639

Closed Deterous closed 6 months ago

Deterous commented 6 months ago

Parses EXE date from DIC and Redumper logs for PSX/PS2/KP2 discs if it exists, falling back to the previous method of MPF reading the date directly if it does not exist in the logs.

Using Redumper with MPF.Check will get the exe date, but DIC with MPF.Check won't because MPF needs to read the system.cnf file from the drive in order to parse exe date from DIC logs.

Fixes #626