Your "CD player app" is probably using a CDDB server, whose keys are
based on the total length of the disk and the track start locations;
the ISRC numbers are hit-or-miss, especially with older CDs.
If you record in "track at once" mode, there will be silences inserted
between the tracks, which will change the CDDB key computed from the
disc. Try recording in "disk at once" mode (cdrecord -dao ...).
For what it's worth, my prefered tool for simply copying an audio CD is
cdrdao (locatable through freshmeat.net), which does the deed in two steps:
# cdrdao read-cd --device 0,3,0 --datafile bach0507.bin bach0507.toc
# cdrdao write --device 0,4,0 bach0507.toc
(0,3,0 is my Plextor CD reader, 0,4,0 is the Yamaha burner). The resulting
disk is usually correctly identified, except when the original had less
than 2 seconds of lead-in, in which case all bets are off.
Regards,
Romain Kang Siemens Info/Comm Products, San Jose R&D
[EMAIL PROTECTED] formerly Pyramid Technology Corporation
Disclaimer: I represent myself alone, except where otherwise indicated.
On Mon, Jun 19, 2000 at 11:15:53AM -0400, Robert Glover wrote:
> Last weekend, I was trying to put together an audio CD with cdda2wav
> and cdrecord. When I finished, the copy sounded good, but the CD
> player app incorrectly reported the name of the album and track. It
> reports the track names correctly when the original CD is used,
> though.
>
> From this I assume that the ISRC number is not getting read or written
> correctly. Is there a web site, where I can look up a particular ISRC
> number? That would tell me whether it was the read or the write that
> was messing up.
>
> Note: I did use the -useinfo option on cdrecord so that it would use
> the .inf files created by cdda2wav.
>
> Any other hints or suggestions would be welcome. Thanks!
>
> - Bob Glover
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.