-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Labels
AcceptedAccepted issue on our roadmapAccepted issue on our roadmapFeatureNew featureNew featurePriority: lowLow priorityLow prioritySprintableSmall enough to sprint onSmall enough to sprint onStretchOptional goal for the current sprint (may not be delivered)Optional goal for the current sprint (may not be delivered)
Milestone
Description
It would be great if whipper
could write .toc files natively.
Motivation: If you want to write an Audio CD from files previously ripped with whipper
(where whipper
writes a non-compliant .cue sheet), the following steps are necessary – assuming that the files were saved as .flac (see also #212):
- Convert all ripped .flac files to .wav files.
- Replace all ".flac" file endings in the .cue file to ".wav".
- Convert the .cue file to a .toc file with the help of mktoc.
- Delete all .wav files generated in step 1.
- Replace all ".wav" file endings in the .cue file to ".flac".
- Burn the disk with
cdrdao
and the newly created .toc file.
If whipper
were able to write .toc files, you would not have to go through the steps 1 to 5 and could burn the CD immediately with cdrdao
.
Freso
Metadata
Metadata
Assignees
Labels
AcceptedAccepted issue on our roadmapAccepted issue on our roadmapFeatureNew featureNew featurePriority: lowLow priorityLow prioritySprintableSmall enough to sprint onSmall enough to sprint onStretchOptional goal for the current sprint (may not be delivered)Optional goal for the current sprint (may not be delivered)