* [gentoo-user] [off-topic] Ripping "enhanced" CDs with abcde/cdparanoia
@ 2018-03-04 12:01 Lasse Pouru
2018-03-04 15:54 ` Floyd Anderson
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Lasse Pouru @ 2018-03-04 12:01 UTC (permalink / raw
To: gentoo-user
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?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] [off-topic] Ripping "enhanced" CDs with abcde/cdparanoia
2018-03-04 12:01 [gentoo-user] [off-topic] Ripping "enhanced" CDs with abcde/cdparanoia Lasse Pouru
@ 2018-03-04 15:54 ` Floyd Anderson
2018-03-04 16:31 ` Lasse Pouru
2018-03-04 16:13 ` [gentoo-user] " Ian Zimmerman
2018-03-05 11:45 ` [gentoo-user] [off-topic] " Joerg Schilling
2 siblings, 1 reply; 8+ messages in thread
From: Floyd Anderson @ 2018-03-04 15:54 UTC (permalink / raw
To: gentoo-user
On Sun, 04 Mar 2018 14:01:00 +0200
Lasse Pouru <lasse.pouru@edu.turkuamk.fi> 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?
>
That error message seems to come from dev-libs/libcdio-paranoia [1], so
you have to ensure that abcde invokes cdparanoia (I assume it’s a
symlink to /usr/bin/libcdio-paranoia) with the intended track range/span
by looking at the forced debug or verbose output.
Or maybe simpler, invoke cdparanoia directly to see which one of the
involved parts (wrapper/program) to blame – if your given range/span
really contains only audio tracks.
References:
- [1] <https://github.com/rocky/libcdio-paranoia/blob/b63fec7/src/cd-paranoia.c#L1199>
--
Regards,
floyd
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: Ripping "enhanced" CDs with abcde/cdparanoia
2018-03-04 12:01 [gentoo-user] [off-topic] Ripping "enhanced" CDs with abcde/cdparanoia Lasse Pouru
2018-03-04 15:54 ` Floyd Anderson
@ 2018-03-04 16:13 ` Ian Zimmerman
2018-03-05 11:45 ` [gentoo-user] [off-topic] " Joerg Schilling
2 siblings, 0 replies; 8+ messages in thread
From: Ian Zimmerman @ 2018-03-04 16:13 UTC (permalink / raw
To: gentoo-user
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.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] [off-topic] Ripping "enhanced" CDs with abcde/cdparanoia
2018-03-04 15:54 ` Floyd Anderson
@ 2018-03-04 16:31 ` Lasse Pouru
2018-03-04 16:45 ` Lasse Pouru
2018-03-05 11:48 ` Joerg Schilling
0 siblings, 2 replies; 8+ messages in thread
From: Lasse Pouru @ 2018-03-04 16:31 UTC (permalink / raw
To: gentoo-user
Floyd Anderson <f.a@31c0.net> writes:
> On Sun, 04 Mar 2018 14:01:00 +0200
> Lasse Pouru <lasse.pouru@edu.turkuamk.fi> 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?
>>
>
> That error message seems to come from dev-libs/libcdio-paranoia [1],
> so you have to ensure that abcde invokes cdparanoia (I assume it’s a
> symlink to /usr/bin/libcdio-paranoia) with the intended track
> range/span by looking at the forced debug or verbose output.
>
> Or maybe simpler, invoke cdparanoia directly to see which one of the
> involved parts (wrapper/program) to blame – if your given range/span
> really contains only audio tracks.
>
>
> References:
> - [1] <https://github.com/rocky/libcdio-paranoia/blob/b63fec7/src/cd-paranoia.c#L1199>
Same error when invoking cdparanoia directly. It seems grip includes its
own version of cdparanoia since it has two cdparanoia options, "grip
(cdparanoia)" and just "cdparanoia". The first on works, the latter
doesn't.
I'll try installing the unstable version of libcdio-paranoia in case
this is a bug that has recently been fixed.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] [off-topic] Ripping "enhanced" CDs with abcde/cdparanoia
2018-03-04 16:31 ` Lasse Pouru
@ 2018-03-04 16:45 ` Lasse Pouru
2018-03-04 17:59 ` Floyd Anderson
2018-03-05 11:48 ` Joerg Schilling
1 sibling, 1 reply; 8+ messages in thread
From: Lasse Pouru @ 2018-03-04 16:45 UTC (permalink / raw
To: gentoo-user
Lasse Pouru <lasse.pouru@edu.turkuamk.fi> writes:
> [This sender failed our fraud detection checks and may not be who they
> appear to be. Learn about spoofing at
> http://aka.ms/LearnAboutSpoofing]
>
> Floyd Anderson <f.a@31c0.net> writes:
>
>> On Sun, 04 Mar 2018 14:01:00 +0200
>> Lasse Pouru <lasse.pouru@edu.turkuamk.fi> 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?
>>>
>>
>> That error message seems to come from dev-libs/libcdio-paranoia [1],
>> so you have to ensure that abcde invokes cdparanoia (I assume it’s a
>> symlink to /usr/bin/libcdio-paranoia) with the intended track
>> range/span by looking at the forced debug or verbose output.
>>
>> Or maybe simpler, invoke cdparanoia directly to see which one of the
>> involved parts (wrapper/program) to blame – if your given range/span
>> really contains only audio tracks.
>>
>>
>> References:
>> - [1] <https://github.com/rocky/libcdio-paranoia/blob/b63fec7/src/cd-paranoia.c#L1199>
>
> Same error when invoking cdparanoia directly. It seems grip includes its
> own version of cdparanoia since it has two cdparanoia options, "grip
> (cdparanoia)" and just "cdparanoia". The first on works, the latter
> doesn't.
>
> I'll try installing the unstable version of libcdio-paranoia in case
> this is a bug that has recently been fixed.
Ok, upgrading libcdio-paranoia and libcdio to unstable versions solved
the problem. It's not even necessary to specify the range when running
abcde, the non-audio tracks are automatically left out.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] [off-topic] Ripping "enhanced" CDs with abcde/cdparanoia
2018-03-04 16:45 ` Lasse Pouru
@ 2018-03-04 17:59 ` Floyd Anderson
0 siblings, 0 replies; 8+ messages in thread
From: Floyd Anderson @ 2018-03-04 17:59 UTC (permalink / raw
To: gentoo-user
On Sun, 04 Mar 2018 18:45:57 +0200
Lasse Pouru <lasse.pouru@edu.turkuamk.fi> wrote:
>Lasse Pouru <lasse.pouru@edu.turkuamk.fi> writes:
>
>> [This sender failed our fraud detection checks and may not be who they
>> appear to be. Learn about spoofing at
>> http://aka.ms/LearnAboutSpoofing]
>>
>> Floyd Anderson <f.a@31c0.net> writes:
>>
>>> On Sun, 04 Mar 2018 14:01:00 +0200
>>> Lasse Pouru <lasse.pouru@edu.turkuamk.fi> 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?
>>>>
>>>
>>> That error message seems to come from dev-libs/libcdio-paranoia [1],
>>> so you have to ensure that abcde invokes cdparanoia (I assume it’s a
>>> symlink to /usr/bin/libcdio-paranoia) with the intended track
>>> range/span by looking at the forced debug or verbose output.
>>>
>>> Or maybe simpler, invoke cdparanoia directly to see which one of the
>>> involved parts (wrapper/program) to blame – if your given range/span
>>> really contains only audio tracks.
>>>
>>>
>>> References:
>>> - [1] <https://github.com/rocky/libcdio-paranoia/blob/b63fec7/src/cd-paranoia.c#L1199>
>>
>> Same error when invoking cdparanoia directly. It seems grip includes its
>> own version of cdparanoia since it has two cdparanoia options, "grip
>> (cdparanoia)" and just "cdparanoia". The first on works, the latter
>> doesn't.
>>
>> I'll try installing the unstable version of libcdio-paranoia in case
>> this is a bug that has recently been fixed.
>
>Ok, upgrading libcdio-paranoia and libcdio to unstable versions solved
>the problem. It's not even necessary to specify the range when running
>abcde, the non-audio tracks are automatically left out.
>
Good to know, thanks. I used abcde recently and it works (except
retrieving metadata from musicbrainz.org due to an API change) but found
it’s a horrible huge script and not so easy to contribute to the
project. Just an example, making it XDG-compliant and fixing whitespace
results in 15 files changed (346 insertions and 325 deletions).
--
Regards,
floyd
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] [off-topic] Ripping "enhanced" CDs with abcde/cdparanoia
2018-03-04 12:01 [gentoo-user] [off-topic] Ripping "enhanced" CDs with abcde/cdparanoia Lasse Pouru
2018-03-04 15:54 ` Floyd Anderson
2018-03-04 16:13 ` [gentoo-user] " Ian Zimmerman
@ 2018-03-05 11:45 ` Joerg Schilling
2 siblings, 0 replies; 8+ messages in thread
From: Joerg Schilling @ 2018-03-05 11:45 UTC (permalink / raw
To: gentoo-user
Lasse Pouru <lasse.pouru@edu.turkuamk.fi> 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?
cdparanoia is unmaintained since a long time and never was able to read
something other than audio sectors.
I recommend to read such disks using "readcd -clone".
Jörg
--
EMail:joerg@schily.net (home) Jörg Schilling D-13353 Berlin
joerg.schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.org/private/ http://sf.net/projects/schilytools/files/'
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] [off-topic] Ripping "enhanced" CDs with abcde/cdparanoia
2018-03-04 16:31 ` Lasse Pouru
2018-03-04 16:45 ` Lasse Pouru
@ 2018-03-05 11:48 ` Joerg Schilling
1 sibling, 0 replies; 8+ messages in thread
From: Joerg Schilling @ 2018-03-05 11:48 UTC (permalink / raw
To: gentoo-user
Lasse Pouru <lasse.pouru@edu.turkuamk.fi> wrote:
> I'll try installing the unstable version of libcdio-paranoia in case
> this is a bug that has recently been fixed.
Be careful, this is very old and buggy cdparanoia code.
If you like to have a fixed libcdparanoia, look at the code that comes with
cdrtools since 2004.
Jörg
--
EMail:joerg@schily.net (home) Jörg Schilling D-13353 Berlin
joerg.schilling@fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.org/private/ http://sf.net/projects/schilytools/files/'
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-03-05 11:48 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-04 12:01 [gentoo-user] [off-topic] Ripping "enhanced" CDs with abcde/cdparanoia Lasse Pouru
2018-03-04 15:54 ` Floyd Anderson
2018-03-04 16:31 ` Lasse Pouru
2018-03-04 16:45 ` Lasse Pouru
2018-03-04 17:59 ` Floyd Anderson
2018-03-05 11:48 ` Joerg Schilling
2018-03-04 16:13 ` [gentoo-user] " Ian Zimmerman
2018-03-05 11:45 ` [gentoo-user] [off-topic] " Joerg Schilling
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox