Ask HN: Google Photos Alternatives?
I've been using Google Photos and it's pretty amazing, the search is amazing, auto-sync with families/friends (you add a folder and tell all the pictures from X will be added into this shared library. It's pretty amazing these features.
I'm wondering if there is a competitor for this, or what people is using. I want to de-googlify as much as a I can.
12 comments
[ 2.7 ms ] story [ 37.9 ms ] threadI wrote it to sweep all the photos and videos from 30+ HDDs I've accumulated from prior servers and backups and laptops into one neat deduplicated pile, free from invalid or corrupt or bitrotted copies.
There's a fast web-based front end that uses random sampling and hierarchical tagging to find stuff quickly, and to make browsing feel serendipitous.
ML-powered search is coming in a future release. Something like CLIP is looking to be the most promising currently, rather than auto-tagging and then indexing those tags.
Lots more details are here: https://photostructure.com/faq/why-photostructure/
Regardless of using PhotoStructure or not: if you self-host (anything!), please be sure to figure out a backup strategy for your data. I wrote this article to help: https://photostructure.com/faq/how-do-i-safely-store-files/
For reference check the best effort project https://github.com/gilesknap/gphotos-sync and the "Known Issues with Google API" section.
In short: * photos lose some metadata including GPS * You will lose your RAW images (AFAIK) * videos are always transcoded with a lossy conversion
I've walked into the same trap. I'll probably use Google Takeout to hopefully recover my own data and treat Google Photos as an ephemeral destination from now on.
I'd strongly recommend only using Google Photos as what it is: a _lossy_ backup (that gets expensive if you have a big library).
If you care about your originals, use one of the several applications that allow your phone to backup your originals directly to your server (either at home or that you're renting). Here's a list of apps that do this:
https://photostructure.com/faq/how-do-i-safely-store-files/#...
Also, Google Takeout can be persnickety. In doing customer support for PhotoStructure users, I've compiled a list of workarounds if it errors out for you: https://photostructure.com/faq/takeout/#step-1-create-a-new-...