@jellyfin/sdk
    Preparing search index...

    Interface RemoteSearchResult

    NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). Do not edit the class manually.

    Jellyfin API

    This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

    interface RemoteSearchResult {
        AlbumArtist?: RemoteSearchResult;
        Artists?: RemoteSearchResult[] | null;
        ImageUrl?: string | null;
        IndexNumber?: number | null;
        IndexNumberEnd?: number | null;
        Name?: string | null;
        Overview?: string | null;
        ParentIndexNumber?: number | null;
        PremiereDate?: string | null;
        ProductionYear?: number | null;
        ProviderIds?: { [key: string]: string | null } | null;
        SearchProviderName?: string | null;
    }
    Index

    Properties

    AlbumArtist?: RemoteSearchResult
    Artists?: RemoteSearchResult[] | null
    ImageUrl?: string | null
    IndexNumber?: number | null
    IndexNumberEnd?: number | null
    Name?: string | null

    Gets or sets the name.

    Overview?: string | null
    ParentIndexNumber?: number | null
    PremiereDate?: string | null
    ProductionYear?: number | null

    Gets or sets the year.

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

    Gets or sets the provider ids.

    SearchProviderName?: string | null