docs: clarify auto mode prefers cached debrid when configured
Some checks failed
CI / Test (push) Failing after 31m54s
CI / Build (push) Successful in 1m33s
CI / Build-1 (push) Successful in 1m55s
CI / Build-2 (push) Successful in 1m34s
CI / Build-3 (push) Successful in 1m33s
CI / Build-4 (push) Successful in 1m33s
CI / Build-5 (push) Successful in 1m38s
CI / Lint (push) Failing after 4m45s
CI / Coverage (push) Successful in 2m52s
CI / Vet (push) Successful in 2m5s
Some checks failed
CI / Test (push) Failing after 31m54s
CI / Build (push) Successful in 1m33s
CI / Build-1 (push) Successful in 1m55s
CI / Build-2 (push) Successful in 1m34s
CI / Build-3 (push) Successful in 1m33s
CI / Build-4 (push) Successful in 1m33s
CI / Build-5 (push) Successful in 1m38s
CI / Lint (push) Failing after 4m45s
CI / Coverage (push) Successful in 2m52s
CI / Vet (push) Successful in 2m5s
This commit is contained in:
parent
9df2852299
commit
c398c4596f
1 changed files with 2 additions and 1 deletions
|
|
@ -466,7 +466,8 @@ dir = "~/Media"
|
||||||
# Ordered download-method preference. The web honours this list, so anything NOT
|
# 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
|
# 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"])
|
# torrent; ["debrid","usenet"] tries debrid then usenet. Omit (or use ["auto"])
|
||||||
# to let the server decide (default: auto / torrent-first). Debrid/usenet must be
|
# to let the server decide (default: auto — if you have debrid configured, cached
|
||||||
|
# titles use debrid automatically, otherwise torrent). Debrid/usenet must be
|
||||||
# configured in your TorrentClaw account — the agent only fetches links the web
|
# configured in your TorrentClaw account — the agent only fetches links the web
|
||||||
# resolves. Requires unarr >= 1.1.5-beta.
|
# resolves. Requires unarr >= 1.1.5-beta.
|
||||||
preferred_methods = ["auto"] # e.g. ["debrid"], ["debrid","usenet"], or ["auto"]
|
preferred_methods = ["auto"] # e.g. ["debrid"], ["debrid","usenet"], or ["auto"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue