mlunar

@mlunar@lemmy.world
1 Post – 15 Comments
Joined 1 years ago

It's quite impressive how much the Immich folks have achieved in a relatively short period of time! I'm glad you found something that works for you :)

2 more...

I'd say Immich has quite a few more features, with the primary focus of backing up your media from your mobile devices with a more "managed" approach (it takes care of storing and organizing the files).

Photofield is more minimalistic (both in terms of user interface and as an application) and more useful if you have an existing directory structure that you want to view as a gallery. It also pulls a few neat tricks to make it work smoothly with up to ~600k files.

See also the linked comparison for more details. It's mostly accurate, though video is a bit better with this release.

Sorry if these are stupid questions.

Not at all! Thanks for taking an interest.

Does this only show these foss_photo_libraries and your local photos?

I'm not sure what you mean. foss_photo_libraries is a comparison table of different apps someone else maintains, but I thought it was a useful resource. The photos in the demo are a subset of the open images dataset and a couple of other samples that I picked for demo purposes.

If you install it locally you can point it to a folder and it should use each subfolder as an album, or you can configure custom albums.

Does it support jpegXL?

Yes actually, but I don't have many files to test it, so I'm not sure how well it works. If you do I'd be interested to hear how it works for you. It uses FFmpeg to on-the-fly convert anything it can't read natively.

Iā€™d love a seamless zoom feature for images in the browser. I use imagus but Iā€™d love if the popup window could zoom to be bigger than the browser window.

You can zoom by using the mouse wheel or by pinching to zoom if that's what you mean? You should be able to zoom pretty much as much as you want. If you're in the main view where the mouse wheel scrolls photos up and down you can hold Ctrl (Cmd?) to zoom instead.

1 more...

Hi, those points are certainly valid and I have nothing against these picks!

I just wanted to chime in that perf might not be as big of a problem as you might expect. 5k/hour is 1.4/sec, which sqlite should for sure be able to handle.

In fact, you can do hundreds to thousands of writes/sec, as long as you batch them in transactions (as by default each query is executed in its own transaction).

Ha, hiring only account managers šŸ˜… It does have search and maps, but they are a bit rudimentary right now. Also I have to find some sample geolocated photos to put in the demo, it doesn't have any right now.

Hmm, it seems to work for me. Which Android/Firefox version do you have?

2 more...

Haha, I hear you! Some things are a lot harder than they have any right to be.

There's probably no alternative as polished as that, but it's not too far off either. You can kinda search like that with photofield (disclaimer: I made it), but many other foss photo libraries also support semantic search by now, LibrePhotos for one.

No concrete plans for auth yet, but there's an feature request for this. I didn't really want to give a sense of false security with a half-baked solution.

For uploading, I thought about it briefly and it could be interesting. How would you expect it to work?

I imagine you would configure a sort of a target folder structure, then it would dump all uploads based in that structure? Or fully managed like GPhotos/Immich where the app hashes, dedupes and owns the files directly? šŸ¤”

Ah cool! Maybe the server broke for a sec? šŸ¤·ā€ā™‚ļø

Thanks!

Unfortunately I have no idea about the Unraid ecosystem, so I'm not sure what's the best way to approach that. It seems like you can run Docker images, so that's probably one way to go? Let me know if you get it to work!

2 more...

Good to know, thanks for the info!

Thanks!

You can run it on a subdomain, e.g. photos.mydomain.com with no special configuration, but it doesn't support subpaths, e.g. mydomain.com/gallery/

1 more...

You can, but only one can write at a time, which may or may not be a problem :)