diff --git a/Manually-Triggering-Imports.md b/Manually-Triggering-Imports.md index ad12ef1..658fba3 100644 --- a/Manually-Triggering-Imports.md +++ b/Manually-Triggering-Imports.md @@ -2,6 +2,8 @@ ## Disable Drone Factory Folder Scanning ## +**Deprecated** Drone Factory is deprecated and should be disabled, use "Wanted" -> "Manual Import" to manually import arbitrary directories. See the [Wiki](https://github.com/Sonarr/Sonarr/wiki/Health-Checks#drone-factory-is-deprecated) for more information. + You can disable Drone Factory folder scanning via the advanced setting "Drone Factory Interval" on the download client settings page, by setting it to zero. ## Post Processing Script ## @@ -24,4 +26,4 @@ $json = "{ ""name"": ""downloadedepisodesscan"" }" Write-Host "Publishing update $version ($branch) to: $url" Invoke-RestMethod -Uri $url -Method Post -Body $json -Headers @{"X-Api-Key"="YOUR_API_KEY_GOES_HERE"} -```` +```` \ No newline at end of file