@jellyfin/sdk
    Preparing search index...

    Interface AlbumInfo

    AlbumInfo

    interface AlbumInfo {
        AlbumArtists?: string[];
        ArtistProviderIds?: { [key: string]: string | null };
        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

    AlbumArtists?: string[]

    Gets or sets the album artist.

    AlbumInfo

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

    Gets or sets the artist provider ids.

    AlbumInfo

    IndexNumber?: number | null

    AlbumInfo

    IsAutomated?: boolean

    AlbumInfo

    MetadataCountryCode?: string | null

    Gets or sets the metadata country code.

    AlbumInfo

    MetadataLanguage?: string | null

    Gets or sets the metadata language.

    AlbumInfo

    Name?: string | null

    Gets or sets the name.

    AlbumInfo

    OriginalTitle?: string | null

    Gets or sets the original title.

    AlbumInfo

    ParentIndexNumber?: number | null

    AlbumInfo

    Path?: string | null

    Gets or sets the path.

    AlbumInfo

    PremiereDate?: string | null

    AlbumInfo

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

    Gets or sets the provider ids.

    AlbumInfo

    SongInfos?: SongInfo[]

    AlbumInfo

    Year?: number | null

    Gets or sets the year.

    AlbumInfo