]> git.rmz.io Git - dotfiles.git/blobdiff - flexget/config.yml
run move-{movies,episodes} on more files
[dotfiles.git] / flexget / config.yml
index 314b9621deda5c02bcb0efd7f1eecacf8c98c24a..239f27ca807dd5672816172612fb1ddb4d63a825 100644 (file)
@@ -65,11 +65,11 @@ tasks:
     find:
       path: /mnt/Skaro/Torrents.flex
       recursive: yes
-      regexp: '.*\.(avi|mkv|mp4)$'
+      regexp: '.*\.(avi|mkv|mp4|mpg|divx)$'
 
     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
@@ -79,7 +79,7 @@ tasks:
     find:
       path: /mnt/Skaro/Torrents.flex
       recursive: yes
-      regexp: '.*\.mkv$'
+      regexp: '.*\.(mkv|avi|mp4)$'
 
     move:
       to: "/mnt/Skaro/Movies"