flexget.components.series.next_series_seasons module#

class flexget.components.series.next_series_seasons.NextSeriesSeasons[source]#

Bases: object

Emit 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.

on_task_input(task, config)[source]#
search_entry(series, season, task, rerun=True)[source]#
season_identifiers(season)[source]#
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'}]}#
flexget.components.series.next_series_seasons.register_plugin()[source]#