Add EXIF writing and machine metadata support

This commit is contained in:
2026-04-24 18:21:37 -04:00
parent f2193011ca
commit e8d3bf7180
11 changed files with 577 additions and 12 deletions
+2
View File
@@ -60,6 +60,8 @@ def test_load_config_defaults(tmp_path):
assert cfg["timeout"] == 60
assert cfg["request_delay"] == 0.5
assert cfg["output_dir"] == "archives"
assert cfg["write_exif"] is True
assert cfg["machine_metadata"] == {}
def test_load_config_overrides(tmp_path):