flexget.components.series.next_series_episodes module#
- class flexget.components.series.next_series_episodes.NextSeriesEpisodes[source]#
Bases:
objectEmit next episode number from all series configured in this task.
Supports only ‘ep’ and ‘sequence’ mode series.
- on_search_complete(entry, task=None, identified_by=None, **kwargs)[source]#
Decides whether we should look for next ep/season based on whether we found/accepted any episodes.
- schema = {'oneOf': [{'type': 'boolean'}, {'additionalProperties': False, 'properties': {'backfill': {'default': False, 'type': 'boolean'}, 'backfill_limit': {'default': 25, 'description': 'If the gap between episodes is larger than this limit, they will not be emitted.', 'type': 'integer'}, 'from_start': {'default': False, 'type': 'boolean'}, 'only_same_season': {'default': False, 'type': 'boolean'}}, 'type': 'object'}]}#