]> git.rmz.io Git - dotfiles.git/blobdiff - flexget/config.yml
Makefile: add target for git
[dotfiles.git] / flexget / config.yml
index 0646f438dcfbb61c9e7a893fc585d0fd768d2d9e..e15c26a9e5eac9661a68c8f0dbb4254f9b730677 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
@@ -100,6 +103,7 @@ templates: # {{{1
         - 8 out of 10 cats
         - american dad
         - archer 2009
+        - arrested development
         - better call saul
         - black mirror
         - boardwalk empire
@@ -114,6 +118,7 @@ templates: # {{{1
         - downton abbey
         - eureka
         - family guy
+        - fargo
         - foyle's war
         - futurama
         - game of thrones: { timeframe: 9 hours }
@@ -127,6 +132,7 @@ templates: # {{{1
         - qi: { special_ids: 'uncut' }
         - ray donovan
         - red dwarf
+        - rick and morty
         - sherlock
         - suits
         - the big bang theory
@@ -134,8 +140,8 @@ templates: # {{{1
         - the blacklist redemption
         - the cleveland show
         - the walking dead
-        - two and a half men
         - the wire: { quality: 720p+ }
+        - two and a half men
         - vinyl
         - westworld
 
@@ -359,10 +365,10 @@ tasks: # {{{1
     manual: yes
     template:
       - trakt-add-collection
-    seen: local
     disable:
       - retry_failed
-      - nzb_size
+      - seen
+      - seen_info_hash
     no_entries_ok: yes
 
     filesystem:
@@ -378,6 +384,14 @@ tasks: # {{{1
         - '[Ss]ample'
 
     thetvdb_lookup: yes
+    if:
+      - "not has_field('tvdb_episode')":
+          manipulate:
+            - title:
+                extract: 'done/([^/]*)/[^/]*$'
+                from: location
+          thetvdb_lookup: yes
+
     all_series:
       parse_only: yes
     accept_all: yes
@@ -406,10 +420,10 @@ tasks: # {{{1
     manual: yes
     template:
       - trakt-add-collection
-    seen: local
     disable:
       - retry_failed
-      - nzb_size
+      - seen
+      - seen_info_hash
     no_entries_ok: yes
 
     filesystem:
@@ -458,10 +472,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