mirror of https://github.com/Sonarr/Sonarr
Downloaded Episodes Scan added to commands
parent
5290e3c33c
commit
02db8f5590
|
@ -6,6 +6,7 @@ Publish a new command for NzbDrone to run
|
||||||
##### Parameters ######
|
##### Parameters ######
|
||||||
|
|
||||||
Required:
|
Required:
|
||||||
|
|
||||||
`name (string)`
|
`name (string)`
|
||||||
|
|
||||||
##### Returns ######
|
##### Returns ######
|
||||||
|
@ -29,6 +30,7 @@ Refresh series information from trakt and rescan disk
|
||||||
##### Parameters ######
|
##### Parameters ######
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
|
|
||||||
`seriesId (int)` - if not set all series will be scanned
|
`seriesId (int)` - if not set all series will be scanned
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -39,6 +41,7 @@ Refresh rescan disk for a single series
|
||||||
##### Parameters ######
|
##### Parameters ######
|
||||||
|
|
||||||
Required:
|
Required:
|
||||||
|
|
||||||
`seriesId (int)`
|
`seriesId (int)`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -49,6 +52,7 @@ Search for one or more episodes
|
||||||
##### Parameters ######
|
##### Parameters ######
|
||||||
|
|
||||||
Required:
|
Required:
|
||||||
|
|
||||||
`episodeIds (int[])` - one or more episodeIds in an array
|
`episodeIds (int[])` - one or more episodeIds in an array
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -59,7 +63,9 @@ Search for all episodes of a particular season
|
||||||
##### Parameters ######
|
##### Parameters ######
|
||||||
|
|
||||||
Required:
|
Required:
|
||||||
|
|
||||||
`seriesId (int)`
|
`seriesId (int)`
|
||||||
|
|
||||||
`seasonNumber (int)`
|
`seasonNumber (int)`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -70,4 +76,14 @@ Search for all episodes in a series
|
||||||
##### Parameters ######
|
##### Parameters ######
|
||||||
|
|
||||||
Required:
|
Required:
|
||||||
|
|
||||||
`seriesId (int)`
|
`seriesId (int)`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### DownloadedEpisodesScanCommand ###
|
||||||
|
Instruct NzbDrone to scan the DroneFactoryFolder
|
||||||
|
|
||||||
|
##### Parameters ######
|
||||||
|
|
||||||
|
`none`
|
Loading…
Reference in New Issue