I have a movie discover configuration which uses a movie_list with entries it has taken from an IMDB watchlist.
Now for a certain movie about an "Impossible Mission" the title has punctuation marks in it, and consequently when used with the torrentleech search plugin, it doesn't find any matches.
The key portions of the config are below.
The flexget version is 2.14.21 and the config works for fine for everything else.
The template is as follows;
movies-any-quality:
# DESCRIPTION
# Get any quality movie.
proper_movies: yes
quality: '{? quality.movie_quality ?}'
content_size:
# Set Content Size
min: 700
max: 7500
strict: no
imdb_lookup: yes
list_match:
from:
- movie_list: movie-queue
list_add:
- movie_list: movie-upgrade
list_remove:
- imdb_list:
<<: *movie_imdb_list_creds
The movie discover anchor;
_movie_discover:
discover: &movie_discover
release_estimations:
optimistic: 30 days
interval: 1 hour
what:
- movie_list:
list_name: "movie-queue"
from:
- torrentleech:
<<: *torrentleech_credentials
category: [37, 11, 43, 14]
- flexget_archive: [movies]
and the task itself is below.
movie-search-any:
# DESCRIPTION
# Searches for any quality-movie.
priority: 22
template:
- movies-global
- movies-any-quality
- reject-relaxed
- movies-info
discover:
<<: *movie_discover
release_estimations:
optimistic: 150 days