]> git.rmz.io Git - dotfiles.git/commitdiff
move episodes to "Specials" instead of "Season 0"
authorSamir Benmendil <samir.benmendil@gmail.com>
Sun, 18 Aug 2013 22:44:55 +0000 (00:44 +0200)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sun, 18 Aug 2013 22:44:55 +0000 (00:44 +0200)
flexget/config.yml

index 6305ea3fe425ed797724e6795c209e0e581e84c1..0431bfc133b29bd39010403824a6390bb12cd60c 100644 (file)
@@ -82,7 +82,7 @@ tasks:
         - '[Ss]ample'
 
     move:
-      to: "/mnt/Skaro/Series/{{tvdb_series_name}}/Season {{tvdb_season}}/"
+      to: "/mnt/Skaro/Series/{{tvdb_series_name}}/{% if tvdb_season == 0 %}Specials{% else %}Season {{tvdb_season}}{% endif %}/"
       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: