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

Accepting not working, dunno what I'm missing now

$
0
0

@laygo wrote:

This has mostly worked for the last few years & as deprecation/etc, I've kept up my config, but now I've hit a wall on getting movie_list working. I haven't had a successful hit from my imdb list in awhile & I got to looking and it was a credentials issue for awhile that resolved itself (?login failed?), but now nothing matches.

When I added accept_all, it downloaded everything from the feed, whether it was on my imdb list or not. So, I'm missing some acceptance criteria, but not sure what.

Here's my (relevant) config running as daemon.

templates:
  movie-cfg:
    interval: 6 hours
    list_add:
      - movie_list: movies
    list_match:
      from:
        - movie_list: movies
      single_match: no
    seen_movies: strict
    imdb_lookup: yes
    #accept_all: yes
    exists_movie:
      - '/home/laygo/media/video/movie'
    set:
      main_file_only: yes
      path: '/home/laygo/media/video/movie/{{imdb_name}} ({{imdb_year}})/'
      content_filename: "{{imdb_name}} ({{imdb_year}})"

  imdb-cfg:
    imdb_list:
      login: '{{ secrets.keyz.imdb.user }}'
      password: '{{ secrets.keyz.imdb.pass }}'
      list: watchlist
      
  movie-feed:
    rss: 'https://www.somesite.com/rss/movies'

tasks:
  movies-get-1080:
    priority: 1
    template:
      - imdb-cfg
      - movie-cfg
      - movie-feed
      - transmission-cfg
    quality: 1080p+ bluray


  movies-get-720:
    priority: 2
    template:
      - imdb-cfg
      - movie-cfg
      - movie-feed
      - transmission-cfg
    quality: 720p+ bluray

Here's the last part of the log, I had to fudge the numbers because the accept_all is clearing them because of seen.

2016-09-12 10:56 VERBOSE  details       movies-get-720  Summary - Accepted: 0 (Rejected: 522 Undecided: 48 Failed: 0)
2016-09-12 10:56 VERBOSE  list_add      movies-get-720  adding accepted entries into movie_list - movies
2016-09-12 10:56 VERBOSE  list_match    movies-get-720  removing accepted entries from movie_list - movies

(520 movies on my list + 50 from RSS)

Posts: 6

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles