gchudov / cuetools.net

CD image processing suite with optimized lossless encoders in C#
http://cue.tools/
Other
491 stars 52 forks source link

When EAC log(s) are consolidated in single logfile, CUETools only compares against 1st entry #272

Open SlowPulse opened 1 year ago

SlowPulse commented 1 year ago

When ripping multiple discs, EAC has an option to append logfile to the existing, creating multiple entries in single log file. Later on, if CUETools verify is performed, CRC matching is correct only for the 1st entry (1st disc ripped). For any subsequent disc(s), CRCs are not matched correctly, so the log column in last part of accurip log is incorrct. Since there is a TOC of the disc in each log entry, maybe CUETools could match which entry to use by the TOC.

The workaround is to cut the relevant part of the log and save it as a separate file, but above would automate this.

DarkVoyage commented 1 year ago

Appending logs into one file is against any ripping standards. Cue files are not appended. Simply don't append.