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

Timeframe and Priority not working together

$
0
0

@Loader23 wrote:

Hi,

I have this config:

schedules:
  - tasks: Series1
    interval:
      minutes: 30
  - tasks: Series2
    interval:
      minutes: 30

templates:
  tv:
    thetvdb_lookup:
      language: de
    accept_all: no
    exec:
      - echo text={{url}} >> "/input/{{title}}.crawljob"
      - echo packageName={{title}} >> "/input/{{title}}.crawljob"
      - echo deepAnalyseEnabled=true >> "/input/{{title}}.crawljob"
      - echo autoStart=TRUE >> "/input/{{title}}.crawljob"
      - echo enabled=TRUE >> "/input/{{title}}.crawljob"
      - echo autoConfirm=TRUE >> "/input/{{title}}.crawljob"

tasks:
  Series1:
    priority: 1
    rss: http://xx
    include: series.yml
    seen:
      local: yes
      fields: [title, url]
    serienjunkies:
      language: german
      hoster: so
    template: tv
  Series2:
    priority: 2
    rss: https://xx
    include: series.yml
    download: /input/
    thetvdb_lookup:
      language: de
    accept_all: no
    delay: 18 hours

In my Series.yml I have this:

series:
    settings:
      TV-Shows:
        timeframe: 48 hours
        target: 1080p
        quality: 720p-1080p
    TV-Shows:
        - Series

Sometimes source 2 is faster than 1 and the timeframe sticks to source 2. Is there any other priority setting so he chooses source 1 over source 2?

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles