Skip to content

INDEX Format is not by the CUE REDBOOK #1

Description

@Peke

I have found that most apps handle things correctly, but some older apps and hardware burners do not work with generated CUE FILE created by CUESTO The reason is that CUESTO do not zero pad INDEX to mm:ss:ff which results that every INDEX that starts below 10Min will be in format "9:59:74" instead of "09:59:74" that result in invalid CUE Error on Apps and Recorder.

It should be minor issue to fix.

NOTE taken from CUE RED BOOK

Description:
This command is used to specify indexes (or subindexes) within a track.

Syntax:
INDEX number mm:ss:ff

Parameters:
number - Index number (0-99).
mm:ss:ff - Starting time in minutes, seconds, and frames (75 frames/second).

Examles:
INDEX 01 00:00:00
INDEX 05 02:34:50

Rules:
All index numbers must be between 0 and 99 inclusive. The first index must be 0 or 1 with all other indexes being sequential to the first one. The first index of a file must start at 00:00:00.

INDEX 0 Specifies the starting time of the track "pregap".
INDEX 1 Specifies the starting time of the track data. This is the only index that is stored in the disc's table-of-contents.
INDEX >1 Specifies a subindex within a track.

Note: All times are relative to the beginning of the current file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions