From 22f140908ce1c9fbf34fd5d818b665dec0ba0855 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 19 Aug 2013 00:44:55 +0200 Subject: [PATCH] move episodes to "Specials" instead of "Season 0" --- flexget/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexget/config.yml b/flexget/config.yml index 6305ea3..0431bfc 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -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: -- 2.48.1