mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-11 06:33:32 +00:00
Updated Manually Triggering Imports (markdown)
parent
66e67f2189
commit
456ccef8d6
1 changed files with 3 additions and 1 deletions
|
@ -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"}
|
||||
````
|
||||
````
|
Loading…
Add table
Reference in a new issue