From 01136c801b2c62eb5318aad76d828d06f5c7a4fc Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 10 Jul 2013 03:10:17 +0200 Subject: [PATCH] run move-{movies,episodes} on more files --- flexget/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flexget/config.yml b/flexget/config.yml index a05975d..239f27c 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -65,7 +65,7 @@ tasks: find: path: /mnt/Skaro/Torrents.flex recursive: yes - regexp: '.*\.(avi|mkv|mp4)$' + regexp: '.*\.(avi|mkv|mp4|mpg|divx)$' move: to: "/mnt/Skaro/Series/{{tvdb_series_name}}/Season {{tvdb_season}}/" @@ -79,7 +79,7 @@ tasks: find: path: /mnt/Skaro/Torrents.flex recursive: yes - regexp: '.*\.mkv$' + regexp: '.*\.(mkv|avi|mp4)$' move: to: "/mnt/Skaro/Movies" -- 2.48.1