Get BD PIC Identifier for redumper (#619)

* Get PIC Identifier for bluray redumper

* Update changelog
This commit is contained in:
Deterous
2024-01-03 14:50:48 +13:00
committed by GitHub
parent 32c12e1332
commit 8cb0b37e80
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
- Update Redumper to build 294
- Fix commented out code
- Make missing hash data clearer
- Get BD PIC Identifier for redumper (Deterous)
### 3.0.3 (2023-12-04)

View File

@@ -363,6 +363,9 @@ namespace MPF.Core.Modules.Redumper
}
info.Extras!.PIC = GetPIC($"{basePath}.physical", trimLength) ?? string.Empty;
var di = InfoTool.GetDiscInformation($"{basePath}.physical");
info.SizeAndChecksums!.PICIdentifier = InfoTool.GetPICIdentifier(di);
}
break;