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

Overriding the template specified quality in a specific task

$
0
0

@i-love-coding wrote:

Question is: How, for series, can I override the template specified quality in a specific task ?

Here is my config, I used as base the recipe at https://flexget.com/Cookbook/Series/Advanced to get the series from multiple sources

`

templates:
  tvshows:
    transmission:
      host: localhost
      port: 9091
      username: FAKE.USERNAME
      password: FAKE.PASSWORD
      include_subs: yes
      addpaused: no
    clean_transmission:
      host: localhost
      port: 9091
      username: FAKE.USERNAME
      password: FAKE.PASSWORD
      #finished_for: 7 days
      enabled: Yes 
    series:     
      settings:
        group_a:
          path: /mnt/storage/series/{{series_name}}/Season_{{series_season|pad(2)}}
          identified_by: ep  
          timeframe: 12 hours  
          target: 1080p webdl-dvdrip 
          quality: 720p-1080p webdl-dvdrip
      group_a:
        - 12 Monkeys
        - 60 Minutes (US)
        - American Crime Story
        - "American Dad!"
        - American Horror Story
        - Better Call Saul     

tasks:

  gettv_showrss:
    template: tvshows
    configure_series:
      from:  
        rss: http://showrss.info/user/USERNUMER.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
      settings:
        quality: webrip-dvdrip

  gettv_anotherfeed:
    template: tvshows
    rss: http://someotherfeed`

As you can see, in templates/tvshows/series/setings/group_a I'm specifying the desired quality and the timeframe and its desired quality given the timeframe.

What I want to do is to override these quality settings (those specified in the template) by other quality values for some tasks. I need this for the gettv_showrss task, - which uses the feed from showRSS - because it does not include the field 'Resolution' as in https://flexget.com/Qualities#Requirements

I've tried a couple of ways to do it... to no avail, though I'm sure there are things I'm not aware of

How, if possible, can I override the quality settings for the task gettv_showrss ?

Thanks in advance

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles