flexget.components.series.series_premiere module#

class flexget.components.series.series_premiere.FilterSeriesPremiere[source]#

Bases: FilterSeriesBase

Accept an entry that appears to be the first episode of any series.

Can be configured with any of the options of series plugin Examples:

series_premiere: yes

series_premiere:

path: ~/Media/TV/_NEW_/. quality: 720p timeframe: 12 hours

NOTE: this plugin only looks in the entry title and expects the title format to start with the series name followed by the episode info. Use the manipulate plugin to modify the entry title to match this format, if necessary.

Todo:
  • integrate thetvdb to allow refining by genres, etc.

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