]> git.rmz.io Git - dotfiles.git/blobdiff - flexget/config.yml
flexget: add new series
[dotfiles.git] / flexget / config.yml
index f0a55d60bfae9bd1e68973cd43b0c462edeb04f2..95acb5920495f124123c882e5ec06df3573836fa 100644 (file)
@@ -4,15 +4,6 @@ web_server:
   port: 8081
 
 templates: # {{{1
-  email: # {{{2
-    notify:
-      task:
-        via:
-          - email:
-              from: flexget@tardis
-              to: ramsi@localhost
-
-
   torrents: # {{{2
     inputs:
       - rss: { url: 'https://ezrss.it/feed/', silent: yes }
@@ -115,23 +106,27 @@ templates: # {{{1
         - community
         - danger 5: { quality: 720p+ }
         - dexter
+        - dexter new blood
         - dirk gently's holistic detective agency
         - doctor who 2005
         - downton abbey
         - eureka
         - family guy
         - fargo
+        - foundation
         - foyle's war
         - futurama
         - game of thrones: { timeframe: 9 hours, quality: dd5.1+ }
         - homeland
         - house of cards 2013: { alternate_name: house of cards us }
         - how i met your mother
+        - la casa de papel
         - last week tonight with john oliver: { timeframe: 10 hours }
         - masters of sex
         - my little pony
         - mythbusters
         - narcos
+        - peaky blinders
         - qi: { special_ids: 'uncut' }
         - ray donovan
         - red dwarf
@@ -141,14 +136,18 @@ templates: # {{{1
         - the big bang theory
         - the blacklist
         - the blacklist redemption
+        - the book of boba fett
         - the boys
         - the cleveland show
         - the crown
         - the expanse
+        - the great: { exact: yes }
         - the man in the high castle
         - the mandalorian
         - the umbrella academy
+        - the witcher
         - the walking dead
+        - the wheel of time
         - the wire: { quality: 720p+ }
         - two and a half men
         - vinyl
@@ -213,6 +212,9 @@ templates: # {{{1
       min_score: 7.5
       min_votes: 30000
 
+    log_filter:
+      - message: "because of rule(s)"
+        plugin: imdb
 
   movies-1080p: # {{{2
     quality: 1080p bluray+ h264+
@@ -342,7 +344,6 @@ tasks: # {{{1
   dl-series: # {{{2
     priority: 100
     template:
-      - email
       - series
       - series-list
       - series-trakt
@@ -393,7 +394,6 @@ tasks: # {{{1
   dl-movies-discover-queue-1080p: # {{{2
     priority: 100
     template:
-      - email
       - movies
       - movies-discover-queue
       - movies-1080p
@@ -404,7 +404,6 @@ tasks: # {{{1
   dl-movies-discover-queue-720p: # {{{2
     priority: 110
     template:
-      - email
       - movies
       - movies-discover-queue
       - movies-720p
@@ -415,7 +414,6 @@ tasks: # {{{1
   dl-movies-queue-1080p: # {{{2
     priority: 100
     template:
-      - email
       - movies
       - movies-1080p
       - filters
@@ -426,7 +424,6 @@ tasks: # {{{1
   dl-movies-queue-720p: # {{{2
     priority: 110
     template:
-      - email
       - movies
       - movies-720p
       - filters
@@ -437,7 +434,6 @@ tasks: # {{{1
   dl-movies-imdb-1080p: # {{{2
     priority: 120
     template:
-      - email
       - movies
       - movies-imdb
       - movies-1080p
@@ -449,7 +445,6 @@ tasks: # {{{1
   dl-movies-imdb-720p: # {{{2
     priority: 130
     template:
-      - email
       - movies
       - movies-imdb
       - movies-720p
@@ -464,7 +459,7 @@ tasks: # {{{1
       - move-series
     filesystem:
       path:
-        - /srv/usenet/done
+        - /srv/usenet/done/series
       recursive: yes
       retrieve: files
       regexp: '.*\.(avi|mkv|mp4|mpg|divx|webm|flv)$'
@@ -488,7 +483,7 @@ tasks: # {{{1
       - move-movies
     filesystem:
       path:
-        - /srv/usenet/done
+        - /srv/usenet/done/movies
       recursive: yes
       regexp: '.*\.(mkv|avi|mp4)$'
 
@@ -504,34 +499,6 @@ tasks: # {{{1
       regexp: '.*\.(mkv|avi|mp4)$'
 
 
-  daily-mail: # {{{2
-    manual: yes
-    no_entries_ok: yes
-    from_digest:
-      list: move-tasks
-    seen: local
-    accept_all: yes
-    notify:
-      task:
-        template: move
-        via:
-          - email:
-              from: flexget@tardis
-              to: ramsi@localhost
-
-
-  backfill-mail: # {{{2
-    priority: 500
-    manual: yes
-    template:
-      - email
-    no_entries_ok: yes
-    from_digest:
-      list: backfill
-    seen: local
-    accept_all: yes
-
-
   seed-series-db: # {{{2
     manual: yes
     seen: local
@@ -625,19 +592,9 @@ tasks: # {{{1
 
 
 schedules: # {{{1
-  - tasks: ['daily-mail']
-    schedule:
-      hour: '17'
-      minute: '00'
-
   - tasks: ['dl-*']
     schedule:
       hour: '*'
       minute: '48'
 
-  - tasks: ['backfill-mail']
-    schedule:
-      hour: '*'
-      minute: '48'
-
 # vim: sts=2 ts=2 sw=2 et