[Problem] !submissionInfo.json and .txt disagree on DVD-5 vs DVD-9 #419

Closed
opened 2026-01-29 16:16:09 +00:00 by claunia · 1 comment
Owner

Originally created by @JohnVeness on GitHub (Apr 1, 2022).

Originally assigned to: @mnadareski on GitHub.

Version
What version are you using?

  • Stable release (version 2.3)

Build
What runtime version are you using?

  • .NET Framework 4.8 running on Windows 10

Describe the issue
After dumping a single-layer PC DVD-ROM, the two submission info files disagree on the disc type.

To Reproduce
Steps to reproduce the behavior:

  1. Dump a single-layer PC DVD-ROM
  2. Observe !submissionInfo.txt says Media Type: DVD-ROM-5, but !submissionInfo.json says "d_media": "DVD-9".

Expected behavior
!submissionInfo.json say "d_media": "DVD-5".

Originally created by @JohnVeness on GitHub (Apr 1, 2022). Originally assigned to: @mnadareski on GitHub. **Version** What version are you using? - [x] Stable release (version 2.3) **Build** What runtime version are you using? - [x] .NET Framework 4.8 running on Windows 10 **Describe the issue** After dumping a single-layer PC DVD-ROM, the two submission info files disagree on the disc type. **To Reproduce** Steps to reproduce the behavior: 1. Dump a single-layer PC DVD-ROM 2. Observe !submissionInfo.txt says `Media Type: DVD-ROM-5`, but !submissionInfo.json says `"d_media": "DVD-9"`. **Expected behavior** !submissionInfo.json say `"d_media": "DVD-5"`.
claunia added the bug label 2026-01-29 16:16:09 +00:00
Author
Owner

@mnadareski commented on GitHub (Apr 5, 2022):

For better or worse, this isn't currently used anywhere so that information is using generic comparisons. I'll see what I can do to make it more accurate.

@mnadareski commented on GitHub (Apr 5, 2022): For better or worse, this isn't currently used anywhere so that information is using generic comparisons. I'll see what I can do to make it more accurate.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#419