this post was submitted on 06 Jul 2025
145 points (98.7% liked)

DeGoogle Yourself

12589 readers
131 users here now

A community for those that would like to get away from Google.

Here you may post anything related to DeGoogling, why we should do it or good software alternatives!

Rules

  1. Be respectful even in disagreement

  2. No advertising unless it is very relevent and justified. Do not do this excessively.

  3. No low value posts / memes. We or you need to learn, or discuss something.

Related communities

!privacyguides@lemmy.one !privacy@lemmy.ml !privatelife@lemmy.ml !linuxphones@lemmy.ml !fossdroid@social.fossware.space !fdroid@lemmy.ml

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] LavaPlanet@sh.itjust.works 2 points 1 day ago (1 children)

I've been using google photos for 13 years, haaalp! Is there an app that could drag everything over, possibly? Plus which supports that level of storage, I don't care if I have to pay. I would rather pay and know I support competitive, but less evil software.

[–] jabberwockiX@lemmy.world 6 points 1 day ago (1 children)

I used google takeout to download ALL of my google data since I am actively trying to de-google. But you can just select to download google photos only for now. immich has a nice import utility. I have not used any of the others.

WARNING: google has removed the file modified date and the file create date so when you extract the files from the takeout zip file, they will show as being created and modified on the date you extract them. This will cause immich to import all of your photos on the same date instead of importing them into the date they were taken, which is less than ideal.

Solution:

Download and install exiftool

Open a command line and run the following commands from the directory where you installed exiftool:

To change image files:

exiftool "-filemodifydate<datetimeoriginal" "-filecreatedate<datetimeoriginal" "drive letter:\path to\your\photos"

To change MP4 files:

exiftool "-filemodifydate<createdate" "-filecreatedate<createdate" "drive letter:\path to\your\photos"

To change AVI files:

exiftool "-filemodifydate<createdate" "-filecreatedate<createdate" "-filemodifydate<datetimeoriginal" "-filecreatedate<datetimeoriginal" "drive letter:\path to\your\photos\*.avi"

If the files are not updating you might need to verify the tags your files have:

exiftool -time:all "drive letter:\path to\your\photos\some.JPG"

This will list the tags on the file and you can update the commands above with the appropriate tags for your situation.

Obviously keep your takeout zip file as a backup and test these commands out on a few test images, but I did these commands to update 20 years worth of google images.

I do not know which provider would be best to host as I am self-hosting immich. I am backing up to external drives and also to Backblaze B2.

[–] LavaPlanet@sh.itjust.works 1 points 20 hours ago (1 children)

Oh, em gosh, thank you so much! I might actually know a work around, your back up sparked a memory for me, I think I've been backing up to some dusty old hdd here and there, I might be able to patch most of it, without google photos! I might see what I can Frankensteins monster outta that, first. That's such a detailed response, I so hugely appreciate your help, all those photos mean so much to me. Thanks friend!!

[–] jabberwockiX@lemmy.world 1 points 8 hours ago

You are welcome :-) It is the type of information I wish I had when I did this project. It is worth doing the google takeout of your photos anyway even if you just keep them as a backup to a backup.

Fixing the file dates is not as daunting as it might look. It is actually very fast.