@ctrl/qbittorrent
    Preparing search index...

    Interface TorrentCreatorAddTaskOptions

    interface TorrentCreatorAddTaskOptions {
        comment?: string;
        format?: "v1" | "v2" | "hybrid";
        ignoreDotfiles?: boolean;
        optimizeAlignment?: boolean;
        paddedFileSizeLimit?: number;
        pieceSize?: number;
        private?: boolean;
        source?: string;
        startSeeding?: boolean;
        torrentFilePath?: string;
        trackers?: string | string[];
        urlSeeds?: string | string[];
    }
    Index

    Properties

    comment?: string
    format?: "v1" | "v2" | "hybrid"
    ignoreDotfiles?: boolean

    Ignore dotfiles while creating the torrent. Added in qBittorrent WebUI API v2.16.0 https://github.com/qbittorrent/qBittorrent/pull/24346

    optimizeAlignment?: boolean
    paddedFileSizeLimit?: number
    pieceSize?: number
    private?: boolean
    source?: string
    startSeeding?: boolean
    torrentFilePath?: string
    trackers?: string | string[]
    urlSeeds?: string | string[]