Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.78 KB

torrentdownloader.md

File metadata and controls

66 lines (37 loc) · 2.78 KB

Torrent downloader Schema

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

Torrent downloader Type

object (Torrent downloader)

Torrent downloader Properties

Property Type Required Nullable Defined by
type string Required cannot be null Torrent downloader
host string Required cannot be null Torrent downloader

type

type

type Type

string

type Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"TorrentDownloader"

host

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

host Type

string