@captainark wrote:
Hi,
I've migrated my configuration from the movie_queue to the movie_list plugin, and it would seem I'm doing something wrong since Flexget isn't downloading anything anymore.
I've modified my imdblist task as follow :
imdblist: imdb_list: login: password: list: watchlist force_language: en-us accept_all: yes list_add: - movie_list: imdb
I've manually ran this task once, and it worked fine. Movies from my watchlist were correctly added to the list :
sudo -H -u flexget flexget movie-list list -l imdb | grep "The 5th Wave" The 5th Wave (2016) [imdb_id=tt2304933]
I have the following task setup to download movies :
movietracker: rss: verify_ssl_certificates: no template: movies
And this task refers to the following template :
movies: list_queue: - movie_list: imdb quality: - 1080p+ bluray download: /data/downloads/watched
However, when I run the task, it's not downloading anything :
sudo -H -u flexget flexget execute --tasks movietracker -v --nocache | grep "The 5th Wave" 2016-04-11 21:42 VERBOSE task movietracker REJECTED: `The 5th Wave - [x264 / 720p / Blu-ray / 2016]` by quality plugin because 720p bluray h264 does not match quality requirement [<Requirements(1080p+ bluray)>] 2016-04-11 21:42 VERBOSE verbose movietracker UNDECIDED: `The 5th Wave - [x264 / 1080p / Blu-ray / Scene / 2016]`Does anyone have any idea what I could be doing wrong ?
Thanks !
Posts: 4
Participants: 2