@andyinno wrote:
Hello,
I'm a bit stuck with having movies working with autodiscover and trakt.
This is my setup: movie_list_add_task: priority: 1 trakt_list: type: movies username: '{{ secrets.trakt.username }}' account: '{{ secrets.trakt.username }}' list: watchlist accept_all: yes list_add: - movie_list: my_movies movie_list_discover: priority: 10 discover: what: - movie_list: my_movies from: - rarbg: category: [42, 44, 17, 14, 45, 47, 48] torrent_alive: 10 # Will reject results with less than 10 seeds quality: dvdrip+ # Make sure no screeners or cams are downloaded list_match: from: - movie_list: watchlist template: - deluge_tmpl
If I try to execute it I get some rejected and a bunch of undecided and then nothing is downloaded.
deluge_tmpl is working because it is shared for the series too.If I add an accept_all: yes every torrent is accepted and then all are added to deluge.
I would like to have only a torrent for each movie. can someone be kind enough to point me on the right direction for have it working?
thank you for reading
Posts: 3
Participants: 2