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

All results from discover are undecided

$
0
0

@Tweek wrote:

I am trying to set up Flexget with input from IMDB and Trakt watchlists. The task movie-queue should fetch these lists and put the results in the movie_list watchlists. To speed up testing I removed the IMDB plugin from the task.

The task seems to fetch the movies properly but all results come back as undecided and the get_movies task says that the movie_list input did not return anything. This is my config:

templates:
  transmissionrpc:
    transmission:
      host: localhost
      port: 9091
      username: tweek
      password: ******
      addpaused: no
      ratio: 2
      main_file_only: yes
      include_subs: yes

tasks:
## Read watchlists from Trakt and IMDB
  movie-queue:
    priority: 10
    trakt_list:
      username: XXXXX
      account: XXXXX
      list: movies
      type: movies
    exists_movie:
      path: /media/HDD/Films
      allow_different_qualities: no
      lookup: imdb
      recursion_depth: 2
    imdb_lookup: yes
    seen: local  
    list_add:
      - movie_list: watchlists
## Read internal watchlist, fetch torrents and pass to Transmission
  get_movies:
    priority: 20
    template: transmissionrpc
    content_size:
      min: 700
      max: 15000
      strict: no
    quality: dvdrip+ # Make sure no screeners or cams are downloaded
    torrent_alive: 2
    discover:
      what:
        - movie_list: watchlists
      from:
        - limetorrents:
            category: movies
        - rarbg: 
            category:
              - x264 720p
              - x264 1080p
        - newtorrents: yes
        - 1337x: yes
        - search_rss: https://zooqle.com/search?q=\{{search-term}}&fmt=rss
      interval: 7 days
      release_estimations: strict
    list_match:
      from:
        - movie_list: watchlists

Output from the debug commands:

pi@raspberrypi:~/tools/flexget $flexget execute --tasks movie-queue --dump
2018-05-19 13:03 VERBOSE  trakt_list    movie-queue     Retrieving `movies` list `movies`
2018-05-19 13:03 VERBOSE  details       movie-queue     Produced 18 entries.
2018-05-19 13:03 VERBOSE  details       movie-queue     Summary - Accepted: 0 (Rejected: 0 Undecided: 18 Failed: 0)
[...]
title            : Valerian and the City of a Thousand Planets (2017)
url              : https://trakt.tv/movies/valerian-and-the-city-of-a-thousand-planets-2017
original_url     : https://trakt.tv/movies/valerian-and-the-city-of-a-thousand-planets-2017
imdb_actors      : <LazyField - value will be determined when it is accessed>
imdb_directors   : <LazyField - value will be determined when it is accessed>
imdb_genres      : <LazyField - value will be determined when it is accessed>
imdb_id          : tt2239822
imdb_languages   : <LazyField - value will be determined when it is accessed>
imdb_mpaa_rating : <LazyField - value will be determined when it is accessed>
imdb_name        : <LazyField - value will be determined when it is accessed>
imdb_original_name: <LazyField - value will be determined when it is accessed>
imdb_photo       : <LazyField - value will be determined when it is accessed>
imdb_plot_outline: <LazyField - value will be determined when it is accessed>
imdb_score       : <LazyField - value will be determined when it is accessed>
imdb_url         : <LazyField - value will be determined when it is accessed>
imdb_votes       : <LazyField - value will be determined when it is accessed>
imdb_writers     : <LazyField - value will be determined when it is accessed>
imdb_year        : <LazyField - value will be determined when it is accessed>
movie_name       : Valerian and the City of a Thousand Planets
movie_year       : 2017
quality          : <LazyField - value will be determined when it is accessed>
task             : movie-queue
tmdb_id          : 339964
trakt_movie_id   : 220423
trakt_movie_name : Valerian and the City of a Thousand Planets
trakt_movie_slug : valerian-and-the-city-of-a-thousand-planets-2017
trakt_movie_year : 2017

pi@raspberrypi:~/tools/flexget $ flexget movie-list list watchlists

l0 Movies in movie list: `watchlists`qqqwqqqqqqqqqqqqqqqqwqqqqqqqqqqqwqqqqqqqwqqqqqqqqqk
x # x Movie Name x Movie year x tmdb_id x trakt_movie_id x bluray_id x rt_id x imdb_id x
mqqqvqqqqqqqqqqqqvqqqqqqqqqqqqvqqqqqqqqqvqqqqqqqqqqqqqqqqvqqqqqqqqqqqvqqqqqqqvqqqqqqqqqj

2018-05-19 13:04 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2018-05-19 13:04 WARNING  utils                         Input movie_list did not return anything
2018-05-19 13:04 VERBOSE  discover      get_movies      Discovering 0 titles ...
2018-05-19 13:04 VERBOSE  details       get_movies      Task didn't produce any entries.
2018-05-19 13:04 VERBOSE  details       get_movies      Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)

I looked at a few other topics about undecided results like https://discuss.flexget.com/t/getting-all-my-results-as-undecided/2234/7 and https://discuss.flexget.com/t/undecided-wont-accept/2312 but the solutions do not fix my problem. It does seem to indicate however that my problem is somewhere in the movie-queue function.

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles