Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias MovieResource

    type MovieResource = {
        id?: number;
        title?: string | null;
        originalTitle?: string | null;
        originalLanguage?: Radarr.Language;
        alternateTitles?: AlternativeTitleResource[] | null;
        secondaryYear?: number | null;
        secondaryYearSourceId?: number;
        sortTitle?: string | null;
        sizeOnDisk?: number | null;
        status?: MovieStatusType;
        overview?: string | null;
        inCinemas?: string | null;
        physicalRelease?: string | null;
        digitalRelease?: string | null;
        releaseDate?: string | null;
        physicalReleaseNote?: string | null;
        images?: Radarr.MediaCover[] | null;
        website?: string | null;
        remotePoster?: string | null;
        year?: number;
        youTubeTrailerId?: string | null;
        studio?: string | null;
        path?: string | null;
        qualityProfileId?: number;
        hasFile?: boolean | null;
        movieFileId?: number;
        monitored?: boolean;
        minimumAvailability?: MovieStatusType;
        isAvailable?: boolean;
        folderName?: string | null;
        runtime?: number;
        cleanTitle?: string | null;
        imdbId?: string | null;
        tmdbId?: number;
        titleSlug?: string | null;
        rootFolderPath?: string | null;
        folder?: string | null;
        certification?: string | null;
        genres?: string[] | null;
        keywords?: string[] | null;
        tags?: number[] | null;
        added?: string;
        addOptions?: AddMovieOptions;
        ratings?: Radarr.Ratings;
        movieFile?: MovieFileResource;
        collection?: MovieCollectionResource;
        popularity?: number;
        lastSearchTime?: string | null;
        statistics?: MovieStatisticsResource;
    }
    Index

    Properties

    id?: number
    title?: string | null
    originalTitle?: string | null
    originalLanguage?: Radarr.Language
    alternateTitles?: AlternativeTitleResource[] | null
    secondaryYear?: number | null
    secondaryYearSourceId?: number
    sortTitle?: string | null
    sizeOnDisk?: number | null
    overview?: string | null
    inCinemas?: string | null
    physicalRelease?: string | null
    digitalRelease?: string | null
    releaseDate?: string | null
    physicalReleaseNote?: string | null
    images?: Radarr.MediaCover[] | null
    website?: string | null
    remotePoster?: string | null
    year?: number
    youTubeTrailerId?: string | null
    studio?: string | null
    path?: string | null
    qualityProfileId?: number
    hasFile?: boolean | null
    movieFileId?: number
    monitored?: boolean
    minimumAvailability?: MovieStatusType
    isAvailable?: boolean
    folderName?: string | null
    runtime?: number
    cleanTitle?: string | null
    imdbId?: string | null
    tmdbId?: number
    titleSlug?: string | null
    rootFolderPath?: string | null
    folder?: string | null
    certification?: string | null
    genres?: string[] | null
    keywords?: string[] | null
    tags?: number[] | null
    added?: string
    addOptions?: AddMovieOptions
    ratings?: Radarr.Ratings
    movieFile?: MovieFileResource
    popularity?: number
    lastSearchTime?: string | null