docs: document preferred_methods ordered download-method list
Some checks failed
CI / Test (push) Failing after 8m27s
CI / Build (push) Successful in 1m32s
CI / Build-1 (push) Successful in 1m54s
CI / Build-2 (push) Successful in 1m32s
CI / Build-3 (push) Successful in 1m31s
CI / Build-4 (push) Successful in 1m33s
CI / Build-5 (push) Successful in 1m32s
CI / Lint (push) Failing after 2m38s
CI / Coverage (push) Successful in 2m54s
CI / Vet (push) Successful in 2m7s
Some checks failed
CI / Test (push) Failing after 8m27s
CI / Build (push) Successful in 1m32s
CI / Build-1 (push) Successful in 1m54s
CI / Build-2 (push) Successful in 1m32s
CI / Build-3 (push) Successful in 1m31s
CI / Build-4 (push) Successful in 1m33s
CI / Build-5 (push) Successful in 1m32s
CI / Lint (push) Failing after 2m38s
CI / Coverage (push) Successful in 2m54s
CI / Vet (push) Successful in 2m7s
This commit is contained in:
parent
b563f859e0
commit
9df2852299
1 changed files with 8 additions and 1 deletions
|
|
@ -463,7 +463,14 @@ name = "My PC"
|
||||||
|
|
||||||
[downloads]
|
[downloads]
|
||||||
dir = "~/Media"
|
dir = "~/Media"
|
||||||
preferred_method = "auto" # auto | torrent | debrid | usenet
|
# Ordered download-method preference. The web honours this list, so anything NOT
|
||||||
|
# listed is disabled — e.g. ["debrid"] means debrid-only and never falls back to
|
||||||
|
# torrent; ["debrid","usenet"] tries debrid then usenet. Omit (or use ["auto"])
|
||||||
|
# to let the server decide (default: auto / torrent-first). Debrid/usenet must be
|
||||||
|
# configured in your TorrentClaw account — the agent only fetches links the web
|
||||||
|
# resolves. Requires unarr >= 1.1.5-beta.
|
||||||
|
preferred_methods = ["auto"] # e.g. ["debrid"], ["debrid","usenet"], or ["auto"]
|
||||||
|
# preferred_method = "auto" # legacy single value (still supported; superseded by preferred_methods)
|
||||||
max_concurrent = 3
|
max_concurrent = 3
|
||||||
max_download_speed = "0" # e.g. "10MB", "500KB", "0" = unlimited
|
max_download_speed = "0" # e.g. "10MB", "500KB", "0" = unlimited
|
||||||
max_upload_speed = "0"
|
max_upload_speed = "0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue