Page 1 of 1

[Solved] Which is the correct pregap?

Posted: Wed Feb 21, 2024 7:44 am
by fuzzball
https://redump.info/disc/70894/

dic

match db
logs: https://www.dropbox.com/scl/fi/lltlbqse … ktrpv541xe

Code: Select all

FILE "dump (Track 20).bin" BINARY
  TRACK 20 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00

Code: Select all

<rom name="dump (Track 19).bin" size="1239504" crc="aa360a34" md5="625c6f8c9e5cf054730d1a7ed4661a5b" sha1="1b395b0cabf3a8064538734ced14d2aae7d86415" />
<rom name="dump (Track 20).bin" size="1187760" crc="ee8beabb" md5="440f2fe6ad3a2bc49d8e68228b80688e" sha1="35eeb2337c41c46ba05200b49243b504e91666f9" />
redumper

does not match db
logs: https://www.dropbox.com/scl/fi/9iv3cyt0 … 5ihfza9ahe

Code: Select all

FILE "dump (Track 20).bin" BINARY
  TRACK 20 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:01:74

Code: Select all

<rom name="dump (Track 19).bin" size="1241856" crc="a6a7432b" md5="5560bcc258a578e0be7319c6d7611e66" sha1="62239ba0f2c033a6912d6c634203d95cbc937cff" />
<rom name="dump (Track 20).bin" size="1185408" crc="f00775d9" md5="1944e6d26fd988aa47fb141e124105aa" sha1="51e56ea02187dbc1a1ab7ebfaa94e1e03fe620c3" />

Re: [Solved] Which is the correct pregap?

Posted: Sat Feb 24, 2024 1:08 am
by sarami
fuzzball wrote:Which is the correct pregap?
DIC is correct. In this case, sub P-channel also needs to refer.

Re: [Solved] Which is the correct pregap?

Posted: Tue Feb 27, 2024 6:39 am
by fuzzball
sarami wrote:DIC is correct. In this case, sub P-channel also needs to refer.
Thanks for the reply. I will wait for the replies/decisions from the moderators.

Re: [Solved] Which is the correct pregap?

Posted: Tue Feb 27, 2024 7:34 am
by superg
I will check that later.

Re: [Solved] Which is the correct pregap?

Posted: Fri Mar 15, 2024 6:31 am
by F1ReB4LL

Code: Select all

00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 19 01 00 05 00 00 06 26 10 09 9B
00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 19 01 00 05 01 00 06 26 11 B3 EB
00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 12 13 06
00 00 FF FF FF FF FF FF FF FF FF FF FF FF 01 20 00 00 01 74 00 06 26 13 DA D4
00 00 FF FF FF FF FF FF FF FF FF FF FF FF 01 20 00 00 01 73 00 06 26 14 CD E7
Quite a standard case, the first sector of the track has its Q-channel replaced with EAN data, P-channel should be used in this case (and it shows the sector belongs to track 20 in this case, so the gap is 00:02:00). Redumper has wrongly assumed it belongs to track 19.

Re: [Solved] Which is the correct pregap?

Posted: Sat May 04, 2024 7:01 pm
by superg
Just for the reference, if that's MCN/ISRC between tracks case, it's already fixed in redumper, I am using P channel too.

Re: [Solved] Which is the correct pregap?

Posted: Mon May 13, 2024 6:24 am
by fuzzball
The hashes by build 325 match the database. Thanks!