]> git.rmz.io Git - dotfiles.git/blobdiff - flexget/config.yml
most movies won't have a german track
[dotfiles.git] / flexget / config.yml
index e2431bd741ed39991f48cb734a4c0e5dec022551..5373d38a47ad15864b8c87159c238ea552612456 100644 (file)
@@ -38,6 +38,7 @@ tasks:
         - the cleveland show
         - two and a half men
       720p:
+        - breaking bad
         - dexter
         - doctor who
         - eureka
@@ -45,6 +46,7 @@ tasks:
         - house
         - my little pony
         - red dwarf
+        - walking dead
         - weeds
 
     transmission:
@@ -66,6 +68,19 @@ tasks:
 
     move:
       to: "/mnt/Skaro/Series/{{series_name_tvdb}}/Season {{tvdb_season}}/"
-      filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{ep_name}} ({{ep_air_date|formatdate('%Y')}}){{'{'}}{{quality}}{{'}'}}[en]{{location|pathext}}"
+      filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{ep_name|replace('/','-')}} ({{ep_air_date|formatdate('%Y')}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en]{{location|pathext}}"
+
+  move-movies:
+    tmdb_lookup: yes
+    accept_all: yes
+
+    find:
+      path: /mnt/Skaro/Movies.carsten
+      recursive: yes
+      regexp: '.*\.mkv$'
+
+    move:
+      to: "/mnt/Skaro/Movies.flexed"
+      filename: "{{tmdb_name}} ({{tmdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en].mkv"
 
 # vim: sts=2 ts=2 sw=2 et