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

Timeframe plugin not waiting

$
0
0

@Mikkel_Petersen wrote:

Hi there,
I have a issue with my timeframe plugin options. I want flexget to wait 1 day for getting 2160p. But it downloads 1080p straight away anyways.

tasks:
  Movies:
    notify:
      abort:
        via:
          - slack:
              web_hook_url: *REMOVED*
              attachments:
                - text: "Problem with Movies"
                  fallback: "Problem with Movies"
    rss:
      url: *REMOVED*
      all_entries: no
    upgrade:
      tracking: yes
    timeframe:
      wait: 1 day
      on_reached: do_nothing
      target: 2160p
    best_quality:
      on_best: do_nothing
      on_lower: reject
    sequence:
      - imdb:
          min_score: 5
          min_votes: 10000
          min_year: 2016
      - imdb:
          min_score: 3
          min_votes: 30000
          min_year: 2016
    regexp:
      reject:
        - 'half-sbs|hybrid|3d|hi10p': {from: title}
    rtorrent:
      uri: scgi://localhost:5000
      path: /home/zeroz/rtorrent/download/{{quality.resolution}}_HDBits
      custom1: "Remux/{{quality.resolution}}"

  upgrade_movies:
    rss:
      url: *REMOVED*
      all_entries: no
    no_entries_ok: yes
    upgrade:
      timeframe: 156 weeks
      target: 2160p
      propers: yes
    rtorrent:
      uri: scgi://localhost:5000
      path: /home/zeroz/rtorrent/download/{{quality.resolution}}_HDBits
      custom1: "Remux/{{quality.resolution}}"

Can any seasoned flexget'er spot the mistake?

Posts: 5

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles