saramibreak
saramibreak
It can't get the subchannel of track 15 correctly. I'll get its disc to test.
> PokÚmon The First Movie - Original Motion Picture Score The last 150 sectors indicate "lead-out", not Track 15. It's irregular. ``` LBA[220537, 0x35d79]: P[ff], Q[41aa0100000000490237f14f]{ Data, Copy NG, LeadOut...
It might be vendor/maker-specific protection. it needs to edit the C2ErrorProtect.txt to skip these sectors.
I have never seen such ring protection in the audio track.
> 1- An option to create a file that has the layout/LBA data from disc/disc image. What is "LBA layout" ? > 2- An option/side-program that can extract the files...
Link says "LG (HL-DT-ST) UH12NS30 (not yet tested)" This drive is not supported yet.
"Combined offset minus disc only" --> This means that the drive can read the negative (minus) offset, not lead-out.
> mount point: (null) Perhaps, it failed to execute findmnt.
Is there findmnt in your system?
DVDAuth executes. ` _snprintf(str, nStrSize, "findmnt -m | grep %s 2>/dev/null > /tmp/DVDAuth.txt", psz_target); ` ` system(str); ` DVDAuth checks if psz_target (/dev/sr1) is really being mounted. Plz tell me...