Charlie Gibbs <cgi...@surfnaked.ca> writes: > On 28/01/18 01:04 AM, Thomas Schmitt wrote: > > > Martin McCormick wrote: > > > cdparanoia [...] plays but you lose the individual track > boundaries as > you see in the listing above. > > > I guess you'd need to read the tracks one by one, like > cdparanoia -d $drivespec "1-1" track_1.wav > cdparanoia -d $drivespec "2-2" track_2.wav > and so on up to number 20. > > > > Not at all. The -B (batch) option will automatically generate one file per > track.
I was just in too big of a hurry to try things out and forgot the -B or --batch flag. When using that flag, one would never know that anything else needed to be done to rip the disk. It just worked. cdparanoia -d $drivespec -B "1-" Martin McCormick