@jellyfin/sdk
    Preparing search index...

    Interface MovieInfo

    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 MovieInfo {
        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;
        Year?: number | null;
    }
    Index

    Properties

    IndexNumber?: number | null
    IsAutomated?: boolean
    MetadataCountryCode?: string | null

    Gets or sets the metadata country code.

    MetadataLanguage?: string | null

    Gets or sets the metadata language.

    Name?: string | null

    Gets or sets the name.

    OriginalTitle?: string | null

    Gets or sets the original title.

    ParentIndexNumber?: number | null
    Path?: string | null

    Gets or sets the path.

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

    Gets or sets the provider ids.

    Year?: number | null

    Gets or sets the year.