From b31f21b5682a4c4038db75f8680dc9b992450609 Mon Sep 17 00:00:00 2001 From: Fabrice Quenneville Date: Sat, 7 Nov 2020 19:22:42 -0500 Subject: [PATCH] Added support for .vid --- curator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/curator.py b/curator.py index e2184de..3f6278f 100755 --- a/curator.py +++ b/curator.py @@ -136,6 +136,8 @@ def get_videolist(parentdir, inputs = ["any"], filters = []): videolist += list(path.rglob("*.[fF][lL][vV]")) if "mpg" in inputs or "any" in inputs or len(inputs) < 1: videolist += list(path.rglob("*.[mM][pP][gG]")) + if "vid" in inputs or "any" in inputs or len(inputs) < 1: + videolist += list(path.rglob("*.[vV][iI][dD]")) # Remove folders