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

Dual resolution download

$
0
0

@therealmatey wrote:

I'm trying to update my working config to download 2 different resolutions for shows that offer both. I run the hdtv-shows task prior to uhd-shows, but I only get the HD shows to download. Can someone suggest how I can modify my config to download the 2160p version in addition to 1080p version of an episode when it exists?

Thanks

tasks:
  uhd-shows:
    configure_series:
      settings:
        quality: 2160p
        upgrade: yes
        identified_by: ep
        tracking: backfill
        exact: yes
        season_packs: always
      from:
        thetvdb_list:
          username: *******
          account_id: *******
          api_key: *******
          strip_dates: yes
    discover:
      what:
        - next_series_episodes:
            from_start: yes
            backfill: yes
      from:
        - search_rss: http://eztv.io/ezrss.xml
        - rarbg:
            category: 49
            use_tvdb: True
        - 1337x: Yes
    torrent_alive: yes
    deluge:
      queue_to_top: yes
      main_file_only: yes
      keep_subs: no
      magnetization_timeout: 120

  hdtv-shows:
    configure_series:
      settings:
        quality: 1080p|720p hdtv+ !10bit
        upgrade: yes
        identified_by: ep
        tracking: backfill
        exact: yes
        season_packs: always
      from:
        thetvdb_list:
          username: *******
          account_id: *******
          api_key: *******
          strip_dates: yes
    discover:
      what:
        - next_series_episodes:
            from_start: yes
            backfill: yes
      from:
        - search_rss: http://eztv.io/ezrss.xml
        - rarbg:
            category: HDTV
            use_tvdb: True
        - 1337x: Yes
    sort_by:
      field: quality
      reverse: yes
    torrent_alive: yes
    deluge:
      queue_to_top: yes
      main_file_only: yes
      keep_subs: no
      magnetization_timeout: 120

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles