2019-07-21 20:31:11 +00:00
|
|
|
add_torrent:
|
|
|
|
description: Add a new torrent to download (URL, magnet link or Base64 encoded).
|
|
|
|
fields:
|
2019-11-26 17:22:12 +00:00
|
|
|
name:
|
|
|
|
description: Instance name as entered during entry config
|
|
|
|
example: Transmission
|
2019-07-21 20:31:11 +00:00
|
|
|
torrent:
|
|
|
|
description: URL, magnet link or Base64 encoded file.
|
2019-09-26 09:14:57 +00:00
|
|
|
example: http://releases.ubuntu.com/19.04/ubuntu-19.04-desktop-amd64.iso.torrent
|
2020-04-20 13:07:26 +00:00
|
|
|
|
|
|
|
remove_torrent:
|
|
|
|
description: Remove a torrent
|
|
|
|
fields:
|
|
|
|
name:
|
|
|
|
description: Instance name as entered during entry config
|
|
|
|
example: Transmission
|
|
|
|
id:
|
|
|
|
description: ID of a torrent
|
|
|
|
example: 123
|
|
|
|
delete_data:
|
|
|
|
description: Delete torrent data
|
|
|
|
example: false
|
2021-01-13 16:44:57 +00:00
|
|
|
|
|
|
|
start_torrent:
|
|
|
|
description: Start a torrent
|
|
|
|
fields:
|
|
|
|
name:
|
|
|
|
description: Instance name as entered during entry config
|
|
|
|
example: Transmission
|
|
|
|
id:
|
|
|
|
description: ID of a torrent
|
|
|
|
example: 123
|
|
|
|
|
|
|
|
stop_torrent:
|
|
|
|
description: Stop a torrent
|
|
|
|
fields:
|
|
|
|
name:
|
|
|
|
description: Instance name as entered during entry config
|
|
|
|
example: Transmission
|
|
|
|
id:
|
|
|
|
description: ID of a torrent
|
|
|
|
example: 123
|