Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias SonarrSeries

    type SonarrSeries = {
        title?: string;
        sortTitle?: string;
        seasonCount?: number;
        status?: string;
        overview?: string;
        network?: string;
        airTime?: string;
        images?: { coverType?: string; url?: string }[];
        remotePoster?: string;
        seasons?: { seasonNumber?: number; monitored?: boolean }[];
        year?: number;
        path?: string;
        profileId?: number;
        languageProfileId?: number;
        seasonFolder?: boolean;
        monitored?: boolean;
        useSceneNumbering?: boolean;
        runtime?: number;
        tvdbId?: number;
        tvRageId?: number;
        tvMazeId?: number;
        firstAired?: string;
        lastInfoSync?: string | null;
        seriesType?: string;
        cleanTitle?: string;
        imdbId?: string;
        titleSlug?: string;
        certification?: string;
        genres?: string[];
        tags?: string[];
        added?: string;
        ratings?: { votes?: number; value?: number }[];
        qualityProfileId?: number;
        id?: number | null;
        rootFolderPath?: string | null;
        addOptions?: {
            ignoreEpisodesWithFiles?: boolean | null;
            ignoreEpisodesWithoutFiles?: boolean | null;
            searchForMissingEpisodes?: boolean | null;
        }[];
    }
    Index

    Properties

    title?: string
    sortTitle?: string
    seasonCount?: number
    status?: string
    overview?: string
    network?: string
    airTime?: string
    images?: { coverType?: string; url?: string }[]
    remotePoster?: string
    seasons?: { seasonNumber?: number; monitored?: boolean }[]
    year?: number
    path?: string
    profileId?: number
    languageProfileId?: number
    seasonFolder?: boolean
    monitored?: boolean
    useSceneNumbering?: boolean
    runtime?: number
    tvdbId?: number
    tvRageId?: number
    tvMazeId?: number
    firstAired?: string
    lastInfoSync?: string | null
    seriesType?: string
    cleanTitle?: string
    imdbId?: string
    titleSlug?: string
    certification?: string
    genres?: string[]
    tags?: string[]
    added?: string
    ratings?: { votes?: number; value?: number }[]
    qualityProfileId?: number
    id?: number | null
    rootFolderPath?: string | null
    addOptions?: {
        ignoreEpisodesWithFiles?: boolean | null;
        ignoreEpisodesWithoutFiles?: boolean | null;
        searchForMissingEpisodes?: boolean | null;
    }[]