Skip to main content

ruvyrias / Exports / PluginInfo

Interface: PluginInfo

Represents additional information provided by a plugin associated with a track.

Table of contents

Properties

Properties

albumArtUrl

Optional albumArtUrl: string

The URL of the album's artwork, if available.

Defined in

src/Guild/Track.ts:60


albumName

Optional albumName: string

The name of the album, if applicable.

Defined in

src/Guild/Track.ts:58


albumUrl

Optional albumUrl: string

The URL of the album, if applicable.

Defined in

src/Guild/Track.ts:62


artistArtworkUrl

Optional artistArtworkUrl: string

The URL of the artist's specific artwork, if applicable.

Defined in

src/Guild/Track.ts:68


artistUrl

Optional artistUrl: string

The URL of the artist's page, if applicable.

Defined in

src/Guild/Track.ts:64


artworkUrl

Optional artworkUrl: string

The URL of the general artwork associated with the plugin information.

Defined in

src/Guild/Track.ts:66


author

Optional author: string

The author or artist associated with the plugin information.

Defined in

src/Guild/Track.ts:56


clientData

Optional clientData: Object

Additional client-specific data associated with the plugin information.

Index signature

▪ [key: string]: any

Defined in

src/Guild/Track.ts:78


identifier

Optional identifier: string

The unique identifier associated with the plugin information.

Defined in

src/Guild/Track.ts:54


isPreview

Optional isPreview: boolean

Indicates whether the information is a preview.

Defined in

src/Guild/Track.ts:72


previewUrl

Optional previewUrl: string

The preview URL associated with the plugin information, if available.

Defined in

src/Guild/Track.ts:70


totalTracks

Optional totalTracks: number

The total number of tracks associated with the plugin information, if applicable.

Defined in

src/Guild/Track.ts:74


type

Optional type: string

The type of the plugin information, such as 'album', 'playlist', 'artist', 'recommendations', or a custom type.

Defined in

src/Guild/Track.ts:52


uri

Optional uri: string

The URI or source link associated with the plugin information.

Defined in

src/Guild/Track.ts:76