From 5525d309bfee3dce43f5c1e4f938d2f0202069e2 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Sat, 13 Dec 2025 20:18:18 +1000 Subject: [PATCH] Also set create date --- pyproject.toml | 2 +- src/emulsion/main.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0dc84fd..7fcb459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "emulsion" -version = "0.1.0" +version = "0.1.1" description = "A tool for updating exif tags" requires-python = ">=3.10" dependencies = [ diff --git a/src/emulsion/main.py b/src/emulsion/main.py index dc0c460..47b6484 100644 --- a/src/emulsion/main.py +++ b/src/emulsion/main.py @@ -172,6 +172,7 @@ def build_exiftool_cmd(file_path, author, lab, make, model, film, timestamp, dry # Timestamps f"-DateTimeOriginal={timestamp}", + f"-CreateDate={timestamp}", # Clear out some lab fields "-WebStatement=",