https://github.com/pirafrank/Google-Photos-EXIF-fixer
349
Google Photos doesn't recognize photos with no EXIF metadata and messes around when there's no shooting date in metadata. Using exiftool manually to fix this is pain.
gphotofix is a simple solution. It uses the filename to set shooting date in EXIF metadata. And it does it in batch, yay!
docker run -v "/dir/with/photos:/photos" pirafrank/gphotofix:latest /photos YYYYMMDD_hhmmss
for a folder where pictures are named like 20201231_235900.jpg.
docker build -t pirafrank/gphotofix:latest -f Dockerfile .
Content type
Image
Digest
sha256:2e4556c3f…
Size
80.6 MB
Last updated
almost 2 years ago
docker pull pirafrank/gphotofix