From 571982345a32d7a2e31d664b59950792be5f21ea Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 12 May 2020 04:36:23 -0400 Subject: detect ECM files and abort --- cuerecover.html | 61 +++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 19 deletions(-) (limited to 'cuerecover.html') diff --git a/cuerecover.html b/cuerecover.html index 7de40e0..7e9f469 100644 --- a/cuerecover.html +++ b/cuerecover.html @@ -396,15 +396,11 @@ might only be one). If multiple .bin files are given, each one is assumed to represent one track of the same CD image.

For data tracks, the recovered track should be correct, provided the bin file wasn't truncated or otherwise corrupted.

-

For audio tracks, silence detection is used to find the start of the track -(the INDEX 01 in the .cue file).

For audio tracks in a single .bin file, silence detection is used to find the split points between tracks. This means that in cases where one track segues into another, the two tracks will be combined in the resulting cue sheet. Also, if there are long periods of silence within a single track, this track will be split into two or more tracks.

-

[*] Only the .cue file is written to stdout. Status and progress -messages are printed to standard error.

OPTIONS

@@ -419,7 +415,9 @@ messages are printed to standard error.

-o <file> Write cue file to file rather than standard output. If file already exists, cuerecover will refuse to overwrite it, -which makes this safer than redirecting stdout. +which makes this safer than redirecting stdout. It's customary +for cue files to have the same filename as their bin file(s), +with the .bin replaced by .cue, but it's not actually required. -s <sec> Minimum amount of silence for detecting the split point between @@ -450,9 +448,16 @@ cuerecover is doing. Probably only of interest to the author.

NOTES

-

When reading multiple tracks from the same file, cuerecover makes some -assumptions. These are usually valid, but should be mentioned here:

+

cuerecover works a lot better when it's reading a split image (one file +per track).

+

When reading a monolithic image (multiple tracks the same file), +cuerecover has to make some assumptions. These are usually valid, but +should be mentioned here:

@@ -497,6 +512,14 @@ released under the WTFPL: Do WTF you want with this.

SEE ALSO

miragextract(1)

+

The manual for GNU ccd2cue(1) has useful information on the .cue +file format:

+
+https://www.gnu.org/software/ccd2cue/manual/html_node/CUE-sheet-format.html
+

More information on the CD-ROM data formats:

+
+https://wiki.osdev.org/User:Combuster/CDRom_BS +https://en.wikipedia.org/wiki/CD-ROM
-- cgit v1.2.3