flexget.components.series.next_series_episodes module#

class flexget.components.series.next_series_episodes.NextSeriesEpisodes[source]#

Bases: object

Emit next episode number from all series configured in this task.

Supports only ‘ep’ and ‘sequence’ mode series.

ep_identifiers(season, episode)[source]#
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.

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