From bd4c824d9a4470adb5c10d8211db8eb1e50ba3ac Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 3 Feb 2013 01:06:21 +0100 Subject: [PATCH] remove '/' in filenames --- flexget/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexget/config.yml b/flexget/config.yml index e2431bd..83df729 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -66,6 +66,6 @@ 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}}{{'}'}}[en]{{location|pathext}}" # vim: sts=2 ts=2 sw=2 et -- 2.48.1