]> git.rmz.io Git - dotfiles.git/blobdiff - flexget/config.yml
flexget: email template for move tasks
[dotfiles.git] / flexget / config.yml
index e7490bc364817e00a704aa07169a66957b1189ae..6f2e2498673c7056f4473fa0c624e154725bc763 100644 (file)
@@ -178,6 +178,10 @@ tasks: # {{{1
 
   move-tv: # {{{2
     priority: 2
+    email:
+      from: flexget@tardis
+      to: ramsi@localhost
+      template: move
     thetvdb_lookup: yes
     metainfo_series: yes
     seen: local
@@ -196,6 +200,8 @@ tasks: # {{{1
     regexp:
       reject:
         - '[Ss]ample'
+    set:
+      destination: '/mnt/Skaro/Series'
 
     move:
       to: "/mnt/Skaro/Series/{{tvdb_series_name}}/{% if tvdb_season == 0 %}Specials{% else %}Season {{tvdb_season}}{% endif %}/"
@@ -204,6 +210,10 @@ tasks: # {{{1
 
   move-movies: # {{{2
     priority: 3
+    email:
+      from: flexget@tardis
+      to: ramsi@localhost
+      template: move
     imdb_lookup: yes
     accept_all: yes
     seen: local
@@ -215,7 +225,8 @@ tasks: # {{{1
         - /mnt/Skaro/torrents/done
       recursive: yes
       regexp: '.*\.(mkv|avi|mp4)$'
-
+    set:
+      destination: '/mnt/Skaro/Movies'
     move:
       to: "/mnt/Skaro/Movies"
       filename: "{{imdb_name}} ({{imdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en]"