MusicVideoInfo

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

Properties

Artists?: null | string[]

MusicVideoInfo

IndexNumber?: null | number

MusicVideoInfo

IsAutomated?: boolean

MusicVideoInfo

MetadataCountryCode?: null | string

Gets or sets the metadata country code.

MusicVideoInfo

MetadataLanguage?: null | string

Gets or sets the metadata language.

MusicVideoInfo

Name?: null | string

Gets or sets the name.

MusicVideoInfo

OriginalTitle?: null | string

Gets or sets the original title.

MusicVideoInfo

ParentIndexNumber?: null | number

MusicVideoInfo

Path?: null | string

Gets or sets the path.

MusicVideoInfo

PremiereDate?: null | string

MusicVideoInfo

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

Gets or sets the provider ids.

MusicVideoInfo

Year?: null | number

Gets or sets the year.

MusicVideoInfo