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

Trakt_list not returning anything

$
0
0

Hello everyone,

I am trying to get started with flexget.
For this purpose I took some inspiration to setup an initial config based on [1].

I am running flexget version 3.1.93 (currently latest release), installed via pip. Python interpreter is python3.9 in a docker container.

The first objective is to retrieve a list of tv shows from trakt watchlist but the trakt_list definition under configure_series always returns nothing (my trakt account is set to public).

I’v been looking into this for days now, so any insights on that config would be highly appreciated.
The problematic cnfiguration:

 tv-shows:
    content_size: 
      min: 300
      max: 9000
    exists_series: 
     - "{? downloadpath.series ?}"
    accept_all: yes
    configure_series:
      settings:
        timeframe: 5 minutes
        quality: "1080p+ h264|h265"
        target: "2160p h265|h264"
        identified_by: ep
      from:
        trakt_list: 
          username: "{? trakt.user ?}"
          strip_dates: yes
          list: watchlist
          type: shows
    download: "{? downloadpath.complete ?}"
    symlink:
      to: "{? downloadpath.series ?}"
      link_type: hard
      existing: ignore
    inputs:
      - discover:
          what:
          - next_series_episodes:
              backfill: yes
          from:
           - rarbg:
               min_seeders: 5
           - piratebay: yes
          release_estimations: ignore

[1] https://github.com/Fabien-G/Flexget_t411/blob/10400dfa728d07b1162dcab672bc5c22662e23c6/config.yml

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles