1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 02:32:51 +01:00

Updated Manually Triggering Imports (markdown)

Landon Stewart 2017-12-17 20:22:49 -08:00
parent 66e67f2189
commit 456ccef8d6

@ -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"}
````
````