]> git.rmz.io Git - dotfiles.git/commitdiff
remove '/' in filenames
authorSamir Benmendil <samir.benmendil@gmail.com>
Sun, 3 Feb 2013 00:06:21 +0000 (01:06 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sun, 3 Feb 2013 00:06:21 +0000 (01:06 +0100)
flexget/config.yml

index e2431bd741ed39991f48cb734a4c0e5dec022551..83df729025358e996504cc07b5804157fb12bbe9 100644 (file)
@@ -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