@ctrl/rtorrent
    Preparing search index...

    Interface AddTorrentUrlOptions

    Options for adding torrents via URL https://github.com/rakshasa/rtorrent/wiki/Commands#load

    interface AddTorrentUrlOptions {
        directory?: string;
        label?: string;
        priority?: RTorrentPriority;
        start?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    directory?: string

    Download directory

    label?: string

    Label/category for the torrent

    priority?: RTorrentPriority

    Priority level

    start?: boolean

    Whether to start torrent immediately