Skip to content

Commit

Permalink
hm this might be a good idea
Browse files Browse the repository at this point in the history
close #303
  • Loading branch information
TheLastGimbus authored Apr 6, 2024
1 parent c724f57 commit 1f62940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ If you want to run it on Synology, have problems with interactive, or just love
cd Downloads
# run it on your output folder:
# (the '-r' means "run on all files/in sub-folders" aka recursively)
exiftool -overwrite_original -r -P "-AllDates<FileModifyDate" "your/output/folder/ALL_PHOTOS/"
# (Make sure you didn't change file modify dates aka didn't do anything with the files after running gpth
exiftool -overwrite_original -r -if 'not defined DateTimeOriginal' -P "-AllDates<FileModifyDate" "your/output/folder/ALL_PHOTOS/"
```
Done! Enjoy your photos!!!
Expand Down

0 comments on commit 1f62940

Please sign in to comment.