Summary: | Copy Medium for audio CD does not create an iso image | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | Henry Pfeil <hpfeil> |
Component: | Audio Project | Assignee: | k3b developers <k3b> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | michalm, trueg |
Priority: | NOR | ||
Version: | 24.04.80 | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Henry Pfeil
2024-05-07 15:37:18 UTC
Status - RTFM If you want a CD image, in addition to choosing "Only Create Image," under the Options tab for "Copy Medium," Change "Normal Copy" to "Clone Copy"; under "Writing Mode" choose RAW. Correction: "Writing Mode" is greyed out when "Copy Mode" is changed to "Clone Copy." From Dolphin, Removable Devices, double-click "Audio CD" which opens audiocd:/?device=/dev/sr0. Choose "Full CD/Full CD.wav". Kioexec opens the file in Videolan's VLC (or whatever is your default for playing wav files), pause the playback. Then `cp -v ~/.cache/kioexec/krun/xxxxx-0/Full\ CD.wav <path/title.wav>" Et voila! I had to resort to such trickery because the k3b Clone tool produces two files, bin and toc, which needs to be converted before players like Elisa can read it. (toc2wav did nothing) I can do no further menu-tree testing because of k3b bug 486754. There might be something in k3b that produces a single wav file, but I can't find it. Ddrescue takes a couple of days to rescue bit rot; I'll not interrupt that process for an application gone wacky when kioexec does what I want out of the box. |