Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

movie_list undecided

$
0
0

@seg7 wrote:

Can't seem to get movie_list to work, have undecided entries, that should have been accepted.

Movie list

#flexget movie-list list -l movies | grep Shark
Zombie Shark (2015) [imdb_id=tt4704918, trakt_movie_id=222152, tmdb_id=347849]

Flexget execute

#flexget execute --debug --task movies_queue -v
...
2016-04-28 15:10 VERBOSE  details       movies_queue    Summary - Accepted: 0 (Rejected: 112 Undecided: 18 Failed: 0)
2016-04-28 15:10 VERBOSE  list_remove   movies_queue    removing accepted entries from trakt_list - {u'username': u'me', u'type': u'movies', u'account': u'seg7', u'list': u'watchlist', u'strip_dates': False}
2016-04-28 15:10 VERBOSE  list_add      movies_queue    adding accepted entries into trakt_list - {u'username': u'me', u'type': u'movies', u'account': u'seg7', u'list': u'collection', u'strip_dates': False}
2016-04-28 15:10 VERBOSE  email         movies_queue    No content generated from template, not sending email.
...
2016-04-28 15:10 VERBOSE  verbose       movies_queue    UNDECIDED: `Zombie Shark 2015 1080p BluRay x264-VALUE`
...
2016-04-28 15:10 VERBOSE  verbose       movies_queue    Undecided entries have not been accepted or rejected. If you expected these to reach output, you must set up filter plugin(s) to accept them.
2016-04-28 15:10 INFO     performance                   Performance results for

Config

  movies:
    regexp:
      from: title
      reject:
        - 3D
        - R5
        - WEBSCR
        - Cam
        - Remux
        - AVC
        - DD5
        - WEBrip
        - Brip
        - BRRip
        - AC3
        - WEBHD
        - DTS-MA
        - DTS-HD MA
        - TrueHD
        - multi[\.|\ ]
    content_size:
      max: 20000
      min: 2000
    quality: 1080p bluray
    imdb_lookup: yes
    list_remove:
      - trakt_list:
          account: *trakt_username
          list: watchlist
          type: movies
    list_add:
      - trakt_list:
          account: *trakt_username
          list: collection
          type: movies

tasks:
  movies_get:
    priority: 1
    interval: 2 hours
    trakt_list:
      account: *trakt_username
      strip_dates: yes
      list: watchlist
      type: movies
    imdb_list:
      login: '{{ secrets.imdb.username }}'
      password: '{{ secrets.imdb.password }}'
      list: watchlist
    accept_all: yes
    list_add:
      - movie_list: movies

  movies_queue:
    priority: 2
    verify_ssl_certificates: no
    inputs:
      - rss: { url: 'http' }
    list_queue:
      - movie_list: movies
    template:
      - global
      - deluge
      - sendmail
      - movies

Posts: 9

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles