From: Samir Benmendil Date: Thu, 28 Feb 2013 21:47:31 +0000 (+0100) Subject: split quality into separate {} X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/1fb70938981945b487d3245a4c124ef6beecbb95?hp=-c split quality into separate {} --- 1fb70938981945b487d3245a4c124ef6beecbb95 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