From: Samir Benmendil Date: Wed, 16 Jan 2013 21:28:25 +0000 (+0100) Subject: set (year)[quality][lang] when moving files X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/6417c5443c354bd3275e6a8e1ad1152489497ef9?hp=--cc set (year)[quality][lang] when moving files --- 6417c5443c354bd3275e6a8e1ad1152489497ef9 diff --git a/flexget/config.yml b/flexget/config.yml index 714739a..f9c0587 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}}{{location|pathext}}" + filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{ep_name}} ({{ep_air_date|formatdate('%Y')}}){{'{'}}{{quality}}{{'}'}}[en]{{location|pathext}}" # vim: sts=2 ts=2 sw=2 et