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

How to change my conf after configure_series change?

$
0
0

@Mirgolth wrote:

Since 2.3.34, from is a mandatory parameter of configure_series
https://github.com/Flexget/Flexget/commit/cde538768d3094d394aad50f0a5c5a6c547f2335.

Before I had my conf like this:

hdtv:
    thetvdb_lookup: yes
    regexp:
      reject:
        - FOOBAR
      from: title
    configure_series:
      settings:
        path: /volume1/Series/Adultes/{{ series_name }}/
        identified_by: ep
        propers: 7 days
        timeframe: 6 hours
        target: 1080p hdtv !10bit h264 !h265
        quality: 720p+ hdtv h264 !10bit !h265
        upgrade: yes
    exists_series:
      path: /volume1/Series/Adultes/{{ series_name }}/
      allow_different_qualities: better

and tasks like this:

  TASK-A:
    rss: urla
    template:
      - hdtv
      - xxxx
 
  TASK-B:
    rss: urlb
    template:
      - hdtv
      - xxxx

Since the code change my conf is rejected because hdtv doesn't have a from statement.

How can I have "quality" templates that I apply to various tasks ?

Posts: 6

Participants: 4

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles