https://example.com/autoDownloader/schemas/downloaders/TorrentDownloader.json
Sends the download information to a running rTorrent client. You need to setup rTorrent yourself. The actual download is entirely managed by rTorrent
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | TorrentDownloader.json |
object
(Torrent downloader)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
type | string |
Required | cannot be null | Torrent downloader |
host | string |
Required | cannot be null | Torrent downloader |
type
-
is required
-
Type:
string
-
cannot be null
-
defined in: Torrent downloader
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"TorrentDownloader" |
Connection string to the rTorrent client. Can be the path to a Unix socket or an IP:port address, depending on how rTorrent is configured
host
-
is required
-
Type:
string
-
cannot be null
-
defined in: Torrent downloader
string