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

How to not move to NONE if IMDB lookup fails

$
0
0

@john_es wrote:

I get a movie that fails imdb lookup... and what happens is that it gets movied to None - None. I want to not move/delete it if IMDB lookup fails.

What can I do?

2016-09-19 09:01 INFO     download      YIFY task       Downloading: Naruto.The.Movie.Shippuden.2007.1080p.BluRay.H264.AAC-RARBG
2016-09-19 09:01 INFO     transmission  YIFY task       "Naruto.The.Movie.Shippuden.2007.1080p.BluRay.H264.AAC-RARBG" torrent added to transmission
2016-09-20 09:16 WARNING  imdb_lookup   sort-movies     IMDB lookup failed for Naruto.The.Movie.Shippuden.2007.1080p.BluRay.H264.AAC-RARBG
2016-09-20 09:16 INFO     move          sort-movies     `/data/Naruto.The.Movie.Shippuden.2007.1080p.BluRay.H264.AAC-RARBG/Naruto.The.Movie.Shippuden.2007.1080p.BluRay.H264.AAC-RARBG.mp4` has been moved to `/data/Done/None (None)/None (None).mp4`

Config

  sort-movies:
    filesystem:
      path: /data/
      regexp: '.*\.(mkv|mp4|avi)$'
      recursive: yes
    template: movies
    #require_field: imdb_name
    accept_all: yes
    disable: seen
    move:
      to: "/data/Done/{{imdb_name|replace(':', '.')}} ({{imdb_year}})/"

Posts: 6

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles