@soloam wrote:
Hello, I use trakt to set my series in my setup, and I used to have a template with the trakt list:
tv720: configure_series: from: trakt_list: account: '{{ secrets.trakt.user }}' type: shows list: '{{ secrets.trakt.tvlist720 }}' settings: quality: '{{ secrets.system.quality.tv2 }}' timeframe: 4 hours target: '{{ secrets.system.quality.tv2b }}'
And in some cases I only had to use the template and the parse_only setting:
AutoMoveSeries1: template: - TMoveSeries - tv720 configure_series: settings: parse_only: yes
This used to work with no problem, flexget would pick the configure_series and add it the new setting. After 2.3.34 I can't do this because from is a required field. I changed my config to solve this, but this was a very useful setting. Is there any way to use it now?
Thank you
Posts: 3
Participants: 2