From 1fb70938981945b487d3245a4c124ef6beecbb95 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 28 Feb 2013 22:47:31 +0100 Subject: [PATCH] split quality into separate {} --- flexget/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexget/config.yml b/flexget/config.yml index 83df729..985a54a 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|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 -- 2.48.1