@jonybat wrote:
I have been using this task to update my trakt series list (not collection) with the series that im watching:
It used to work just fine, but i noticed that since the list plugins update its behavior has changed. It now adds the same show to the trakt list for as many times as episodes i have. I know that even with the season and episodes stripped, im still feeding it all those episodes. The thing is, it used to work as i intended.
I recon it would make more sense to have something like this:
update-series-list: priority: 41 template: - disable-seen-retry - series-metainfo filesystem: path: '/{{secrets.folder.root}}{{secrets.folder.series}}' retrieve: dirs accept_all: yes if: - tvdb_status == 'Ended': reject list_add: - trakt_list: account: '{{secrets.trakt.account}}' list: '{{secrets.trakt.series}}'
But it doesnt work, because apparently it can not parse series names without any ep info:
2016-06-12 07:44 DEBUG parser_internal update-series-list Parsing series:
Silicon Valley
kwargs: {'identified_by': u'auto', 'name': None, 'allow_seasonless': False
}
2016-06-12 07:44 DEBUG parser_internal update-series-list Parsing result: roper=0,status=INVALID)> (in 1.42 ms)Any suggestion on how to get around this?
Posts: 5
Participants: 2