sinnsykfinbart@lemmy.world to degoogle · 4 months agoWhat's the best method to download your Google photos?message-squaremessage-square4linkfedilinkarrow-up111arrow-down10file-text
arrow-up111arrow-down1message-squareWhat's the best method to download your Google photos?sinnsykfinbart@lemmy.world to degoogle · 4 months agomessage-square4linkfedilinkfile-text
I’m having issues with Google takeout, it messes up the file names and thus the order of the photos. Any tips?
minus-squareafk_strats@lemmy.worldlinkfedilinkEnglisharrow-up4·4 months agoI’ve read about this and I’m not in a position to research it rn, but this is a “feature” of takeout. There are scripts which will fix this and I BELIEVE immich can handle this format natively.
minus-squaresinnsykfinbart@lemmy.worldOPlinkfedilinkarrow-up3·4 months agoI’ll check it out, thank you 🙏
minus-squaretaxon@lemmy.worldlinkfedilinkEnglisharrow-up4·edit-24 months agoThis worked pretty well for me, although constructing the cli command took a little elbow grease. This video and an LLM proved to be very helpful. Here’s the commands I ended up using: Testing Upload Process Before performing the actual upload, test the process with this command: immich-go.exe -server http://[server.ip:port} -key [put your apikey here w/o brackets} upload -dry-run -google-photos takout-*.zip Actual Upload Once testing is successful, perform the full upload: immich-go.exe -server http://[server.ip:port} -key [put your apikey here w/o brackets} upload -google-photos takout-*.zip Remove Duplicates If you’ve previously uploaded photos before syncing your phone, remove duplicates with: immich-go.exe -server http://[server.ip:port} -key [apikey} duplicate -yes
I’ve read about this and I’m not in a position to research it rn, but this is a “feature” of takeout. There are scripts which will fix this and I BELIEVE immich can handle this format natively.
I’ll check it out, thank you 🙏
This worked pretty well for me, although constructing the cli command took a little elbow grease. This video and an LLM proved to be very helpful.
Here’s the commands I ended up using:
Testing Upload Process
Before performing the actual upload, test the process with this command:
Actual Upload
Once testing is successful, perform the full upload:
Remove Duplicates
If you’ve previously uploaded photos before syncing your phone, remove duplicates with:
immich-go.exe -server http://[server.ip:port} -key [apikey} duplicate -yes