For anyone moving from google photos and looking for alternatives, I recently transitioned to a NAS from Synology. They offer many apps, and one is very similar to this project, although a bit more polished. It's not open source, though (AFAIK). Performance with 2TB of movies and raw photos is awesome (60k files+). Indexing and face recognition took a few days, though. https://www.synology.com/en-global/dsm/feature/m…
It's amazing that synology would hold themselves back with a proprietary app when they are trying to sell hardware and are competing against Google and Apple.
LibrePhotos: A Self-Hosted Google Photos Alternative
101–110 of 141 posts
Re: LibrePhotos: A Self-Hosted Google Photos Alternative
#102I wonder how this will perform when you have tens or hundreds of thousands of photos.
There was a fantastic article by one of the frontend engineers at Google about how they built the UI for photos to be scalable: https://medium.com/google-design/google-photos-45b714dfbed1 There's no reason why the lessons learnt here couldn't be incorporated into an OS project.
Rendering correctly-scaled images is a different issue: Google Photos renders the image to the precise viewport dimensions (which is why it takes sometimes a couple seconds to render).
When I designed PhotoStructure, I knew I wanted everything to show instantly, so resizing is done to several common viewport sizes at import time (and these sizes are customizable). When you're browsing your library, your browser fetches the smallest variant that will still show with high quality based on native display resolution.
Re: LibrePhotos: A Self-Hosted Google Photos Alternative
#103Is there a good android app for librephotos (or any other application) that offers similar features than Google Photos? A while ago I tried adding photos to my nextcloud instance, but the nextcloud app in my opinion is very rudimentary. I really missed face grouping, location search, the year based scrollbar, etc.
Hmm, one could take out one's Google Maps Timeline info as JSON, and write a parser for librephotos (or others) that adds the location metadata into the photos.
Re: LibrePhotos: A Self-Hosted Google Photos Alternative
#104No screenshots and a broken demo
It's easy to criticize, but huh, if this were a commercial product, a manager would be complaining to the appropriate team about how crappy the demo is. The Github page says the app has "slight focus on cool graphs" but the demo's "Data Viz" section is completely empty. EDIT: Oh not completely empty, the face recognition library has data.
I'm interested to see my frequency of photos per day/week/month, etc, so if I want to try that out I would have to install the whole thing locally.
Re: LibrePhotos: A Self-Hosted Google Photos Alternative
#105Has anyone figured this out?
Re: LibrePhotos: A Self-Hosted Google Photos Alternative
#106I’d really like to get off of iCloud Photo Library, but I’m not sure of a way to reliably and automatically sync photos off of my iPhone to a provider like LibrePhotos. Has anyone figured this out?
Re: LibrePhotos: A Self-Hosted Google Photos Alternative
#107I’d really like to get off of iCloud Photo Library, but I’m not sure of a way to reliably and automatically sync photos off of my iPhone to a provider like LibrePhotos. Has anyone figured this out?
https://github.com/icloud-photos-downloader/icloud_photos_do...
Re: LibrePhotos: A Self-Hosted Google Photos Alternative
#108Earlier quoted context omitted.
Love seeing Pixelfed mentioned here. I've thought of it as an Instagram replacement but if it's practical as a Google photos alternative that's an added bonus.
It's a Fediverse program (uses ActivityPub) which lets people follow Pixelfed servers from any Mastoson, Pleroma or other server that implements ActivityPub. PeerTube is a similar service for video hosting. The Fediverse is the future, and the future is distributed.
I had never considered Pixelfed as a google photos alternative but am glad that something in the activitypub universe might be used that way.
Re: LibrePhotos: A Self-Hosted Google Photos Alternative
#109Earlier quoted context omitted.
Love seeing Pixelfed mentioned here. I've thought of it as an Instagram replacement but if it's practical as a Google photos alternative that's an added bonus.
I also know of it as an Instagram-type experience, and it's quite good at that, too. From my limited usage, I don't think it could replace Google Photos, though.
I guess it's a bit of a stretch but my preferred attitude is to be open minded and generally to cheer on the activitypub projects. They are, in the end, a force for good.
Re: LibrePhotos: A Self-Hosted Google Photos Alternative
#110Earlier quoted context omitted.
I also know of it as an Instagram-type experience, and it's quite good at that, too. From my limited usage, I don't think it could replace Google Photos, though.
Right, that's what got me wondering. I've got an account on the flagship Pixelfed instance, and I started thinking whether that's a plausible use case - setting all uploads to private (or, I guess "unlisted" is the only available option) and effectively using it like Google Photos. I guess it's a bit of a stretch but my preferred attitude is to be open minded and generally to cheer on the activitypub projects. They a…