Re: [DONE] Discussing the multisession cue
Posted: Sun Jul 14, 2019 11:37 pm
This is what a DIC cuesheet should look like now:
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 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:74Code: 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