import * as cueshit from "https://deno.land/x/cueshit@v0.7.2/format/musicbrainz_tracklist.ts";
Track listing which is understood by the MusicBrainz track parser.
Each line represents one track and includes an optional track number, title, an optional artist and the duration of the track (which might be unknown).
1. Test Title - Performer (2:56)
2. Another Title (without performer) (1:21)
3. Final Title (with unknown duration) (?:??)
Variables
Formats a line with a track for the MusicBrainz track parser. | |
Parses a MusicBrainz track parser listing into cues. |