flexget.plugins.filter.exists module#

class flexget.plugins.filter.exists.FilterExists[source]#

Bases: object

Reject entries that already exist in given path.

Example:

exists: /storage/movies/
on_task_filter(task, config)[source]#
prepare_config(config)[source]#
schema = {'oneOf': [{'items': {'format': 'path', 'title': 'single value', 'type': 'string'}, 'minItems': 1, 'title': 'multiple values', 'type': 'array', 'uniqueItems': False}, {'format': 'path', 'title': 'single value', 'type': 'string'}]}#
flexget.plugins.filter.exists.register_plugin()[source]#