label_export_chapters
Export Audacity label tracks as chapter or marker files in simple, cue, or podlove formats to enable chapter navigation and indexing for long-form audio, mixes, lectures, and interviews.
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.
Not yet independently live-tested against a running Audacity — verified against the scripting reference and unit tests with mocked responses only.
Args: path: Absolute path for the output file (must not already exist) format: Chapter format — simple, cue or podlove. Default: simple
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| format | No | simple |