@Jose wrote:
Hi, i'm trying to get to work this configuration which gets the movies from a trakt watchlist and fills a movie_list, discovers on kat using movie_list and list_queue and sends the output to transmission:
tasks: listar_peliculas: priority: 1 seen: local retry_failed: max_retries: 10 trakt_list: username: XXXXXXXX list: watchlist type: movies accept_all: yes list_add: - movie_list: lista_peliculas_descargar disable: retry_failed buscar_peliculas: priority: 2 disable: - seen torrent_alive: yes discover: what: - movie_list: lista_peliculas_descargar from: - kat: category: movies verified: yes list_queue: - movie_list: lista_peliculas_descargar transmission: host: localhost port: 9091 username: XXXXXXXX password: XXXXXXXX
The list gets filled up correctly, and it gets passed to the discover plugin:
VERBOSE discover buscar_peliculas Discovering 1 titles ...And kat plugin returns results:
2016-04-20 18:10 VERBOSE discover buscar_peliculas Searching forBatman (1989)
with pluginkat
(1 of 1)
2016-04-20 18:10 VERBOSE details buscar_peliculas Produced 39 entries.But for some reason all the alive torrents come out as "Undecided", so nothing gets sent to Transmission:
2016-04-20 18:10 VERBOSE details buscar_peliculas Summary - Accepted: 0 (Rejected: 23 Undecided: 16 Failed: 0)It seems like i'm missing something in my config, but i can't figure out what.
Posts: 10
Participants: 2