[Solved] Which is the correct pregap?

Post Reply
User avatar
fuzzball
Posts: 1827
Joined: Mon Jun 08, 2026 1:26 am

[Solved] Which is the correct pregap?

Post 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" />
Last edited by fuzzball on Sat May 18, 2024 8:56 pm, edited 1 time in total.
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: [Solved] Which is the correct pregap?

Post by sarami »

fuzzball wrote:Which is the correct pregap?
DIC is correct. In this case, sub P-channel also needs to refer.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
User avatar
fuzzball
Posts: 1827
Joined: Mon Jun 08, 2026 1:26 am

Re: [Solved] Which is the correct pregap?

Post 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.
superg
Posts: 1235
Joined: Mon Jun 08, 2026 1:29 am

Re: [Solved] Which is the correct pregap?

Post by superg »

I will check that later.
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: [Solved] Which is the correct pregap?

Post 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.
superg
Posts: 1235
Joined: Mon Jun 08, 2026 1:29 am

Re: [Solved] Which is the correct pregap?

Post 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.
User avatar
fuzzball
Posts: 1827
Joined: Mon Jun 08, 2026 1:26 am

Re: [Solved] Which is the correct pregap?

Post by fuzzball »

The hashes by build 325 match the database. Thanks!
Post Reply