Page 10 of 15

Re: [DONE] Discussing the multisession cue

Posted: Sun Jul 14, 2019 11:37 pm
by Jackal
This is what a DIC cuesheet should look like now:

Code: Select all

REM SESSION 01
FILE "dump (Track 1).bin" BINARY
  TRACK 01 MODE1/2352
    INDEX 01 00:00:00
REM LEAD-OUT 01:30:00
REM SESSION 02
REM LEAD-IN 01:00:00
REM PREGAP 00:02:00
FILE "dump (Track 2).bin" BINARY
  TRACK 02 MODE2/2352
    INDEX 00 00:00:00
    INDEX 01 23:07:05
FILE "dump (Track 3).bin" BINARY
  TRACK 03 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:01:74
FILE "dump (Track 4).bin" BINARY
  TRACK 04 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:01:74
I think we are in agreement that the Redump site can store the complete cuesheet, but it should only include the REM SESSION lines in the download .cue (and exclude the REM LEAD-OUT, REM LEAD-IN, REM PREGAP because they are standard values that should be the same always)

Code: Select all

REM SESSION 01
FILE "dump (Track 1).bin" BINARY
  TRACK 01 MODE1/2352
    INDEX 01 00:00:00
REM SESSION 02
FILE "dump (Track 2).bin" BINARY
  TRACK 02 MODE2/2352
    INDEX 00 00:00:00
    INDEX 01 23:07:05
FILE "dump (Track 3).bin" BINARY
  TRACK 03 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:01:74
FILE "dump (Track 4).bin" BINARY
  TRACK 04 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:01:74

Re: [DONE] Discussing the multisession cue

Posted: Wed Jul 17, 2019 11:43 pm
by Nexy
I will test this now that I have a MS disc, and another on my buy list.

I don't think IsoBuster is any standard as it is just another 3rd party tool, yellow/orange book should be the standard?

.cue is from CDRWin not IsoBuster or some other tool.

Re: [DONE] Discussing the multisession cue

Posted: Thu Jul 18, 2019 10:23 pm
by Nexy
Carnivores dump info https://drive.google.com/open?id=1yV6DM … LCXj7VMIKt

Code: Select all

REM SESSION 01
FILE "Track (Track 1).bin" BINARY
  TRACK 01 MODE2/2352
    INDEX 01 00:00:00
REM LEAD-OUT 01:30:00
REM SESSION 02
REM LEAD-IN 01:00:00
REM PREGAP 00:02:00
FILE "Track (Track 2).bin" BINARY
  TRACK 02 MODE2/2352
    INDEX 01 00:00:00
ir0b0t can you add the needed cue handling, multisession seems good enough.

Re: [DONE] Discussing the multisession cue

Posted: Fri Jul 19, 2019 11:40 am
by iR0b0t
Jackal wrote:I think we are in agreement that the Redump site can store the complete cuesheet, but it should only include the REM SESSION lines in the download .cue (and exclude the REM LEAD-OUT, REM LEAD-IN, REM PREGAP because they are standard values that should be the same always)
Nexy wrote:ir0b0t can you add the needed cue handling, multisession seems good enough.
Yes, agree.

Re: [DONE] Discussing the multisession cue

Posted: Sun Jul 21, 2019 12:51 am
by Jackal
@iR0b0t will the disc page show that it's a multisession disc? or do we need to add a comment

Re: [DONE] Discussing the multisession cue

Posted: Sun Jul 21, 2019 8:35 am
by iR0b0t
Jackal wrote:@iR0b0t will the disc page show that it's a multisession disc? or do we need to add a comment
It will be visible on the disc page, no need for the comments.

Re: [DONE] Discussing the multisession cue

Posted: Fri Jul 26, 2019 5:18 pm
by iR0b0t
Alright, the edit form should work now, please try to update some entries which need session data.

DO NOT USE MULTISESSION CUES FOR NEWDISC

Re: [DONE] Discussing the multisession cue

Posted: Fri Jul 26, 2019 6:53 pm
by Nexy
OK so how are we supposed to add new discs then without a cue sheet?

Re: [DONE] Discussing the multisession cue

Posted: Sat Jul 27, 2019 3:55 am
by Nexy
https://redump.info/disc/63778/

The cue is being accepted now when I edit it, but it's not being parsed by the download script correctly. It's a start though, I put the cue in the comments.

Re: [DONE] Discussing the multisession cue

Posted: Sat Jul 27, 2019 8:25 am
by iR0b0t
Nexy wrote:The cue is being accepted now when I edit it, but it's not being parsed by the download script correctly.
The main thing is, it is being stored correctly.

Download script updated.