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

How to change the order of execution of plugins?

$
0
0

@creo.ev wrote:

Hello,
I want to organize the following logic:
1. Reject all that does not pass by quality,
2. Prse metainfo and accept movies no older than 2 years,
3. For acceptув movies, lookup TMDB information.

Here is the part of config.yml

templates:
  global:
    parsing:
      movie: guessit
.....
tasks:
  movies:
    template:
      - transmissionrpc
      - notification
    inputs:
      - rss: '{? rss.national ?}'
    quality: 1080p bluray|webdl
    metainfo_movie: yes
    if:
      - movie_year >= now.year - 2: accept
    tmdb_lookup: yes
    set:
      content_filename: "{{ tmdb_original_name }} ({{ tmdb_year }})"
      path: '/home/dmitry/Library/Movies/'

When it execute with flexget, I see that it first lookup information from TMDB for all the elements of the rss list.
How to change the order of execution of plugins? Help me implement my logic on FlexGet. Thank you!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles