@jgrn307 wrote:
Folks:
I have a sync task below that is supposed to just grab all movies from my "movies" list on trakt, and reject any that were watched. However, the below task is rejecting EVERYTHING in the list.
2016-07-18 17:02 VERBOSE task get_movieshd_trakt REJECTED: 'Somemovie (2000)
by seen plugin because entry with title
Somemovie (2000)` is already marked seen in the task get_movieshd_trakt at 2016-07-18 15:19I'll note that I originally filled this list up with movies, then did a purge before a ran it, so is it possible the purge isn't fully clearing the status of the movies?
get_movieshd_trakt:
priority: 30
trakt_list:
username: ###
account: ###
type: movies
list: movies
accept_all: yes
trakt_lookup:
account: ###
username: ###
if:
- trakt_watched: reject
list_add:
- movie_list: movieshd
Posts: 2
Participants: 1