structuredLyrics

Structured lyrics
{
  "displayArtist": "Muse",
  "displayTitle": "Hysteria",
  "lang": "xxx",
  "offset": -100,
  "synced": true,
  "line": [
    {
      "start": 0,
      "value": "It's bugging me"
    },
    {
      "start": 2000,
      "value": "Grating me"
    },
    {
      "start": 3001,
      "value": "And twisting me around..."
    }
  ]
}
<structuredLyrics displayArtist="Muse" displayTitle="Hysteria" lang="xxx" offset="-100" synced="true">
  <line start="0">It's bugging me</line>
  <line start="2000">Grating me</line>
  <line start="3001">And twisting me around...</line>
</structuredLyrics>
Does not exist.
FieldTypeReq.OpenS.Details
langstringYesYesThe lyrics language (ideally ISO 639). If the language is unknown (e.g. lrc file), the server must return und (ISO standard) or xxx (common value for taggers)
syncedbooleanYesYesTrue if the lyrics are synced, false otherwise
lineArray of lineYesYesThe actual lyrics. Ordered by start time (synced) or appearance order (unsynced)
displayArtiststringNoYesThe artist name to display. This could be the localized name, or any other value
displayTitlestringNoYesThe title to display. This could be the song title (localized), or any other value
offsetnumberNoYesThe offset to apply to all lyrics, in milliseconds. Positive means lyrics appear sooner, negative means later. If not included, the offset must be assumed to be 0