@Michael_Kroes wrote:
Hi,
I tried to start using the movie_list plugin. This isn't working for me yet. Whenever I try to add items to the list, all of the are rejected. I have these two tasks and both of them have the same problem:
imdb_movies_input: imdb_list: # login: '{{ secrets.imbd.login }}' # password: '{{ secrets.imbd.password }}' login: password: list: watchlist list_add: - movie_list: movies movie_queue: action: add quality: 1080p accept_all: yes tasks: check_imdb: interval: 1 day template: - imdb_movies_input transfer_movie_queue: emit_movie_queue: yes # quality: 1080p accept_all: yes manual: yes list_add: - movie_list: movies
These both result in:
flexget execute --task check_imdb --now 2016-04-12 05:55 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-12 05:55 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-12 05:55 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-12 05:55 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-12 05:55 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-12 05:55 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed. 2016-04-12 05:55 INFO interval check_imdb Ignoring interval because of --now 2016-04-12 05:55 VERBOSE utils.requests check_imdb Waiting 4.15 seconds until next request to imdb.com 2016-04-12 05:55 VERBOSE utils.requests check_imdb Waiting 4.41 seconds until next request to imdb.com 2016-04-12 05:55 VERBOSE utils.requests check_imdb Waiting 4.52 seconds until next request to imdb.com 2016-04-12 05:55 VERBOSE utils.requests check_imdb Waiting 4.61 seconds until next request to imdb.com 2016-04-12 05:55 VERBOSE details check_imdb Produced 115 entries. 2016-04-12 05:55 VERBOSE details check_imdb Summary - Accepted: 0 (Rejected: 115 Undecided: 0 Failed: 0) 2016-04-12 05:55 VERBOSE list_add check_imdb adding accepted entries into movies - movies flexget execute --task transfer_movie_queue 2016-04-12 05:56 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-12 05:56 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-12 05:56 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-12 05:56 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-12 05:56 WARNING config_schema movie_queue plugin is deprecated. Please switch to using movie_list 2016-04-12 05:56 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed. 2016-04-12 05:56 VERBOSE details transfer_movie_queue Produced 35 entries. 2016-04-12 05:56 VERBOSE details transfer_movie_queue Summary - Accepted: 0 (Rejected: 35 Undecided: 0 Failed: 0) 2016-04-12 05:56 VERBOSE list_add transfer_movie_queue adding accepted entries into movies - movies
Also I can't get the "secrets" template to work with imdb for the username and password.
Does anybody have any ideas on how to get this working?
I am running on version:
flexget --version 1.2.509 You are on the latest release.
Posts: 7
Participants: 2