]> git.rmz.io Git - dotfiles.git/commitdiff
split quality into separate {}
authorSamir Benmendil <samir.benmendil@gmail.com>
Thu, 28 Feb 2013 21:47:31 +0000 (22:47 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Thu, 28 Feb 2013 21:47:31 +0000 (22:47 +0100)
flexget/config.yml

index 83df729025358e996504cc07b5804157fb12bbe9..985a54a76ed73964fbd0818fe5d02c9f006f9848 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|replace('/','-')}} ({{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|replace(' ','}{')}}{{'}'}}[en]{{location|pathext}}"
 
 # vim: sts=2 ts=2 sw=2 et