Skip to main content
Version: v2.9.1

TrackPartial

Represents the optional properties of a track that may be available depending on the source.

MemberValue
Track"track"
Title"title"
Identifier"identifier"
Author"author"
Duration"duration"
Isrc"isrc"
IsSeekable"isSeekable"
IsStream"isStream"
Uri"uri"
ArtworkUrl"artworkUrl"
SourceName"sourceName"
Thumbnail"thumbnail"
Requester"requester"
PluginInfo"pluginInfo"
CustomData"customData"

Trackโ€‹

The base64-encoded Lavalink track string used to load and replay the track.


Titleโ€‹

The title or name of the track.


Identifierโ€‹

A unique string that identifies the track within its source (e.g., video ID).


Authorโ€‹

The name of the artist, channel, or uploader.


Durationโ€‹

Duration of the track in milliseconds.


Isrcโ€‹

The ISRC code used for global music identification.


IsSeekableโ€‹

Indicates whether the track allows seeking.


IsStreamโ€‹

Indicates whether the track is a livestream or not.


Uriโ€‹

Direct URL to the track on its source platform.


ArtworkUrlโ€‹

URL pointing to the track's cover image.


SourceNameโ€‹

The platform where the track originated.


Thumbnailโ€‹

Optional image shown as a visual fallback or placeholder.


Requesterโ€‹

The user or object that requested the track, typically stored for queue metadata.


PluginInfoโ€‹

Advanced data provided by the Lavalink plugin system.


CustomDataโ€‹

Custom key-value data you may attach per track for internal use.