[Request] For multisession discs add session range info from Redumper log to submissioninfo comments #558

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

Originally created by @noigeaR on GitHub (Jul 9, 2023).

Originally assigned to: @mnadareski on GitHub.

MPF2.5-4d520d7d NET4.8
With DIC, when dumping multisession discs like Enhanced CDs with session ranges in the log, the session ranges ares copied to the comments field in submissioninfo.txt.
With Redumper, the session ranges are in the log, but are not added to submissioninfo.txt
It would be nice if MPF would add session range info the same way for Redumper as it already does for DIC.

Example from redumper log:

multisession: 
  session 1: 0-298928
  session 2: 305679-314305

Should be added to submissioninfo.txt under comments as:

<b>Multisession</b>:
Session 1: 0-298928
Session 2: 305679-314305
Originally created by @noigeaR on GitHub (Jul 9, 2023). Originally assigned to: @mnadareski on GitHub. MPF2.5-4d520d7d NET4.8 With DIC, when dumping multisession discs like Enhanced CDs with session ranges in the log, the session ranges ares copied to the comments field in submissioninfo.txt. With Redumper, the session ranges are in the log, but are not added to submissioninfo.txt It would be nice if MPF would add session range info the same way for Redumper as it already does for DIC. Example from redumper log: ``` multisession: session 1: 0-298928 session 2: 305679-314305 ``` Should be added to submissioninfo.txt under comments as: ``` <b>Multisession</b>: Session 1: 0-298928 Session 2: 305679-314305 ```
claunia added the enhancement label 2026-01-29 16:18:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#558