From ee99efb0df6b146d098b5b65cdbed8a61ecd9ff1 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 28 Feb 2013 22:48:23 +0100 Subject: [PATCH] add move-movies --- flexget/config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/flexget/config.yml b/flexget/config.yml index 985a54a..cf45208 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -68,4 +68,17 @@ tasks: 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}}" + move-movies: + tmdb_lookup: yes + accept_all: yes + + find: + path: /mnt/Skaro/Movies.carsten + recursive: yes + regexp: '.*\.mkv$' + + move: + to: "/mnt/Skaro/Movies.flexed" + filename: "{{tmdb_name}} ({{tmdb_year}}){{'{'}}{{quality|replace(' ','}{')}}{{'}'}}[en][de].mkv" + # vim: sts=2 ts=2 sw=2 et -- 2.48.1