mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
eliminate spec ambiguity from the last commit. it's stupid to have features like "set the 4th file in every torrent to high priority"
This commit is contained in:
parent
eaa756c31f
commit
67068235a2
1 changed files with 15 additions and 15 deletions
|
@ -154,15 +154,15 @@
|
||||||
|
|
||||||
string | value type & description
|
string | value type & description
|
||||||
-------------------+-------------------------------------------------
|
-------------------+-------------------------------------------------
|
||||||
"ids" | array see section 3.1
|
"id" | int or string torrent id or hash string
|
||||||
"max-peers" | int maximum number of peers
|
"max-peers" | int maximum number of peers
|
||||||
"speed-limit-down" | int maximum download speed (in KiB/s)
|
"speed-limit-down" | int maximum download speed (in KiB/s)
|
||||||
"speed-limit-up" | int maximum upload speed (in KiB/s)
|
"speed-limit-up" | int maximum upload speed (in KiB/s)
|
||||||
|
|
||||||
3.6.1. Mutators
|
3.6.1. Mutators
|
||||||
|
|
||||||
Request name: "torrent-set"
|
Request name: "torrent-set"
|
||||||
Request arguments: one or more of 3.6's arguments
|
Request arguments: "id" from 3.6, plus one or more of 3.6's other arguments
|
||||||
Response arguments: none
|
Response arguments: none
|
||||||
|
|
||||||
3.6.2. Accessors
|
3.6.2. Accessors
|
||||||
|
@ -177,24 +177,24 @@
|
||||||
|
|
||||||
string | value type & description
|
string | value type & description
|
||||||
-------------------+-------------------------------------------------
|
-------------------+-------------------------------------------------
|
||||||
"ids" | array see section 3.1
|
"id" | int or string torrent id or hash string
|
||||||
"priority-high" | array indices of one or more high-priority files
|
"priority-high" | array indices of one or more high-priority files
|
||||||
"priority-low" | array indices of one or more low-priority files
|
"priority-low" | array indices of one or more low-priority files
|
||||||
"priority-normal" | array indices of one or more normal-priority files
|
"priority-normal" | array indices of one or more normal-priority files
|
||||||
"download" | array indices of one or more file to download
|
"download" | array indices of one or more file to download
|
||||||
"no-download" | array indices of one or more file to not download
|
"no-download" | array indices of one or more file to not download
|
||||||
|
|
||||||
3.7.1. Mutators
|
3.7.1. Mutators
|
||||||
|
|
||||||
Request name: "torrent-set-file"
|
Request name: "torrent-set-file"
|
||||||
Request arguments: one or more of 3.7's arguments
|
Request arguments: "id" from 3.7, plus one or more of 3.7's other arguments
|
||||||
Response arguments: none
|
Response arguments: none
|
||||||
|
|
||||||
3.7.2. Accessors
|
3.7.2. Accessors
|
||||||
|
|
||||||
Request name: "torrent-get-file"
|
Request name: "torrent-get-file"
|
||||||
Request arguments: none
|
Request arguments: none
|
||||||
Response arguments: all of 3.6's arguments
|
Response arguments: all of 3.7's arguments
|
||||||
|
|
||||||
4. Session Status Requests
|
4. Session Status Requests
|
||||||
|
|
||||||
|
@ -215,12 +215,12 @@
|
||||||
4.2. Mutators
|
4.2. Mutators
|
||||||
|
|
||||||
Request name: "session-set"
|
Request name: "session-set"
|
||||||
Request arguments: one or more of 4.1's session arguments
|
Request arguments: one or more of 4.1's arguments
|
||||||
Response arguments: none
|
Response arguments: none
|
||||||
|
|
||||||
4.2. Accessors
|
4.2. Accessors
|
||||||
|
|
||||||
Request name: "session-get"
|
Request name: "session-get"
|
||||||
Request arguments: none
|
Request arguments: none
|
||||||
Response arguments: all of 4.1's session arguments
|
Response arguments: all of 4.1's arguments
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue