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

    Type Alias AddTorrentsCommon

    type AddTorrentsCommon = {
        savepath?: string;
        cookie?: string;
        category?: string;
        tags?: string[];
        skip_checking?: "true" | "false";
        paused?: "true" | "false";
        root_folder?: "true" | "false" | "unset";
        rename?: string;
        upLimit?: number;
        dlLimit?: number;
        ratioLimit?: number;
        seedingTimeLimit?: number;
        autoTMM?: boolean;
        sequentialDownload?: "true" | "false";
        firstLastPiecePrio?: "true" | "false";
    }
    Index

    Properties

    savepath?: string

    Download folder

    cookie?: string

    Cookie sent to download the .torrent file

    category?: string

    Category for the torrent

    tags?: string[]

    Tags for the torrent, split by ','

    skip_checking?: "true" | "false"

    Skip hash checking. Possible values are true, false (default)

    paused?: "true" | "false"

    Add torrents in the paused state. Possible values are true, false (default)

    root_folder?: "true" | "false" | "unset"

    Create the root folder. Possible values are true, false, unset (default)

    rename?: string

    Rename torrent

    upLimit?: number

    Set torrent upload speed limit. Unit in bytes/second

    dlLimit?: number

    Set torrent download speed limit. Unit in bytes/second

    ratioLimit?: number

    Set torrent share ratio limit

    seedingTimeLimit?: number

    Set torrent seeding time limit. Unit in seconds

    autoTMM?: boolean

    Whether Automatic Torrent Management should be used

    sequentialDownload?: "true" | "false"

    Enable sequential download. Possible values are true, false (default)

    firstLastPiecePrio?: "true" | "false"

    Prioritize download first last piece. Possible values are true, false (default)