

But it wont function properly in nzbdrone.
#Sonarr season pass series
If you do not add the required params, then the series wont function. List add_series ( tvdb_id : int, quality_profile_id : int, root_dir : str, season_folder : bool = True, monitored : bool = True, ignore_episodes_with_files : bool = False, ignore_episodes_without_files : bool = False, search_for_missing_episodes : bool = False ) → dict Id ( Optional, optional) – Database id for series. Returns all series in your collection or the series with the matching JSON get_series ( id_ : Optional = None ) → list ] If the title is wanted, Sonarr will grab it. push_release ( title : str, download_url : str, protocol : str, publish_date : datetime ) → Any Indexer_id ( int) – Database id of indexer to use Guid ( str) – Recently searched result guid Still in Sonarr’s search cache (30 minute cache).
#Sonarr season pass download
List] download_release ( guid : str, indexer_id : int ) → Any Adds a previously searched release to the download client, if the release is Id ( int) – Database id for episode Returns Get a release with a specific episode ID. List] get_releases ( id_ : int ) → list ] series and episodes will beįile_path ( str) – file path of series / episode Returns Returns the result of parsing a file path. List] get_parsed_path ( file_path : str ) → list ] Title ( str) – Title of series / episode Returns series and episodes will be formatted the same as Series and Episode Returned only if the parsing matches to a specific series and one or moreĮpisodes. List] get_parsed_title ( title : str ) → list ] List of dictionaries with items Return type Id ( int) – quality profile id from database Returns Gets all quality profiles or specific one with id_ Parameters Defaults to Falseĭict get_quality_profile ( id_ : Optional = None ) → list ]


Include_series ( bool, optional) – Include the whole series. Sort_dir ( PyarrSortDirection, optional) – Direction to sort the items. Page_size ( int, optional) – Number of items per page. Page ( int, optional) – Page number to return. Sort_key ( SonarrSortKeys, optional) – series.titke or airDateUtc. Gets missing episode (episodes without files) Parameters Payload = ĭictionary with updated record Return typeĭict get_wanted ( sort_key : SonarrSortKeys = SonarrSortKeys.AIR_DATE_UTC, page : int = 1, page_size : int = 10, sort_dir : PyarrSortDirection = PyarrSortDirection.ASC, include_series : bool = False ) → dict
