@tubedogg wrote:
I have the below config. I have a list set up on Trakt that has episodes in it (not shows). I have an RSS feed that has episodes of shows in it.
list_match
is downloading the list from Trakt, but is either not attempting to match or for some reason isn't finding matches. (There's only one line in the log fromlist_match
and it's about downloading the list.) I have manually created both the Trakt list and the RSS feed to have matching items, so I'm at a loss.If I'm understanding the code correctly, it should be trying to match on season number and episode number, both of which are present in the entry dump.
(I know there are no outputs. Trying to get this part working first.)
Config:
rss_test_btn_missing: disable: [seen] list_match: from: - trakt_list: account: '{? trakt.account ?}' list: 'missing episodes' type: episodes remove_on_match: no action: accept inputs: - rss: 'http://plex/testrss.rss' all_series: parse_only: yes
Debug log: http://pastebin.com/MYVwrQe5
Posts: 4
Participants: 2