]> git.rmz.io Git - dotfiles.git/blob - flexget/templates/move.template
flexget: cleanup config
[dotfiles.git] / flexget / templates / move.template
1 {% if task.accepted -%}
2 {%- for group in task.accepted|groupby('task') %}
3 FlexGet has just downloaded {{group.list|length}} new entries for task {{group.grouper}}:
4 {%- for entry in group.list %}
5 - {{entry.location|pathbase}}{% if entry.output|d(false) %}
6 => {{entry.output|replace(entry.destination+'/','')}}{% endif %}
7 {%- endfor %}
8 {% endfor %}
9 {% endif -%}