This plugin will scan through accepted entries, and reject any movie entry that is already found on disk.
exists_movie:
path: /path/to/movies
[type]: {dirs|files}
[allow_different_qualities]: {better|yes|no}
[lookup]: {imdb|no}
exists_movie: /storage/movies/
exists_movie:
- /storage/movies-sd/
- /storage/movies-hd/
By default, exists_movie will scan for directories within the given folder(s). If you would like to scan for files instead, use:
exists_movie:
path: /storage/movies
type: files
By default, the exists_movie will not allow downloading of different qualities of the same movie. (If you already have Movie.720p
then Movie.1080p
will be rejected.) If you would like to allow different qualities of the same movie, you can use the advanced form of configuration, like so:
exists_movie:
path: /storage/movies
allow_different_qualities: yes
If you would only like to allow qualities that are better than what is currently on disk, you can use this format:
exists_movie:
path: /storage/movies
allow_different_qualities: better
By default, exists_movie will use the internal movie parser. If you would like to use imdb_lookup instead, use:
exists_movie:
path: /storage/movies
lookup: imdb