flexget.plugins.input.filmweb_watchlist module#

class flexget.plugins.input.filmweb_watchlist.FilmwebWatchlist[source]#

Bases: object

Create an entry for each movie in your Filmweb list.

on_task_input(**kwargs)#
on_task_start(task, config)[source]#

Raise a DependencyError if our dependencies aren’t available.

schema = {'additionalProperties': False, 'properties': {'login': {'description': 'Can be username or email address', 'type': 'string'}, 'min_star': {'default': 0, 'description': 'Items will be processed with at least this level of "How much I want to see"', 'type': 'integer'}, 'password': {'type': 'string'}, 'type': {'default': 'movies', 'enum': ['shows', 'movies'], 'type': 'string'}}, 'required': ['login', 'password'], 'type': 'object'}#
flexget.plugins.input.filmweb_watchlist.register_plugin()[source]#
flexget.plugins.input.filmweb_watchlist.translate_type(type)[source]#