]> git.rmz.io Git - dotfiles.git/blobdiff - flexget/config.yml
replace matcher with url-select + add keyboard-select
[dotfiles.git] / flexget / config.yml
index d90704e4a40165f722f78449de98cc3f885284f4..a05975db0afaba6aff42410ac18c2e5d4a68cf4f 100644 (file)
@@ -19,7 +19,6 @@ tasks:
 
     exists_series:
       - "/mnt/Skaro/Series"
-      - "/home/ramsi/Torrents"
 
     series:
       settings:
@@ -60,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
@@ -67,20 +68,21 @@ tasks:
       regexp: '.*\.(avi|mkv|mp4)$'
 
     move:
-      to: "/mnt/Skaro/Series/{{series_name_tvdb}}/Season {{tvdb_season}}/"
-      filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{ep_name|replace('/','-')}} ({{ep_air_date|formatdate('%Y')}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en]{{location|pathext}}"
+      to: "/mnt/Skaro/Series/{{tvdb_series_name}}/Season {{tvdb_season}}/"
+      filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{tvdb_ep_name|replace('/','-')}} ({{tvdb_ep_air_date|formatdate('%Y')}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en]{{location|pathext}}"
 
   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"
+      to: "/mnt/Skaro/Movies"
       filename: "{{tmdb_name}} ({{tmdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en].mkv"
 
 # vim: sts=2 ts=2 sw=2 et