@punk wrote:
Hey guys,
so I have a situation with lists. I'm using imdb plugin to populate a list from imdb list. It looks like this
templates: form_movies_list: imdb_watchlist: user_id: '{? imdb.user_id ?}' list: '{? imdb.list ?}' accept_all: yes list_add: - movie_list: movies tasks: populate_movies_list: priority: 3 template: form_movies_list imdb_movies_rarbg: priority: 6 rss: '{? rss.rarbg_movies ?}' template: [ transmission_agent, settings_for_imdb_entries ] list_match: from: - movie_list: movies
This works fine, movies are matched and downloaded correctly. One thing though --- when I remove an item from imdb list, the flexget list obviously still holds the entry.
How would I achieve that local list would always match the online one?
Thanks!
Posts: 2
Participants: 2