Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all articles
Browse latest Browse all 376

Error in config file

$
0
0

@Vitorvlv wrote:

Hey guys, I am using the same config file as shown here https://flexget.com/Cookbook/Movies/discoverfeed

I don't see any reason as why it shouldn't work, but it doesn't.

tasks:
  #task to pull movies from trakt.tv watchlist and add to the movie list
  watchlist:
    priority: 1
    trakt_list:  # You can also use imdb_list
      account: *****
      list: watchlist
    accept_all: yes
    seen: local  # We don't want accepted movies on this feed to affect actual download feed
    list_add:
      - movie_list: watchlist  # you can call this whatever you want

  # task that automatically downloads movies from the movie_list
  movies search:
    trakt_lookup: yes  # can also use imdb_lookup or tmdb_lookup
    priority: 10 # run after the movie queue fill task
    discover:
      what:
        - movie_list: watchlist
      from:
        - piratebay: yes
      interval: 7 days
    torrent_alive: 10 # Will reject results with less than 10 seeds
    quality: dvdrip+ # Make sure no screeners or cams are downloaded
    list_match:
      from:
        - movie_list: watchlist
    qbittorrent: yes

If I create a list myself on trakt.tv and put it in here it works fine, but the default watchlist doesn't. It's an easy problem to fix, I just have to use another list. But I would like to know why is not working.

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles