label_export_chapters
Convert Audacity label tracks into chapter marker files for navigation in long-form audio, mixes, or lectures. Supports simple, cue, and Podlove formats.
Instructions
Export labels as a chapter/marker file.
Turns a label track into a standard marker file - chapter navigation for long-form audio, a track listing for a continuous mix, an index for a lecture or interview recording. Formats: "simple" (HH:MM:SS.mmm Title per line), "cue" (cue sheet), "podlove" (Podlove Simple Chapters JSON). Labels with no text become "Chapter 1", "Chapter 2" and so on.
Args: path: Absolute path for the output file. format: Chapter format - simple, cue or podlove. Default: simple. overwrite: Set true to replace an existing file. Default: False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| format | No | simple | |
| overwrite | No |