Is there any of these that can be pointed at a photo library on a NAS or harddrive, instead of having the application copy all the images into it's own location/database (which therefore required double the harddrive space)?
Ask HN: Personal photo library recommendations? Open source, browser-based
51–60 of 121 posts
Re: Ask HN: Personal photo library recommendations? Open source, browser-based
#52https://github.com/srinathh/naspics
(edit: some data destination paths are probably hard coded since I wrote it for myself but can be easily broken out into command line options if needed)
Re: Ask HN: Personal photo library recommendations? Open source, browser-based
#53Earlier quoted context omitted.
Will you have support for handling duplicate images? People are either super organised, or the complete opposite. When you have multiple copies for backup and then want to consolidate to a library you want to hide your messiness. I've been struggling to find a tool that handles that handles the duplicates problem within a web interface. I've been experimenting with some approaches including perceptual hashes and was…
I definitely hear you regarding duplication. This whole project evolved from a script I wrote to do just that. There is a concept of multiple versions (files) of an image so different edits with the same metadata timestamp will show only once and you'll be able to select the preferred one. I prefer to handle things this way to start and then suggest deletions based on same hash rather than deleting up front. I don't…
Re: Ask HN: Personal photo library recommendations? Open source, browser-based
#54Is there one that can import Mac photo libraries an remove duplicate pictures by the way?
I am looking for this exact feature. Identifying duplicates from multiple back-ups. Is there a cool way?
Re: Ask HN: Personal photo library recommendations? Open source, browser-based
#55I've been unable to find an open source multiuser local photo product. I'd love for my whole family to upload cell phone photos and SD cards to a central place we could share and tag from, without it belonging to Google.
I just went through and renamed all my pictures by the exif create date, adding any unique names to exif UserComment.
I'm working on scripting all of this, but it works for me and I can pull data from anything into the directory. Everyone in the house can access it via samba and view the pictures.
Re: Ask HN: Personal photo library recommendations? Open source, browser-based
#56I've been looking for the same thing. An Apple Photo clone would be perfect, as I like this product very much, but I would like to have control over my photos.
Re: Ask HN: Personal photo library recommendations? Open source, browser-based
#57I created NasPics specifically for this reason. I wrote it in pure Go with no dependencies for ease of cross compilation since my NAS runs a weird old Debian based distribution of Linux on ARM. Running it is just cross compiling a binary, copying over and executing. For restart across boots, I just added a simple SystemD service file. https://github.com/srinathh/naspics (edit: some data destination paths are probably…
> It is build on React using the Create React App tool, written in Javascript and requries a NodeJS development environment.
Re: Ask HN: Personal photo library recommendations? Open source, browser-based
#58I'd love to find one that incorporates the functionality that Picasa (windows desktop) circa 2000 i.e. face recognition/matching. It was way ahead of it's time, and actually worked! Best of all, it did everything locally... not cloud based and thus retained privacy of your personal photo collection.
Google Photos does some really handy stuff with facial recognition, which was super helpful when searching & collating photos. Doesn't help much for privacy, however.
Re: Ask HN: Personal photo library recommendations? Open source, browser-based
#59Shameless plug: I'm currently working on a solution called Photonix, though it's still very much pre-1.0 at the moment. https://photonix.org/ Installation is fairly simple with Docker, frontend is web-based (React), backend is Python with a sprinkling of Tensorflow. So far auto-tagging of photos by location, object detection and colour is fairly decent. UI is progressing and is useable on most devices, though quite m…
Re: Ask HN: Personal photo library recommendations? Open source, browser-based
#60Not specifically for photos, but I have been a user of Perkeep, a long running project from one of the golang maintainers that focuses on long term storage of one's data: https://perkeep.org/doc/
Although it's no longer actively maintained (IIRC) and some of the importers are currently broken for me (Mastodon importer can't talk to Pleroma, Pinboard has a JSON error, Twitter gives random "account not found", etc.) Which is a shame because I really like Perkeep/Camlistore as a concept.
-- Edit --
Actually on checking, it doesn't seem like Perkeep is at all dead. I'm seeing several updates in the last month...