@plugitin wrote:
I am sure this is a simple question but I would really appreciate some help. I am trying to learn YAML . I have looked at lots of examples and I am hung up on how to use search_rss . My objective is to use discover , what being my trakt TV Series list, from search_rss. This is a test config (having tried all sorts of different ways). Seems the indenting is not preserved here with copy and paste, but this does pass flexget check.
tasks:
EZTV:
discover:
what:
- trakt_list:
account: plug_it_in
list: TV Series
type: shows
from:
- search_rss:
url: http://eztv.ag/ezrss.xml
all_entries: no
link:
- link
- magneturi
accept_all : yes
list_add:
- movie_list: fromeztvI am using the movie_list at the end so I can see if I get output. This will link to transmission once proven
The problem I think I am having is not knowing how to specify the "search" in search_rss. I dont really understand this. In general I am finding it hard to understand how you reference the output of one plugin in another. It seems all the examples show how to configure a plugin but I am unsure of how to use or find the output from each successive plugin. Any clarity on this stumbling block would be greatly appreciated.
Posts: 4
Participants: 2