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

download_movies REJECTED

$
0
0

@peterfields wrote:

Hi, I was just about to give up completely trying to use Flexget when I finally managed to get some kind of sense out of the test config log. I am trying to fetch a Trakt list and then find the file on IPtorrents to send to Deluge to download.

Here is my config:

schedules:
  - tasks: '*'
    interval:
      minutes: 5
      
templates:
  global:
    deluge:                                                                      
      enabled: yes                                                                     
      host: localhost                                                                  
      port: 2052                                                                      
      username: peter                                                                 
      password: **********
    content_filter:
      require:
        - '*.mkv'
        - '*.avi'
        - '*.mpg'
        - '*.mp4'
      reject:
        - '*.wmv'
        - '*.r0'
        - '*.rar'
        - '*.part0'

  movies:
    quality: 1080i+ !h265
    movie_list: accept
    regexp:
      from: title
      reject:
        - trailer
        - screener
        - subbed
        - dubbed

tasks:

  queue_movies_from_trakt:
    priority: 2
    trakt_list:
      username: *******
      account: *******
      list: traktlist
      type: movies
    accept_all: yes
    list_add:
      - movie_list: accept

  # task that automatically generates an rss feed based on entries from the movie_queue
  download_movies:
    priority: 6
    template: movies
    verify_ssl_certificates: no
    priority: 10 # run after the movie queue fill task
    discover:
      what:
        - movie_list: accept
      from:
        - iptorrents: 
            rss_key: ********************
            uid: ******
            password: ****************************
        - piratebay:
            category: movies
            sort_by: seeds
      interval: 5 minutes
    torrent_alive: 1 # Will reject results with less than 10 seeds

And here is the output from the test config log:

2016-08-26 00:20 INFO     manager                       Test mode, creating a copy from database ...
2016-08-26 00:20 INFO     manager                       Test database created
2016-08-26 00:20 VERBOSE  task_queue                    There are 2 tasks to execute. Shutdown will commence when they have completed.
2016-08-26 00:20 VERBOSE  trakt_list    queue_movies_from_trakt Retrieving `movies` list `traktlist`
2016-08-26 00:20 VERBOSE  details       queue_movies_from_trakt Produced 2 entries.
2016-08-26 00:20 VERBOSE  task          queue_movies_from_trakt REJECTED: `Neighbors 2: Sorority Rising (2016)` by retry_failed plugin because waiting before retrying entry which has failed in the past. (failure reason: Unexpected html content received from `http://trakt.tv/movie/neighbors-2-sorority-rising-2016` - maybe a login page?)
2016-08-26 00:20 VERBOSE  task          queue_movies_from_trakt ACCEPTED: `Money Monster (2016)` by accept_all plugin
2016-08-26 00:20 INFO     download      queue_movies_from_trakt Would download: Money Monster (2016)
2016-08-26 00:20 VERBOSE  details       queue_movies_from_trakt Summary - Accepted: 1 (Rejected: 1 Undecided: 0 Failed: 0)
2016-08-26 00:20 INFO     content_filter queue_movies_from_trakt Plugin is partially disabled with --test and --learn because content filename information may not be available
2016-08-26 00:20 INFO     deluge        queue_movies_from_trakt Connecting to daemon at localhost:2052..
2016-08-26 00:20 INFO     deluge        queue_movies_from_trakt Connected to daemon at 127.0.0.1:2052..
2016-08-26 00:20 INFO     deluge        queue_movies_from_trakt Connection lost to daemon at localhost:2052 reason: Connection was closed cleanly.
2016-08-26 00:20 VERBOSE  list_add      queue_movies_from_trakt adding accepted entries into movie_list - accept
2016-08-26 00:20 VERBOSE  discover      download_movies Discovering 1 titles ...
2016-08-26 00:20 VERBOSE  api_bluray    download_movies Searching from blu-ray.com title=Money Monster
2016-08-26 00:20 VERBOSE  details       download_movies Produced 1 entries.
2016-08-26 00:20 VERBOSE  task          download_movies REJECTED: `Money Monster (2016)` by seen plugin because entry with title `Money Monster (2016)` is already marked seen in the task queue_movies_from_trakt at 2016-08-26 00:20
2016-08-26 00:20 VERBOSE  details       download_movies Summary - Accepted: 0 (Rejected: 1 Undecided: 0 Failed: 0)
2016-08-26 00:20 INFO     content_filter download_movies Plugin is partially disabled with --test and --learn because content filename information may not be available
2016-08-26 00:20 INFO     deluge        download_movies Connecting to daemon at localhost:2052..
2016-08-26 00:20 INFO     deluge        download_movies Connected to daemon at 127.0.0.1:2052..
2016-08-26 00:20 INFO     deluge        download_movies Connection lost to daemon at localhost:2052 reason: Connection was closed cleanly.
2016-08-26 00:20 INFO     manager                       Removed test database

Does anyone have any ideas on why they are being rejected?

Thanks

Posts: 12

Participants: 5

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles