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

exists_movie scan files AND dirs?

$
0
0

@PastaGringo wrote:

Hello everyone :slight_smile:

I made this config.yml script for flexget, everythings works great except the "exists_movie".
At the end of the flexget --test execute command, I can see Scanning path "/home/xxx/xxx/moviesVFHD/ but it doesn't reject movies that are already downloaded and they are added to the "Would download" queue for rTorrent.
I tried with files and dirs in exists_movie but they are still not rejected :confused:

tasks:
  feed-720p:
    disable: seen
    exists_movie:
      path: "/home/xxx/xxx/moviesVFHD/"
      lookup: imdb
      type: files
    priority: 2
    imdb:
      min_score: 5
      min_year: 2016
    t411:
      category: Film
      terms:
        - Français (VFF/Truefrench)
        - Multi (Français inclus)
        - HDrip 720
        - Web-DL 720
        - TVripHD 720
      max_results: 10
    imdb_lookup: yes
    duplicates:
      field: imdb_id
      action: reject
    rtorrent:
      uri: scgi://localhost:xxxx
      path: /home/xxx/xxx/rtorrent/
      custom1: flexget

Could you please help me to understand where my issue may come from ?
Thanks !

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles