flexget.components.series.all_series module#

class flexget.components.series.all_series.FilterAllSeries[source]#

Bases: FilterSeriesBase

Grabs all entries that appear to be series episodes in a task.

This plugin just configures the series plugin dynamically with all series from the task. It can take any of the options of the series plugin.

Example::

all_series: yes

::
all_series:

quality: hdtv+ propers: no

on_task_metainfo(task, config)[source]#
property schema#
flexget.components.series.all_series.register_plugin()[source]#