mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +00:00
added scene name to pros for Completed Download Handling
parent
cf706cee07
commit
d659a1e63e
1 changed files with 13 additions and 14 deletions
|
@ -1,23 +1,22 @@
|
||||||
### Completed Download Handling vs Drone Factory ###
|
## Completed Download Handling vs Drone Factory
|
||||||
|
|
||||||
Pros and cons for moving to Completed download handling:
|
##### Pros:
|
||||||
|
|
||||||
##### Pros: #####
|
|
||||||
|
|
||||||
- Doesn't scan your hard drive every minute for new downloads to complete
|
- Doesn't scan your hard drive every minute for new downloads to complete
|
||||||
- Waits for files to be extracted by your download client and post-processing script run before attempting to move it (should eliminate issues with partially extract files being moved)
|
- Waits for files to be extracted by your download client and post-processing script run before attempting to move it (should eliminate issues with partially extract files being moved)
|
||||||
- Tracks downloads through post processing state (instead of showing as missing until its imported)
|
- Tracks downloads through post processing state (instead of showing as missing until its imported)
|
||||||
- Gets the file path to the download directly via the api, so the user doesn't have to configure it in drone.
|
- Gets the file path to the download directly via the api, so the user doesn't have to configure it in drone.
|
||||||
|
- Better scene name handling. We can attach the actual scene name to database instead of the file name which can be pretty cryptic at times
|
||||||
|
|
||||||
##### Cons: #####
|
##### Cons:
|
||||||
- Requires drone and your download client to be on the same machine (they can be on different machines as long as both drone and your download client see the exact same path (not just the same location)
|
- Requires NzbDrone and your download client to be on the same machine (they can be on different machines as long as both drone and your download client see the exact same path (not just the same location)
|
||||||
|
|
||||||
### Migration Scenarios ###
|
## Migration Scenarios
|
||||||
|
|
||||||
Depending on your previous configuration you may have to deal with one of the following scenarios.
|
Depending on your current configuration you may have to deal with one of the following scenarios.
|
||||||
The health check link will attempt to direct you to the scenario specific for your configuration.
|
The health check link will attempt to direct you to the scenario specific for your configuration.
|
||||||
|
|
||||||
#### Sabnzbd: Enable Completed Download Handling ####
|
#### Sabnzbd: Enable Completed Download Handling
|
||||||
|
|
||||||
Steps:
|
Steps:
|
||||||
|
|
||||||
|
@ -26,7 +25,7 @@ Steps:
|
||||||
|
|
||||||
2. Once that's done you're ready to enable Completed Download Handling.
|
2. Once that's done you're ready to enable Completed Download Handling.
|
||||||
|
|
||||||
#### Nzbget: Conflicting Download Client Category ####
|
#### Nzbget: Conflicting Download Client Category
|
||||||
|
|
||||||
_Your Download Client is configured to use a category which put completed downloads in the Drone Factory._
|
_Your Download Client is configured to use a category which put completed downloads in the Drone Factory._
|
||||||
|
|
||||||
|
@ -37,7 +36,7 @@ Steps:
|
||||||
|
|
||||||
2. Once that's done you're ready to enable Completed Download Handling.
|
2. Once that's done you're ready to enable Completed Download Handling.
|
||||||
|
|
||||||
#### Nzbget: Enable Completed Download Handling ####
|
#### Nzbget: Enable Completed Download Handling
|
||||||
|
|
||||||
_NzbDrone didn't detect any potential conflicts with your configuration. So you should be ready to enable Completed Download Handling._
|
_NzbDrone didn't detect any potential conflicts with your configuration. So you should be ready to enable Completed Download Handling._
|
||||||
|
|
||||||
|
@ -45,7 +44,7 @@ Steps:
|
||||||
|
|
||||||
1. Enable Completed Download Handling by toggling the switch on the NzbDrone Settings -> Download Client page.
|
1. Enable Completed Download Handling by toggling the switch on the NzbDrone Settings -> Download Client page.
|
||||||
|
|
||||||
#### Unsupported: Download Client on Different Computer ####
|
#### Unsupported: Download Client on Different Computer
|
||||||
|
|
||||||
_As mentioned earlier, Completed Download Handling gets the file path to the download directly from the Download Client. Such a path is inaccessible from different computers and would prevent Completed Download Handling from importing the download._
|
_As mentioned earlier, Completed Download Handling gets the file path to the download directly from the Download Client. Such a path is inaccessible from different computers and would prevent Completed Download Handling from importing the download._
|
||||||
|
|
||||||
|
@ -53,7 +52,7 @@ The best solution to this problem is to run NzbDrone and your Download Client on
|
||||||
|
|
||||||
_There are some advanced options to work around this limitation, but those will not be discussed here_
|
_There are some advanced options to work around this limitation, but those will not be discussed here_
|
||||||
|
|
||||||
### Keeping Completed Download Handling disabled ###
|
## Keeping Completed Download Handling disabled
|
||||||
|
|
||||||
If you absolutely want to keep using the Drone Factory:
|
If you absolutely want to keep using the Drone Factory:
|
||||||
|
|
||||||
|
@ -62,7 +61,7 @@ If you absolutely want to keep using the Drone Factory:
|
||||||
|
|
||||||
This will permanently remove the warning.
|
This will permanently remove the warning.
|
||||||
|
|
||||||
### Advanced Configuration/Migration Options ###
|
## Advanced Configuration/Migration Options
|
||||||
|
|
||||||
The above scenarios were written to avoid complex choices. If you're a Power User you might want to have a couple of different options:
|
The above scenarios were written to avoid complex choices. If you're a Power User you might want to have a couple of different options:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue