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

list_match results in undecided. Why?

$
0
0

@cryptonyk wrote:

Thank you for building and helping folks to configure Flexget. This app is amazing. And very complex :slight_smile:

I have the following in my "download_queue" task:

list_match:
from:
- movie_list: moviequeue

That results in the following dump entry:

title : Beautiful.Boy.2018.1080p.BluRay.X264-AMIABLE
url : https://alpharatio.cc/torrents.php?action=download&id=1148636&authkey=XXXXXXXX&torrent_pass=XXXXXXXXXXXX
original_url : https://alpharatio.cc/torrents.php?action=download&id=1148636&authkey=XXXXXXXXXX&torrent_pass=XXXXXXXXXXXXX
assumed_quality : True
content_size : 8344.65026855
discovered_from : Beautiful Boy
discovered_with : alpharatio
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 : tt1226837
imdb_languages : <LazyField - value will be determined when it is accessed>
imdb_meta_score : <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 : Beautiful Boy
movie_year : 2018
original_title : Beautiful.Boy.2018.1080p.BluRay.X264-AMIABLE
quality : 1080p bluray h264 aac
task : download_queue
tmdb_id : 451915
torrent_leeches : 1
torrent_seeds : 32
torrent_snatches : 84
torrent_tags : drama, biography
trakt_actors : <LazyField - value will be determined when it is accessed>
trakt_collected : <LazyField - value will be determined when it is accessed>
trakt_genres : [drama]
trakt_homepage : https://www.beautifulboy.movie
trakt_language : en
trakt_languages : [bg, cs, da, de, el, en, es, fr, he, hu, it, ko, nl, pl, pt, ru, tr, uk, zh]
trakt_movie_id : 298570
trakt_movie_name : Beautiful Boy
trakt_movie_slug : beautiful-boy-2018
trakt_movie_user_rating: <LazyField - value will be determined when it is accessed>
trakt_movie_year : 2018
trakt_overview : After he and his first wife separate, journalist David Sheff struggles to help their teenage son, who goes from experimenting with drugs to becoming devastatingly addicted to methamphetamine.
trakt_rating : 7.52591
trakt_released : 2018-11-09
trakt_runtime : 111
trakt_tagline :
trakt_trailer : http://youtube.com/watch?v=y23HyopQxEg
trakt_translations: <LazyField - value will be determined when it is accessed>
trakt_votes : 656
trakt_watched : <LazyField - value will be determined when it is accessed>

My list_match shows up in the log like this:

2019-02-10 10:39 DEBUG movie_list download_queue trying to match movie based of name: Beautiful Boy and year: 2018
2019-02-10 10:39 DEBUG movie_list download_queue trying to match movie based off id trakt_movie_id: 298570
2019-02-10 10:39 DEBUG movie_list download_queue trying to match movie based off id tmdb_id: 451915
2019-02-10 10:39 DEBUG movie_list download_queue trying to match movie based off id imdb_id: tt1226837

This all results in an "undecided" result. I'm trying to figure out why. All three IDs match, the title matches, it passes the quality check, it passes the health check, etc. Is there a way to get a log printout of why flexget considers it undecided instead of accepted? The failure reasons in --dump are super helpful, but I haven't found a way to get undecided reasons.

thanks!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles