On 2018-03-04 14:01, Lasse Pouru wrote:

> You know, the ones with video or software tracks shoehorned into the
> end. Whenever I try to rip one with abcde I get the error "selected
> span contains non audio track at track X", even when I've chosen a
> range not containing track X (e.g. abcde 1-11, 12 being the non-audio
> track). Grip rips the same CDs just fine, but I'd prefer to use a
> command-line tool. I'm using cdparanoia with both abcde and grip, so
> is this a bug in abcde or am I doing something wrong?

I tried abcde some time ago, but the idea of doing all that in a single
shell script (abcde is that) gave me doubts about its robustness.

What I do now for ripping is run cdparanoia myself from the command line
like this:

    cdparanoia -Bq -- 1-

this gives me a set of numbered files named like track01.cdda.wav,
track01.cdda.wav etc.  Then I have my own scripts to convert and massage
the wav files.  I don't know what cdparanoia would do with one of the
enhanced discs, but I think at worst you could limit it to the audio
tracks like this:

    cdparanoia -Bq -- 1-10

(assuming there are 10 audio tracks).

Long ago there was a text-mode integrated ripper called crip, but I
don't see it packaged for gentoo.

-- 
Please don't Cc: me privately on mailing lists and Usenet,
if you also post the followup to the list or newsgroup.
To reply privately _only_ on Usenet and on broken lists
which rewrite From, fetch the TXT record for no-use.mooo.com.

Reply via email to