@jellyfin/sdk
    Preparing search index...

    Interface MetadataEditorInfo

    A class representing metadata editor information.

    MetadataEditorInfo

    interface MetadataEditorInfo {
        ContentType?: CollectionType;
        ContentTypeOptions?: NameValuePair[];
        Countries?: CountryInfo[];
        Cultures?: CultureDto[];
        ExternalIdInfos?: ExternalIdInfo[];
        ParentalRatingOptions?: ParentalRating[];
    }
    Index

    Properties

    ContentType?: CollectionType

    MetadataEditorInfo

    ContentTypeOptions?: NameValuePair[]

    Gets or sets the content type options.

    MetadataEditorInfo

    Countries?: CountryInfo[]

    Gets or sets the countries.

    MetadataEditorInfo

    Cultures?: CultureDto[]

    Gets or sets the cultures.

    MetadataEditorInfo

    ExternalIdInfos?: ExternalIdInfo[]

    Gets or sets the external id infos.

    MetadataEditorInfo

    ParentalRatingOptions?: ParentalRating[]

    Gets or sets the parental rating options.

    MetadataEditorInfo