GNOME Bugzilla – Bug 435025
Direct copy of audio CD results in white noise CD
Last modified: 2007-08-10 07:50:32 UTC
[ Forwarded from http://bugs.debian.org/421463 ] Roderich Schupp <roderich.schupp@googlemail.com>, detected a problem with direct copying of audio discs, and wrote a patch to correct it. "When I try to copy an audio CD using the "Copy Disc..." menu entry (from the context menu of the audio disc's dektop icon), the resulting copy contains just white noise. The reason is that nautilus-cd-burner correctly identifies the CD as audio and copies it to an image file (using cdrdao), but then "forgets" this information and burns it as if it where a data image (using cdrecord/wodim). The tell-tale sign is that create_track_from_device() in src/ncb-operation.c never looks at the image_type returned from nautilus_burn_iso_make_from_info and unconditionally creates a track via create_iso_rack(). Suggested patch below (the actual fix is the second hunk, the other two hunks just move create_cue_track() up in the file, otherwise you'd need a forward declaration)."
Created attachment 87364 [details] [review] Suggested fix
Sorry I can't test this at the moment. But if it works for you feel free to commit to 2.18 and trunk. Thanks.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Hi all, I've built and tested the latest 2.19.6, but the problem still persist on my system (Debian/etch). Is there some special configuration tweak to to?