Chore: Add Videos and clean up extension list
This commit is contained in:
parent
c5ab01ef4d
commit
e1b32be718
@ -30,7 +30,7 @@ for item in file_list:
|
|||||||
|
|
||||||
filename, file_extension = os.path.splitext(item)
|
filename, file_extension = os.path.splitext(item)
|
||||||
filename = item # Critical to the process
|
filename = item # Critical to the process
|
||||||
if not file_extension.lower() == ".nef" and not file_extension.lower() == ".jpg":
|
if not file_extension.lower() in (".nef", ".jpg", ".mp4"):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# print(filename, file_extension)
|
# print(filename, file_extension)
|
||||||
|
Loading…
Reference in New Issue
Block a user