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

Download 2 qualities

$
0
0

@shadowaok wrote:

Hello,

I am running flexget 2.20.13.

I have 2 tasks, allowing me to get some tv-shows in 720p AND 1080p (my rss will provide entries for shows i watch in both format for some of them).
But once the 720p has been downloaded by tv-shows-720, tv-shows-1080 says it has already been seen and doesn't download the 1080p one.

How can I achieve that ? I could disable seen, but some old episodes can come back in the rss and i don't want to download them again.
If i put both qualities in the quality field, it will only download one and not 720 and 1080p.

I just updated my config since clean_transmission is deprecated, it passes flexget check but i don't know yet if it works.

Here is my config :

tasks:
  tv-shows-720:
    rss:
      url: 'rss'
    all_series: yes
    verify_ssl_certificates: no
    magnets: yes
    quality: 720p
  tv-shows-1080:
    rss:
      url: 'same rss'
    all_series: yes
    verify_ssl_certificates: no
    magnets: yes
    quality: 1080p
  cleaner:
    template: mytransmission
    from_transmission:
      host: '127.0.0.1'
      port: 9090
      username: ''
      password: ''
      only_complete: yes
    if:
      - transmission_progress == 100: accept
      - transmission_ratio < 2.0: reject
    transmission:
      action: remove
templates:
  global:
    retry_failed:
      retry_time: 60 minutes # Base time in between retries
      retry_time_multiplier: 1 # Amount retry time will be multiplied by after each successive failure
      max_retries: 15 # Number of times the entry will be retried
  mytransmission:
    transmission:
      host: '127.0.0.1'
      port: 9090
      username: ''
      password: ''

Thanks.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles