]> git.rmz.io Git - dotfiles.git/blobdiff - flexget/config.yml
new location for steam wrapper
[dotfiles.git] / flexget / config.yml
index f9c0587add75b55524d122a80b3233a99087f8ae..cf45208103a1ab95638f45308782284dc0a0ec35 100644 (file)
@@ -50,7 +50,7 @@ tasks:
     transmission:
       host: localhost
       port: 9091
-      path: /home/ramsi/Torrents
+      path: /mnt/Skaro/Torrents.flex
       removewhendone: yes
       ratio: 0.0
 
@@ -60,12 +60,25 @@ tasks:
     accept_all: yes
 
     find:
-      path: /home/ramsi/Torrents
+      path: /mnt/Skaro/Torrents.flex
       recursive: yes
       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}} ({{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][de].mkv"
 
 # vim: sts=2 ts=2 sw=2 et