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

    Type Alias QueueResource

    type QueueResource = {
        id?: number;
        artistId?: number | null;
        albumId?: number | null;
        artist?: ArtistResource;
        album?: AlbumResource;
        quality?: Lidarr.QualityModel;
        customFormats?: Lidarr.CustomFormatResource[] | null;
        customFormatScore?: number;
        size?: number;
        title?: string | null;
        sizeleft?: number;
        timeleft?: string | null;
        estimatedCompletionTime?: string | null;
        added?: string | null;
        status?: string | null;
        trackedDownloadStatus?: Lidarr.TrackedDownloadStatus;
        trackedDownloadState?: Lidarr.TrackedDownloadState;
        statusMessages?: Lidarr.TrackedDownloadStatusMessage[] | null;
        errorMessage?: string | null;
        downloadId?: string | null;
        protocol?: Lidarr.DownloadProtocol;
        downloadClient?: string | null;
        downloadClientHasPostImportCategory?: boolean;
        indexer?: string | null;
        outputPath?: string | null;
        trackFileCount?: number;
        trackHasFileCount?: number;
        downloadForced?: boolean;
    }
    Index

    Properties

    id?: number
    artistId?: number | null
    albumId?: number | null
    customFormats?: Lidarr.CustomFormatResource[] | null
    customFormatScore?: number
    size?: number
    title?: string | null
    sizeleft?: number
    timeleft?: string | null
    estimatedCompletionTime?: string | null
    added?: string | null
    status?: string | null
    trackedDownloadStatus?: Lidarr.TrackedDownloadStatus
    trackedDownloadState?: Lidarr.TrackedDownloadState
    statusMessages?: Lidarr.TrackedDownloadStatusMessage[] | null
    errorMessage?: string | null
    downloadId?: string | null
    downloadClient?: string | null
    downloadClientHasPostImportCategory?: boolean
    indexer?: string | null
    outputPath?: string | null
    trackFileCount?: number
    trackHasFileCount?: number
    downloadForced?: boolean