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

Closed
opened 2026-01-29 16:18:31 +00:00 by claunia · 2 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:31 +00:00
Author
Owner

@mnadareski commented on GitHub (Jul 10, 2023):

Should be fixed by 12fd55e76c

@mnadareski commented on GitHub (Jul 10, 2023): Should be fixed by https://github.com/SabreTools/MPF/commit/12fd55e76cbf94bbe3efb98042fbb30df3148e71
Author
Owner

@noigeaR commented on GitHub (Jul 10, 2023):

Tested and can confirm as fixed.

@noigeaR commented on GitHub (Jul 10, 2023): Tested and can confirm as fixed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#561