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

imdb_list and seen plugin help

$
0
0

@needmovies wrote:

Hi guys, I was wondering if I could get some quick assistance. I'm using imdb_list to filter an rss feed. But when my imdb task runs, all entries are rejected by the seen plugin. so when the movie list is used to filter my rss, it doesn't have any entries to accept. any suggestions?

here's a quick snippet of my setup:

templates:
  movie:
    transmission:
      host: localhost
      port: ******
      username: ******
      password: ******
      addpaused: no
      bandwidthpriority: -1
      path: ******
    quality: bluray 1080p dts|dd5.1|dtshd|truehd
    imdb_lookup: yes
    seen_movies: strict
    #proper_movies: 1 days
    list_match:
      from:
        - movie_list: imdbmovies
      action: accept
  
tasks:
  imdbWatchlist:
    imdb_list:
      login: ******
      password: ******
      # user_id: ******
      list: watchlist
    accept_all: yes
    list_add:
      - movie_list: imdbmovies
    priority: 20

  downloadMovies-1:
    rss:
      url: ******
      all_entries: yes
    template: movie
    priority: 32

  downloadMovies-2:
    rss:
      url: ******
      all_entries: yes
    template: movie
    priority: 32

and a quick snippet of one of the errors:

2016-12-09 18:10 VERBOSE  task          imdbWatchlist   REJECTED: `Masterminds (2016)` by seen plugin because entry with title `Masterminds (2016)` is already marked seen in the task imdbWatchlist at 2016-06-11 09:29

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles