]> git.rmz.io Git - dotfiles.git/blobdiff - flexget/config.yml
make pulse widget work on chronos
[dotfiles.git] / flexget / config.yml
index cf45208103a1ab95638f45308782284dc0a0ec35..314b9621deda5c02bcb0efd7f1eecacf8c98c24a 100644 (file)
@@ -19,7 +19,6 @@ tasks:
 
     exists_series:
       - "/mnt/Skaro/Series"
-      - "/home/ramsi/Torrents"
 
     series:
       settings:
@@ -38,6 +37,7 @@ tasks:
         - the cleveland show
         - two and a half men
       720p:
+        - breaking bad
         - dexter
         - doctor who
         - eureka
@@ -45,6 +45,7 @@ tasks:
         - house
         - my little pony
         - red dwarf
+        - the walking dead
         - weeds
 
     transmission:
@@ -58,6 +59,8 @@ tasks:
     thetvdb_lookup: yes
     metainfo_series: yes
     accept_all: yes
+    # only reject files that have been seen by this task
+    seen: local 
 
     find:
       path: /mnt/Skaro/Torrents.flex
@@ -71,14 +74,15 @@ tasks:
   move-movies:
     tmdb_lookup: yes
     accept_all: yes
+    seen: local
 
     find:
-      path: /mnt/Skaro/Movies.carsten
+      path: /mnt/Skaro/Torrents.flex
       recursive: yes
       regexp: '.*\.mkv$'
 
     move:
-      to: "/mnt/Skaro/Movies.flexed"
-      filename: "{{tmdb_name}} ({{tmdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en][de].mkv"
+      to: "/mnt/Skaro/Movies"
+      filename: "{{tmdb_name}} ({{tmdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en].mkv"
 
 # vim: sts=2 ts=2 sw=2 et