From b0fa38203b48219a214f594a7772d22994c879fb Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 2 Jul 2013 15:29:36 +0200 Subject: [PATCH] use tvdb information --- flexget/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flexget/config.yml b/flexget/config.yml index 314b962..a05975d 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -68,8 +68,8 @@ tasks: regexp: '.*\.(avi|mkv|mp4)$' 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|replace(' ','}{')}}{{'}'}}[en]{{location|pathext}}" + to: "/mnt/Skaro/Series/{{tvdb_series_name}}/Season {{tvdb_season}}/" + filename: "{{tvdb_season}}x{{tvdb_episode|pad(2)}} {{tvdb_ep_name|replace('/','-')}} ({{tvdb_ep_air_date|formatdate('%Y')}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en]{{location|pathext}}" move-movies: tmdb_lookup: yes -- 2.48.1