Skip to main content
Version: v2.10.0

Interface: Lyrics

warning

⚠️ This interface is only used by the LavaLyrics plugin.

Represents a complete set of lyrics returned by a lyrics provider, including optional raw text, parsed lines with timing, and source metadata.

Property Type Description Optional
sourcestringThe name of the source where the lyrics were fetched from.
providerstringThe name of the provider the lyrics was fetched from on the source.
textstringThe lyrics text.
linesLyricsLine[]The lyrics lines.
pluginobject[]Additional plugin specific data.