mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
docs: add description for torrent action requests (#6302)
This commit is contained in:
@@ -112,13 +112,13 @@ username and password (respectively), separated by a colon.
|
||||
|
||||
## 3 Torrent requests
|
||||
### 3.1 Torrent action requests
|
||||
| Method name | libtransmission function
|
||||
|:--|:--
|
||||
| `torrent-start` | tr_torrentStart
|
||||
| `torrent-start-now` | tr_torrentStartNow
|
||||
| `torrent-stop` | tr_torrentStop
|
||||
| `torrent-verify` | tr_torrentVerify
|
||||
| `torrent-reannounce` | tr_torrentManualUpdate ("ask tracker for more peers")
|
||||
| Method name | libtransmission function | Description
|
||||
|:--|:--|:--
|
||||
| `torrent-start` | tr_torrentStart | start torrent
|
||||
| `torrent-start-now` | tr_torrentStartNow | start torrent disregarding queue position
|
||||
| `torrent-stop` | tr_torrentStop | stop torrent
|
||||
| `torrent-verify` | tr_torrentVerify | verify torrent
|
||||
| `torrent-reannounce` | tr_torrentManualUpdate | re-announce to trackers now
|
||||
|
||||
Request arguments: `ids`, which specifies which torrents to use.
|
||||
All torrents are used if the `ids` argument is omitted.
|
||||
|
||||
Reference in New Issue
Block a user