cue
A word or syllable cue within a cueLine.
Opensubsonic:
{
"start": 2747,
"end": 3018,
"value": "눈"
}<cue start="2747" end="3018">눈</cue>Does not exist.| Field | Type | Req. | OpenS. | Details |
|---|---|---|---|---|
start | integer | Yes | Yes | Start time in milliseconds |
end | integer | No | Yes | End time in milliseconds. Within a cueLine, end must be either present on all cues or none. When the source provides partial end times, servers must fill missing values (e.g., using the next cue’s start, or the cueLine’s end for the final cue). When no cues have end times (e.g., Enhanced LRC with start-only timing), end is omitted from all cues. This is a documented contract rule; the OpenAPI schema does not enforce the all-or-none shape structurally |
value | string | Yes | Yes | The text of this word or syllable |
OpenSubsonic
This is a new OpenSubsonic response type added in extensionsongLyrics version 2.