From 8d11b30be3d7cee187ddb6a41f4fc9fa5219ceb8 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 17 Jun 2025 19:58:26 +0200 Subject: [PATCH] build --- handle_imported_video.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handle_imported_video.py b/handle_imported_video.py index 09fc035..e9f3ba6 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -81,6 +81,8 @@ for o, a in opts: #print(_FULL_PATH) def modify_creation_date(path,src_file): + print(path) + print(src_file) create_date = filedate.File(src_file).get() filedate.File(path).set( created = create_date["created"],