]> git.rmz.io Git - dotfiles.git/commitdiff
flexget: replace email with notify
authorSamir Benmendil <me@rmz.io>
Tue, 28 Feb 2017 22:30:57 +0000 (22:30 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 28 Feb 2017 22:30:57 +0000 (22:30 +0000)
flexget/config.yml

index 0646f438dcfbb61c9e7a893fc585d0fd768d2d9e..88e898daa9c02751930df59d7ed00d7376bef624 100644 (file)
@@ -3,9 +3,12 @@ variables: private.yml
 
 templates: # {{{1
   email: # {{{2
-    email:
-      from: flexget@tardis
-      to: ramsi@localhost
+    notify:
+      task:
+        via:
+          - email:
+              from: flexget@tardis
+              to: ramsi@localhost
 
 
   torrents: # {{{2
@@ -458,10 +461,13 @@ tasks: # {{{1
       list: move-tasks
     seen: local
     accept_all: yes
-    email:
-      from: flexget@tardis
-      to: ramsi@localhost
-      file_template: move
+    notify:
+      task:
+        template: move
+        via:
+          - email:
+              from: flexget@tardis
+              to: ramsi@localhost
 
 
   backfill-mail: # {{{2