mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-04 05:35:52 +00:00
[PR #639] [MERGED] Parse PSX/PS2/KP2 exe date from logs #1076
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/MPF/pull/639
Author: @Deterous
Created: 1/30/2024
Status: ✅ Merged
Merged: 1/31/2024
Merged by: @mnadareski
Base:
master← Head:exe-dates📝 Commits (5)
e589ae0Parse EXE date from Redumper8d21857Parse EXE date from DIC logs0a983c9Fix DIC exe date parsinge8ca0b7Split PS EXE name from EXE infofb48269Remove redundant path splitting📊 Changes
4 files changed (+196 additions, -52 deletions)
View changed files
📝
CHANGELIST.md(+1 -0)📝
MPF.Core/InfoTool.cs(+75 -46)📝
MPF.Core/Modules/DiscImageCreator/Parameters.cs(+75 -3)📝
MPF.Core/Modules/Redumper/Parameters.cs(+45 -3)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.