@ctrl/rtorrent
    Preparing search index...

    Interface AddTorrentOptions

    Options for adding torrents (normalized)

    interface AddTorrentOptions {
        label: string;
        rtorrent?: AddTorrentUrlOptions;
        startPaused: boolean;
    }

    Hierarchy

    • AddTorrentOptions
      • AddTorrentOptions
    Index

    Properties

    label: string

    called a label in some clients and a category in others

    rTorrent-specific options

    startPaused: boolean

    start torrent paused, or pause after adding default: false