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

    Type Alias MovieFileResource

    type MovieFileResource = {
        id?: number;
        movieId?: number;
        relativePath?: string | null;
        path?: string | null;
        size?: number;
        dateAdded?: string;
        sceneName?: string | null;
        releaseGroup?: string | null;
        edition?: string | null;
        languages?: Radarr.Language[] | null;
        quality?: Radarr.QualityModel;
        customFormats?: Radarr.CustomFormatResource[] | null;
        customFormatScore?: number | null;
        indexerFlags?: number | null;
        mediaInfo?: Radarr.MediaInfoResource;
        originalFilePath?: string | null;
        qualityCutoffNotMet?: boolean;
    }
    Index

    Properties

    id?: number
    movieId?: number
    relativePath?: string | null
    path?: string | null
    size?: number
    dateAdded?: string
    sceneName?: string | null
    releaseGroup?: string | null
    edition?: string | null
    languages?: Radarr.Language[] | null
    customFormats?: Radarr.CustomFormatResource[] | null
    customFormatScore?: number | null
    indexerFlags?: number | null
    originalFilePath?: string | null
    qualityCutoffNotMet?: boolean