mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-08 13:49:48 +00:00
[Problem] Error reporting BD-R disc type #466
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?
Originally created by @FoxhackDN on GitHub (Oct 20, 2022).
Originally assigned to: @mnadareski on GitHub.
Version
What version are you using?
Build
What runtime version are you using?
Describe the issue
I burned a BD-R to test MPF's work in progress disc type detection and display in the submissioninfo file. This failed with this BD-R. The _disc.txt file output by DiscImageCheck correctly displayed "DiscTypeIdentifier: BDR", but the submission info said "Reported Disc Type: ecific: 00".
This bug was fixed in 2.3-952, but now MPF reports the following: "Reported Disc Type: 00, BDR, 00, BDR, 00, BDR, 00, BDR"
The reason is that the _disc.txt file as generated by DiscImageCreator has the disc information ... four times. Even if it's a single layer disc.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Disc Type should say 00, BDR once.
@mnadareski commented on GitHub (Oct 26, 2022):
Mentioned offline but this won't be fixed for next stable. Possibly in the future (or generated directly from the PIC. Note for self: Look at DIC code to see the structure of the data that holds the layerbreak in the PIC and make it into a proper parsed out object.
@mnadareski commented on GitHub (Jul 6, 2023):
Try this out when it's built:
7bfe174680@mnadareski commented on GitHub (Jul 7, 2023):
Fully fixed by
4d520d7d63