@Joan_Garcia_Camba wrote:
Hi, everything is working fine with the last version of flexget, unless the notification via email, I get this error "[/] The key
notify
is not valid here." could someone help me?Here you have the code of my config.yml , thanks in advance for everything.
tasks: rss: priority: 1 rss: http://showrss.info/user/198334.rss all_series: yes transmission: host: localhost port: 9091 username: 'tuusuario' password: 'tupassword' ratio: -1 main_file_only: yes path: /mnt/qnap/ skip_files: - '*.nfo' - '*.sfv' - '*[sS]ample*' - '*.txt' subtitles: priority: 4 disable: builtins filesystem: path: - /mnt/qnap/ regexp: '.*\.(mp4|mkv|avi)$' recursive: yes accept_all: yes regexp: reject: - '.*[sS]ample.*' periscope: languages: - es overwrite: yes sort: priority: 5 disable: builtins filesystem: path: /mnt/qnap/ mask: '*.srt' recursive: yes accept_all: yes seen: local thetvdb_lookup: yes all_series: parse_only: yes move: to: /mnt/qnap/{{ tvdb_series_name }}/ rename: '{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name}}{{ location | pathext }}' clean_source: 100 task-limpia: from_transmission: yes disable: [seen, seen_info_hash] if: - transmission_progress == 100: accept transmission: action: remove notify: task: template: html # Optional, if you want html instead of plain text via: - email: from: from@gmail.com to: to@joan-garcia.com smtp_host: smtp.gmail.com smtp_port: 587 smtp_username: from@gmail.com smtp_password: pass smtp_tls: yes html: yes # To parse template as HTML indent preformatted text by 4 spaces
Posts: 1
Participants: 1