@jellyfin/sdk
    Preparing search index...

    Interface MusicVideoInfo

    MusicVideoInfo

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

    Properties

    Artists?: string[] | null

    MusicVideoInfo

    IndexNumber?: number | null

    MusicVideoInfo

    IsAutomated?: boolean

    MusicVideoInfo

    MetadataCountryCode?: string | null

    Gets or sets the metadata country code.

    MusicVideoInfo

    MetadataLanguage?: string | null

    Gets or sets the metadata language.

    MusicVideoInfo

    Name?: string | null

    Gets or sets the name.

    MusicVideoInfo

    OriginalTitle?: string | null

    Gets or sets the original title.

    MusicVideoInfo

    ParentIndexNumber?: number | null

    MusicVideoInfo

    Path?: string | null

    Gets or sets the path.

    MusicVideoInfo

    PremiereDate?: string | null

    MusicVideoInfo

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

    Gets or sets the provider ids.

    MusicVideoInfo

    Year?: number | null

    Gets or sets the year.

    MusicVideoInfo