From a85afbc63ae5b2bbf3b89924fd6bb3ea052fba1a Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 3 Aug 2013 03:48:45 +0200 Subject: [PATCH] ignore samples --- flexget/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flexget/config.yml b/flexget/config.yml index 86f5f4a..2eff460 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -69,6 +69,10 @@ tasks: recursive: yes regexp: '.*\.(avi|mkv|mp4|mpg|divx)$' + regexp: + reject: + - '[Ss]ample' + move: 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}}" -- 2.48.1