@jellyfin/sdk
    Preparing search index...

    Interface ArtistInfo

    ArtistInfo

    interface ArtistInfo {
        IndexNumber?: number | null;
        IsAutomated?: boolean;
        MetadataCountryCode?: string | null;
        MetadataLanguage?: string | null;
        Name?: string | null;
        OriginalTitle?: string | null;
        ParentIndexNumber?: number | null;
        Path?: string | null;
        PremiereDate?: string | null;
        ProviderIds?: { [key: string]: string | null } | null;
        SongInfos?: SongInfo[];
        Year?: number | null;
    }
    Index

    Properties

    IndexNumber?: number | null

    ArtistInfo

    IsAutomated?: boolean

    ArtistInfo

    MetadataCountryCode?: string | null

    Gets or sets the metadata country code.

    ArtistInfo

    MetadataLanguage?: string | null

    Gets or sets the metadata language.

    ArtistInfo

    Name?: string | null

    Gets or sets the name.

    ArtistInfo

    OriginalTitle?: string | null

    Gets or sets the original title.

    ArtistInfo

    ParentIndexNumber?: number | null

    ArtistInfo

    Path?: string | null

    Gets or sets the path.

    ArtistInfo

    PremiereDate?: string | null

    ArtistInfo

    ProviderIds?: { [key: string]: string | null } | null

    Gets or sets the provider ids.

    ArtistInfo

    SongInfos?: SongInfo[]

    ArtistInfo

    Year?: number | null

    Gets or sets the year.

    ArtistInfo