Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

imdb_watchlist: don't import series

$
0
0

@petwri wrote:

I am trying to use imdb_watchlist to import movies from my watchlist. So far it works, the only problem is, that both movies and tv shows are being added to a 'movie_list', which is somewhat the opposite of a list dedicated to movies. When using the list 'mymovies' for later tasks, every tv show from my imdb-account is considered as well, which is not exactly what I want to achieve.

Any ideas how I could filter the imdb_watchlist for movie entries only and discard all tv shows on my watchlist?

Task from config.yml attached.

tasks:
  import_movies:
    priority: 0
    imdb_watchlist:
      user_id: $user_id
      list: watchlist
      force_language: en
    seen_movies: strict
    accept_all: yes
    list_add:
      - movie_list: mymovies

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles