flexget.components.series.next_series_seasons module#
- class flexget.components.series.next_series_seasons.NextSeriesSeasons[source]#
Bases:
objectEmit next season number from all series configured in this task.
Supports only ‘ep’ mode series.
- on_search_complete(entry, task=None, identified_by=None, **kwargs)[source]#
Decides whether we should look for next season based on whether we found/accepted any seasons.
- schema = {'oneOf': [{'type': 'boolean'}, {'additionalProperties': False, 'properties': {'backfill': {'default': False, 'type': 'boolean'}, 'from_start': {'default': False, 'type': 'boolean'}, 'threshold': {'minimum': 0, 'type': 'integer'}}, 'type': 'object'}]}#