Sorry, I thought that this bug is present on all systems and it is
sufficient to execute it and see that cdda2ogg does not work (Note that
in my previous email, cdda2ogg does not work, but cdda2wav does work).
Here is a patch which fixes the bug:
snoopy:~/nobak/millenium$ diff /usr/bin/cdda2ogg /home/dedu/cdda2ogg
46c46
< LIST="$($CDDA2WAV -v trackid -t -1 2>&1|grep T:|cut -f1 -d.|cut -f2
-d:)"
---
> LIST="$($CDDA2WAV -t -1 2>&1|grep ^Track|cut -f1 -d:|tr -s " "|cut
-f2 -d' ')"
The same patch must be applied for cdda2mp3 (but for line 45).
This patch makes finding out the number of tracks faster, since it does
not retrieve ISRC (International Standard Recording Codes).
Friendly,
--
Eugen Dedu
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]