Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cueshit/cuesheet.ts>CueFormat

Convert between different cue sheet / chapter / tracklist formats
Latest
interface CueFormat
import { type CueFormat } from "https://deno.land/x/cueshit@v0.7.0/cuesheet.ts";

Specification of a cue format.

Properties

name: string

Descriptive name of the format.

optional
formatCue: CueFormatter

Formatter for a single cue.

optional
format: CueSheetFormatter

Formatter for a full cue sheet.

If no cue sheet formatter is specified, a cue sheet may be generated by joining the individual formatted cues together with newlines.

optional
parse: CueSheetParser

Parser which extracts a cue sheet.

optional
fileExtensions: string[]

Standard file extension(s) of the format, in order of preference.