[PR #627] Retrieve volume label from logs #1070

Open
opened 2026-01-29 16:25:12 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/SabreTools/MPF/pull/627

State: closed
Merged: Yes


  • Parses ISO label from Redumper logs
  • Parses ISO/Joliet/UDF label from DIC logs
  • Adds formatted list of labels from logs to [T:VOL] tag, on top of whatever Windows sees
  • Adds a Dictionary<string, List<string>>? VolumeLabels field to BaseParameters
  • Makes Drive.GetRedumpSystemFromVolumeLabel a static method

Attempts 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.

**Original Pull Request:** https://github.com/SabreTools/MPF/pull/627 **State:** closed **Merged:** Yes --- - Parses ISO label from Redumper logs - Parses ISO/Joliet/UDF label from DIC logs - Adds formatted list of labels from logs to [T:VOL] tag, on top of whatever Windows sees - Adds a `Dictionary<string, List<string>>? VolumeLabels` field to BaseParameters - Makes `Drive.GetRedumpSystemFromVolumeLabel` a static method Attempts 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.
claunia added the pull-request label 2026-01-29 16:25:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1070