Skip to content

Commit 1a302c0

Browse files
committed
Wrong FileTime #1 Issue solved
1 parent cd83cf5 commit 1a302c0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

GPMatcher.exe

401 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Google Photos Matcher (v 1.0)
1+
# Google Photos Matcher (v 1.2)
22

33
Simple executable to match metadata from JSONs to original images/videos.
44

files/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ def mainProcess(browserPath, window, editedW):
5151
continue
5252

5353
# METADATA EDITION
54-
55-
timeStamp = int(data['creationTime']['timestamp']) # Get creation time
54+
timeStamp = int(data['photoTakenTime']['timestamp']) # Get creation time
5655
print(filepath)
5756

5857
if title.rsplit('.', 1)[1].casefold() in piexifCodecs: # If EXIF is supported

0 commit comments

Comments
 (0)