hoshimi
    Preparing search index...

    Interface PluginInfo

    The plugin information.

    interface PluginInfo {
        albumArtUrl?: string;
        albumName?: string;
        albumUrl?: string;
        artistArtworkUrl?: string;
        artistUrl?: string;
        artworkUrl?: string;
        author?: string;
        identifier?: string;
        isPreview?: boolean;
        previewUrl?: string;
        totalTracks?: number;
        type?: PluginInfoType;
        url?: string;
    }
    Index

    Properties

    albumArtUrl?: string

    The URL of the album art.

    albumName?: string

    The Identifier provided by a plugin.

    albumUrl?: string

    The URL of the album.

    artistArtworkUrl?: string

    The URL of the artist artwork.

    artistUrl?: string

    The URL of the artist.

    artworkUrl?: string

    The Artwork URL provided by a plugin.

    author?: string

    The Author Information provided by a plugin.

    identifier?: string

    The Identifier provided by a plugin.

    isPreview?: boolean

    Whether the track is a preview.

    previewUrl?: string

    The URL of the preview.

    totalTracks?: number

    The total number of tracks in the playlist.

    The Type provided by a plugin.

    url?: string

    The URL provided by a plugin.