From: Samir Benmendil Date: Sun, 3 Feb 2013 00:06:21 +0000 (+0100) Subject: remove '/' in filenames X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/bd4c824d9a4470adb5c10d8211db8eb1e50ba3ac?ds=inline remove '/' in filenames --- 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