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

    Type Alias QueueResource

    type QueueResource = {
        id?: number;
        movieId?: number | null;
        movie?: MovieResource;
        languages?: Radarr.Language[] | null;
        quality?: Radarr.QualityModel;
        customFormats?: Radarr.CustomFormatResource[] | null;
        customFormatScore?: number;
        size?: number;
        title?: string | null;
        estimatedCompletionTime?: string | null;
        added?: string | null;
        status?: Radarr.QueueStatus;
        trackedDownloadStatus?: Radarr.TrackedDownloadStatus;
        trackedDownloadState?: Radarr.TrackedDownloadState;
        statusMessages?: Radarr.TrackedDownloadStatusMessage[] | null;
        errorMessage?: string | null;
        downloadId?: string | null;
        protocol?: Radarr.DownloadProtocol;
        downloadClient?: string | null;
        downloadClientHasPostImportCategory?: boolean;
        indexer?: string | null;
        outputPath?: string | null;
        sizeleft?: number;
        timeleft?: string | null;
    }
    Index

    Properties

    id?: number
    movieId?: number | null
    languages?: Radarr.Language[] | null
    customFormats?: Radarr.CustomFormatResource[] | null
    customFormatScore?: number
    size?: number
    title?: string | null
    estimatedCompletionTime?: string | null
    added?: string | null
    trackedDownloadStatus?: Radarr.TrackedDownloadStatus
    trackedDownloadState?: Radarr.TrackedDownloadState
    statusMessages?: Radarr.TrackedDownloadStatusMessage[] | null
    errorMessage?: string | null
    downloadId?: string | null
    downloadClient?: string | null
    downloadClientHasPostImportCategory?: boolean
    indexer?: string | null
    outputPath?: string | null
    sizeleft?: number
    timeleft?: string | null