forked from Sonarr/Sonarr
-
Notifications
You must be signed in to change notification settings - Fork 0
Command
Mark McDowall edited this page Apr 4, 2014
·
4 revisions
Publish a new command for NzbDrone to run
Required:
name (string)
{
"name": "RescanSeries",
"startedOn": "0001-01-01T00:00:00Z",
"stateChangeTime": "2014-02-05T05:09:09.2366139Z",
"sendUpdatesToClient": true,
"state": "pending",
"id": 24
}Refresh series information from trakt and rescan disk
Optional:
seriesId (int) - if not set all series will be scanned
Refresh rescan disk for a single series
Required:
seriesId (int)
Search for one or more episodes
Required:
episodeIds (int[]) - one or more episodeIds in an array
Search for all episodes of a particular season
Required:
seriesId (int)
seasonNumber (int)
Search for all episodes in a series
Required:
seriesId (int)
Instruct NzbDrone to scan the DroneFactoryFolder or a folder defined by the path variable
Optional:
path (string)