mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-04 05:35:52 +00:00
[PR #627] [MERGED] Retrieve volume label from logs #1067
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/627
Author: @Deterous
Created: 1/15/2024
Status: ✅ Merged
Merged: 1/16/2024
Merged by: @mnadareski
Base:
master← Head:det-patch-6📝 Commits (6)
9ede05fRetrieve volume label from DIC and redumper logs37f6680Fix logic72341e2Remove unnecessary using72c6b5dUpdate changelogd2886b5Sanitise label somewhat40e5065Refactor📊 Changes
6 files changed (+231 additions, -21 deletions)
View changed files
📝
CHANGELIST.md(+1 -0)📝
MPF.Core/Data/Drive.cs(+14 -14)📝
MPF.Core/Modules/BaseParameters.cs(+5 -0)📝
MPF.Core/Modules/DiscImageCreator/Parameters.cs(+87 -0)📝
MPF.Core/Modules/Redumper/Parameters.cs(+62 -4)📝
MPF.Core/SubmissionInfoTool.cs(+62 -3)📄 Description
Dictionary<string, List<string>>? VolumeLabelsfield to BaseParametersDrive.GetRedumpSystemFromVolumeLabela static methodAttempts to fix #579
Perhaps needs more testing, and figuring out where in Aaru logs the volume label is.
Note: With this change, Aaru still outputs "[T:VOL] %label%" exactly as prior functionality.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.