flexget.plugins.filter.exists module#
- class flexget.plugins.filter.exists.FilterExists[source]#
Bases:
objectReject entries that already exist in given path.
Example:
exists: /storage/movies/
- 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'}]}#