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

    Type Alias QueueResource

    type QueueResource = {
        id?: number;
        seriesId?: number | null;
        episodeId?: number | null;
        seasonNumber?: number | null;
        series?: Sonarr.SeriesResource;
        episode?: EpisodeResource;
        languages?: Sonarr.Language[] | null;
        quality?: Sonarr.QualityModel;
        customFormats?: Sonarr.CustomFormatResource[] | null;
        customFormatScore?: number;
        size?: number;
        title?: string | null;
        estimatedCompletionTime?: string | null;
        added?: string | null;
        status?: Sonarr.QueueStatus;
        trackedDownloadStatus?: Sonarr.TrackedDownloadStatus;
        trackedDownloadState?: Sonarr.TrackedDownloadState;
        statusMessages?: Sonarr.TrackedDownloadStatusMessage[] | null;
        errorMessage?: string | null;
        downloadId?: string | null;
        protocol?: Sonarr.DownloadProtocol;
        downloadClient?: string | null;
        downloadClientHasPostImportCategory?: boolean;
        indexer?: string | null;
        outputPath?: string | null;
        episodeHasFile?: boolean;
        sizeleft?: number;
        timeleft?: string | null;
    }
    Index

    Properties

    id?: number
    seriesId?: number | null
    episodeId?: number | null
    seasonNumber?: number | null
    episode?: EpisodeResource
    languages?: Sonarr.Language[] | null
    customFormats?: Sonarr.CustomFormatResource[] | null
    customFormatScore?: number
    size?: number
    title?: string | null
    estimatedCompletionTime?: string | null
    added?: string | null
    trackedDownloadStatus?: Sonarr.TrackedDownloadStatus
    trackedDownloadState?: Sonarr.TrackedDownloadState
    statusMessages?: Sonarr.TrackedDownloadStatusMessage[] | null
    errorMessage?: string | null
    downloadId?: string | null
    downloadClient?: string | null
    downloadClientHasPostImportCategory?: boolean
    indexer?: string | null
    outputPath?: string | null
    episodeHasFile?: boolean
    sizeleft?: number
    timeleft?: string | null