@Mirgolth wrote:
Since 2.3.34,
from
is a mandatory parameter ofconfigure_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 afrom
statement.How can I have "quality" templates that I apply to various tasks ?
Posts: 6
Participants: 4