mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +00:00
Added
parent
00db11e3bc
commit
d3546803f7
1 changed files with 7 additions and 3 deletions
|
@ -117,14 +117,18 @@ Required:
|
|||
|
||||
### DownloadedEpisodesScan ###
|
||||
|
||||
Instruct Sonarr to scan the `DroneFactoryFolder` or another folder defined by the `path` variable.
|
||||
_**Update:** Due to a deprecated Drone Factory, this command should only be used in combination with the 'path' set in the POSTed json body._
|
||||
|
||||
Each file and folder in the `DroneFactoryFolder` is interpreted as a separate download (job).
|
||||
Instruct Sonarr to scan and import the ~~`DroneFactoryFolder` or another~~ folder defined by the `path` variable.
|
||||
|
||||
But a folder specified by the path variable is assumed to be a single download (job) and the folder name should be the release name.
|
||||
~~Each file and folder in the `DroneFactoryFolder` is interpreted as a separate download (job).~~
|
||||
|
||||
A folder specified by the path variable is assumed to be a single download (job) and the folder name should be the release name.
|
||||
|
||||
The `downloadClientId` can be used to support this API endpoint in conjunction with Completed Download Handling, so Sonarr knows that a particular download has already been imported.
|
||||
|
||||
Optionally the 'importMode' can be used to specify whether Sonarr should Hardlink/Copy or Move the imported files.
|
||||
|
||||
##### Parameters ######
|
||||
|
||||
Optional:
|
||||
|
|
Loading…
Reference in a new issue