Skip to content

Write .toc files in addition to .cue files to support cdrdao and non-compliant .cue sheets #214

@sphh

Description

@sphh

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):

  1. Convert all ripped .flac files to .wav files.
  2. Replace all ".flac" file endings in the .cue file to ".wav".
  3. Convert the .cue file to a .toc file with the help of mktoc.
  4. Delete all .wav files generated in step 1.
  5. Replace all ".wav" file endings in the .cue file to ".flac".
  6. 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.

Metadata

Metadata

Assignees

Labels

AcceptedAccepted issue on our roadmapFeatureNew featurePriority: lowLow prioritySprintableSmall enough to sprint onStretchOptional goal for the current sprint (may not be delivered)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions