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

Discover can't find match

$
0
0

@DownD wrote:

Hi, i'm trying to download movies from my trakt watchlist with this config:

templates:
  global:
    torrent_alive: yes #number of seeders needed to accept
  
  transmit-movies:
    transmission:
      host: localhost
      port: 9091
      username: xxxx
      password: xxxx
      path: /media/usb0/Movies
  
  transmit-series:
    transmission:
      host: localhost
      port: 9091
      username: xxxx
      password: xxxx
      path: /media/usb0/TV_Shows/{{series_name|pathscrub}}/S{{"%02d"|format(series_season)}}
  
  download-movie:
    discover:
      what:
        - movie_list: watchlist
      from:
        - piratebay:
            category: video
            sort_by: seeds
        - torrentz: good
        - isohunt: movies
    template: transmit-movies
    list_remove:
      - trakt_list:
          username: xxxx
          list: watchlist
tasks:
  fill_movie_list:
    priority: 1
    trakt_list:
      username: xxxx
      list: watchlist
      type: movies
    list_add:
      - movie_list: watchlist
    accept_all: yes
      
  get_movies_1080p: #probably no subs but i like 1080p more
    priority: 4
    assume_quality: 1080p bluray 
    quality: 1080p 
    template: download-movie

  get_movies_720p: #Playing hard to get? Huh, Punk!
    priority: 6
    assume_quality: 720p bluray 
    quality: 720p+
    template: download-movie

But it cant find a match with discover. Altought, if i do a manual search on ishunt i can find and download the movie.

Logfile:

> `2016-08-20 11:21 VERBOSE  manager                       Creating new database /media/Maxtor/Downloads/flexget/db-config.sqlite - DO NOT INTERUPT ...
> 2016-08-20 11:21 INFO     performance                   Enabling plugin and SQLAlchemy performance debugging
> 2016-08-20 11:21 VERBOSE  task_queue                    There are 3 tasks to execute. Shutdown will commence when they have completed.
> 2016-08-20 11:21 VERBOSE  trakt_list    fill_movie_list Retrieving `movies` list `watchlist`
> 2016-08-20 11:21 VERBOSE  details       fill_movie_list Produced 2 entries.
> 2016-08-20 11:21 VERBOSE  task          fill_movie_list ACCEPTED: `Suicide Squad (2016)` by accept_all plugin
> 2016-08-20 11:21 VERBOSE  task          fill_movie_list ACCEPTED: `R.I.P.D. (2013)` by accept_all plugin
> 2016-08-20 11:21 VERBOSE  details       fill_movie_list Summary - Accepted: 2 (Rejected: 0 Undecided: 0 Failed: 0)
> 2016-08-20 11:21 VERBOSE  list_add      fill_movie_list adding accepted entries into movie_list - watchlist
> 2016-08-20 11:21 VERBOSE  assume_quality get_movies_1080p New assumption: any is 1080p bluray
> 2016-08-20 11:21 VERBOSE  discover      get_movies_1080p Discovering 2 titles ...
> 2016-08-20 11:21 VERBOSE  discover      get_movies_1080p Searching for `Suicide Squad (2016)` with plugin `piratebay` (1 of 2)
> 2016-08-20 11:21 VERBOSE  discover      get_movies_1080p Searching for `Suicide Squad (2016)` with plugin `torrentz` (1 of 2)
> 2016-08-20 11:21 ERROR    discover      get_movies_1080p Error searching with torrentz: Got bozo_exception (bad rss feed)
> 2016-08-20 11:21 VERBOSE  discover      get_movies_1080p Searching for `Suicide Squad (2016)` with plugin `isohunt` (1 of 2)
> 2016-08-20 11:21 VERBOSE  discover      get_movies_1080p No results from isohunt: Search result not 200 (OK), received 301
> 2016-08-20 11:21 VERBOSE  discover      get_movies_1080p No search results for `Suicide Squad (2016)`
> 2016-08-20 11:21 VERBOSE  discover      get_movies_1080p Searching for `R.I.P.D. (2013)` with plugin `piratebay` (2 of 2)
> 2016-08-20 11:21 VERBOSE  discover      get_movies_1080p Searching for `R.I.P.D. (2013)` with plugin `torrentz` (2 of 2)
> 2016-08-20 11:21 ERROR    discover      get_movies_1080p Error searching with torrentz: Got bozo_exception (bad rss feed)
> 2016-08-20 11:21 VERBOSE  discover      get_movies_1080p Searching for `R.I.P.D. (2013)` with plugin `isohunt` (2 of 2)
> 2016-08-20 11:21 VERBOSE  discover      get_movies_1080p No results from isohunt: Search result not 200 (OK), received 301
> 2016-08-20 11:21 VERBOSE  discover      get_movies_1080p No search results for `R.I.P.D. (2013)`
> 2016-08-20 11:21 VERBOSE  details       get_movies_1080p Task didn't produce any entries.
> 2016-08-20 11:21 VERBOSE  details       get_movies_1080p Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
> 2016-08-20 11:21 VERBOSE  list_remove   get_movies_1080p removing accepted entries from trakt_list - {u'username': u'xxxx', u'list': u'watchlist', u'type': u'auto', u'strip_dates': False}
> 2016-08-20 11:21 VERBOSE  assume_quality get_movies_720p New assumption: any is 720p bluray
> 2016-08-20 11:21 VERBOSE  discover      get_movies_720p Discovering 2 titles ...
> 2016-08-20 11:21 VERBOSE  discover      get_movies_720p Searching for `Suicide Squad (2016)` with plugin `piratebay` (1 of 2)
> 2016-08-20 11:21 VERBOSE  discover      get_movies_720p Searching for `Suicide Squad (2016)` with plugin `torrentz` (1 of 2)
> 2016-08-20 11:21 ERROR    discover      get_movies_720p Error searching with torrentz: Got bozo_exception (bad rss feed)
> 2016-08-20 11:21 VERBOSE  discover      get_movies_720p Searching for `Suicide Squad (2016)` with plugin `isohunt` (1 of 2)
> 2016-08-20 11:21 VERBOSE  discover      get_movies_720p No results from isohunt: Search result not 200 (OK), received 301
> 2016-08-20 11:21 VERBOSE  discover      get_movies_720p No search results for `Suicide Squad (2016)`
> 2016-08-20 11:21 VERBOSE  discover      get_movies_720p Searching for `R.I.P.D. (2013)` with plugin `piratebay` (2 of 2)
> 2016-08-20 11:21 VERBOSE  discover      get_movies_720p Searching for `R.I.P.D. (2013)` with plugin `torrentz` (2 of 2)
> 2016-08-20 11:21 ERROR    discover      get_movies_720p Error searching with torrentz: Got bozo_exception (bad rss feed)
> 2016-08-20 11:21 VERBOSE  discover      get_movies_720p Searching for `R.I.P.D. (2013)` with plugin `isohunt` (2 of 2)
> 2016-08-20 11:21 VERBOSE  discover      get_movies_720p No results from isohunt: Search result not 200 (OK), received 301
> 2016-08-20 11:21 VERBOSE  discover      get_movies_720p No search results for `R.I.P.D. (2013)`
> 2016-08-20 11:21 VERBOSE  details       get_movies_720p Task didn't produce any entries.
> 2016-08-20 11:21 VERBOSE  details       get_movies_720p Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
> 2016-08-20 11:21 VERBOSE  list_remove   get_movies_720p removing accepted entries from trakt_list - {u'username': u'xxxx', u'list': u'watchlist', u'type': u'auto', u'strip_dates': False}
> 2016-08-20 11:21 INFO     performance                   Performance results for task fill_movie_list:
> 2016-08-20 11:21 INFO     performance                   remember_rejected took 0.16 sec (4 queries)
> 2016-08-20 11:21 INFO     performance                   trakt_list      took 0.98 sec (5 queries)
> 2016-08-20 11:21 INFO     performance                   list_add        took 0.69 sec (33 queries)
> 2016-08-20 11:21 INFO     performance                   Performance results for task get_movies_720p:
> 2016-08-20 11:21 INFO     performance                   discover        took 8.18 sec (10 queries)
> 2016-08-20 11:21 INFO     performance                   remember_rejected took 0.15 sec (4 queries)
> 2016-08-20 11:21 INFO     performance                   Performance results for task get_movies_1080p:
> 2016-08-20 11:21 INFO     performance                   discover        took 15.50 sec (10 queries)
> 2016-08-20 11:21 INFO     performance                   remember_rejected took 0.14 sec (4 queries)
> `

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles