@ctrl/rtorrent
    Preparing search index...

    Interface AddTorrentFileOptions

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

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

    Hierarchy (View Summary)

    Index

    Properties

    directory?: string

    Download directory

    filename?: string

    Filename for the torrent file

    label?: string

    Label/category for the torrent

    priority?: RTorrentPriority

    Priority level

    start?: boolean

    Whether to start torrent immediately