mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-22 10:42:47 +01:00
Updated Manually Triggering Imports (markdown)
parent
66e67f2189
commit
456ccef8d6
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Disable Drone Factory Folder Scanning ##
|
## 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.
|
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 ##
|
## Post Processing Script ##
|
||||||
@ -24,4 +26,4 @@ $json = "{ ""name"": ""downloadedepisodesscan"" }"
|
|||||||
|
|
||||||
Write-Host "Publishing update $version ($branch) to: $url"
|
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"}
|
Invoke-RestMethod -Uri $url -Method Post -Body $json -Headers @{"X-Api-Key"="YOUR_API_KEY_GOES_HERE"}
|
||||||
````
|
````
|
Loading…
Reference in New Issue
Block a user