mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 22:37:06 -04:00
Updated Failed Download Handling (markdown)
parent
e0a16b8d95
commit
9a0416ac46
1 changed files with 20 additions and 22 deletions
|
@ -1,23 +1,21 @@
|
||||||
Failed downloading currently only works with SABnzbd
|
There are a couple components that make up the failed download handling process:
|
||||||
|
|
||||||
There are a couple components that make up the failed download handling process:
|
1) Check SABnzbd Queue and History for failed downloads
|
||||||
|
|
||||||
1) Check SABnzbd Queue and History for failed downloads
|
a. Queue - Encrypted (passworded) as detected by SAB
|
||||||
|
b. History - Failed, whatever the reason, not enough to repair or extraction failed
|
||||||
a. Queue - Encrypted (passworded) as detected by SAB
|
|
||||||
b. History - Failed, whatever the reason, not enough to repair or extraction failed
|
When drone finds a failed download it starts processing them and does a few things:
|
||||||
|
|
||||||
When drone finds a failed download it starts processing them and does a few things:
|
1. Adds a failed event to drone's history
|
||||||
|
2. Removes the failed download from SAB to free space (opt out)
|
||||||
1. Adds a failed event to drone's history
|
3. Starts searching for a replacement file (opt out)
|
||||||
2. Removes the failed download from SAB to free space (opt out)
|
|
||||||
3. Starts searching for a replacement file (opt out)
|
2) Blacklisting
|
||||||
|
Allows automatic skipping of nzbs when they fail, this means that nzb will not be automatically downloaded by drone ever again (You can still force the download via a manual search).
|
||||||
2) Blacklisting
|
|
||||||
Allows automatic skipping of nzbs when they fail, this means that nzb will not be automatically downloaded by drone ever again (You can still force the download via a manual search).
|
There are 3 advanced options (on Download Client) that control the behavior of failed downloading in drone, at this time, they are all on by default.
|
||||||
|
|
||||||
There are 3 advanced options (on Download Client) that control the behavior of failed downloading in drone, at this time, they are all on by default.
|
Enable - Turns the checking of SAB and the blacklist functionality on or off
|
||||||
|
Redownload - Controls whether or not drone will search for the same episode after a failure
|
||||||
Enable - Turns the checking of SAB and the blacklist functionality on or off
|
|
||||||
Redownload - Controls whether or not drone will search for the same episode after a failure
|
|
||||||
Remove - Whether or not the download should automatically be removed from SAB when the failure is detected
|
Remove - Whether or not the download should automatically be removed from SAB when the failure is detected
|
Loading…
Add table
Add a link
Reference in a new issue