Immich public roadmap (immich.app)
from GravitySpoiled@lemmy.ml to selfhosted@lemmy.world on 12 Jun 11:37
https://lemmy.ml/post/16786207

#selfhosted

threaded - newest

Blisterexe@lemmy.zip on 12 Jun 12:00 next collapse

Oh awesome, its nice to know that immich will add photo editing soon!

perishthethought@lemm.ee on 12 Jun 12:00 next collapse

Being able to make lightweight edits to photos is going to be very nice.

theorangeninja@lemmy.today on 12 Jun 12:44 next collapse

How does Immich compare to something like PhotoPrism or Piwigo?

Tywele@lemmy.dbzer0.com on 12 Jun 12:48 next collapse

Compared to PhotoPrism for example Immich supports multiple users.

kurcatovium@lemm.ee on 12 Jun 14:59 collapse

How does it store images? Does it make one huge pile and sort it by metadata and external db magic?

ShortN0te@lemmy.ml on 12 Jun 19:44 next collapse

Yes. But it allows to define a custom storage layout based on user date time filename typ and album.

kurcatovium@lemm.ee on 12 Jun 21:32 collapse

Ok, thank you.

Mora@pawb.social on 12 Jun 20:12 collapse

Pretty much however you want. You can let it import and sort by a folder logic of your design or can make it read an already existing library without immich modifying the structure.

kurcatovium@lemm.ee on 12 Jun 21:33 collapse

Thank you, will have to check the docs… I remeber someone told me it can’t import folder structure, but it’s been a while.

ahal@lemmy.ca on 13 Jun 12:27 collapse

It definitely can, it’s called an “external library”. I just added my entire photo collection and use Immich as a frontend to view them all

skittlebrau@lemmy.world on 14 Jun 13:20 collapse

Can you view an external library using your own folder structure and not in a timeline display? I was under the impression Immich can’t do that, at least not without manually creating them all as separate albums or by using a script.

Eg.

I have photos from the last 30 years stored in this type of folder structure:

2002

  • 2002-06-23 Mum’s birthday party — 2002-06-23 Mum’s birthday party-0001.TIF

I’m less interested in using it for photo backup since I’d prefer not to use an automated tool since I curate everything in my library so that it stays organised - I’m looking for something for viewing/displaying and sharing.

ahal@lemmy.ca on 14 Jun 14:23 collapse

Ah, yeah I guess you can’t browse your photos using a file system view. I just meant that it won’t automatically reorganize your pictures on the file system.

However you can create albums via an API call. You could probably write a script that adds each folder to an album or something.

GravitySpoiled@lemmy.ml on 12 Jun 13:24 next collapse

Immich has a big financial backer

theorangeninja@lemmy.today on 12 Jun 13:37 collapse

This one right? Futo, Please don’t attempt to create your own Open Source Definition

GravitySpoiled@lemmy.ml on 12 Jun 13:51 next collapse

Immich is agpl immich.app/…/immich-core-team-goes-fulltime/

theorangeninja@lemmy.today on 12 Jun 14:14 collapse

Let’s hope it stays like that!

GravitySpoiled@lemmy.ml on 12 Jun 14:19 next collapse

Let’s hope 🥰

Blisterexe@lemmy.zip on 12 Jun 16:28 collapse

They confirmed it will

BeatTakeshi@lemmy.world on 12 Jun 17:07 collapse

Wouldn’t be the first to flip

Chewy7324@discuss.tchncs.de on 12 Jun 19:55 next collapse

Immich recently changed license from MIT to AGPL. As far as I understand they can’t sinply relicense to a non-free license unless they redo a good chunk of code from the last half a year.

If they still used the MIT license I’d be worried too.

ShortN0te@lemmy.ml on 12 Jun 19:55 collapse

They would not be able to really. In theory every contributor (or at least the vast majority) would have to agree to that license change.

BeatTakeshi@lemmy.world on 13 Jun 05:37 collapse

Still waiting to see any consequence on simplemobiletools

Omniraptor@lemm.ee on 12 Jun 18:37 collapse

Semantic/licensing quibbles aside, these futo guys seem pretty based (affectionate). They even use the word “normies” in their goals/value statement.

Seriously tho, with power/wealth as lopsided as it is in america, we really need capitalist class traitors to get anything done and I’m glad people like this exist

theorangeninja@lemmy.today on 12 Jun 19:41 collapse

I guess at this point we have to take what we get.

antlion@lemmy.dbzer0.com on 12 Jun 15:54 next collapse

Piwigo is more like a shared gallery. Users create album/folders and upload individual photos, which other users can access. Piwigo has poor support for videos and no support for Live Photos.

Photoprism has only a single user for the free tier. It supports Live Photos and videos, and individual photo uploads. It does facial recognition tagging.

Immich supports video/Live Photos, facial recognition, and has multiple users, but it expects a full backup/synchronization (not individual photos). Sharing between users is manual, not automatic or permissions-based like Piwigo. Each user has access only to their own backups or shared albums.

In summary, I think Piwigo is the simplest to set up and use, but it doesn’t do much beyond photos - it’s a simple shared gallery. Photoprism is good and stable, but you have to pay a subscription for multiple user accounts. Immich is rapidly developing, which means things will break, but also it has the most features. My only issue with Immich is that I don’t want to use it as a backup - only as a “best of” shared gallery. While it’s possible with Immich, I would have to maintain an Immich album on my phone, and sync only that, and I would have to set up shares with other users manually.

theorangeninja@lemmy.today on 12 Jun 17:54 collapse

Thanks for the detailed writeup, I think I understood it properly now!

Crazy that you have to pay for PhotoPrism to have more users!

Maybe they add these features you want to Immich? Given that it’s still in development.

werefreeatlast@lemmy.world on 12 Jun 19:41 collapse

Yeah the multiuser thing is a big deal for me now. Photoprism is okay but just the fact that there’s a paid version irks me.

theorangeninja@lemmy.today on 12 Jun 19:47 next collapse

Yeah I wanted to selfhost photoprism soon but now I have to reconsider that.

werefreeatlast@lemmy.world on 12 Jun 19:51 collapse

I have an instance that runs half stably on an old PC. I will upgrade to an old server and then move to immich.

antlion@lemmy.dbzer0.com on 12 Jun 19:52 collapse

I would probably do a one-time purchase but I don’t do subscriptions.

skittlebrau@lemmy.world on 13 Jun 07:00 collapse

One feature that I hope that Immich adopts is to allow for external libraries to be displayed in an existing folder structure. There’s no built-in way to do this and requires a script that uses albums as a workaround. A lot of photographers have organised folders by date/event that span years/decades, so it’s not practical to create these manually with albums.

The closest I’ve found is a cron script which does album generation automatically, but it’s not a ‘future proof’ solution since it could stop working at any time.

Memories (Nextcloud), Photoprism, and Photoview can do this.

theorangeninja@lemmy.today on 13 Jun 07:40 collapse

Photoview looks nice too, I might try that.

Evil_Shrubbery@lemm.ee on 12 Jun 14:07 next collapse

Its amazing how fast it’s developing, hard to believe it’s only two years old, yet it seems like yesterday at the same time.

Fantastic devs!

EvilCartyen@feddit.dk on 13 Jun 08:23 next collapse

Never heard of Immich, but it looks absolutely amazing.

PlutoniumAcid@lemmy.world on 14 Jun 11:28 collapse

And amazing is is. It has almost completely replaced my use of Google Photos 👍

PieMePlenty@lemmy.world on 13 Jun 11:45 next collapse

Needs private albums for porn and ill use it.

d_k_bo@feddit.de on 13 Jun 13:52 collapse

stashapp.cc

Cyber@feddit.uk on 13 Jun 16:55 collapse

Wow.

Now I know there’s an app for everything…

Gutless2615@ttrpg.network on 13 Jun 11:52 next collapse

Please stop breaking things every other release

GravitySpoiled@lemmy.ml on 13 Jun 12:06 next collapse

I’d say Innovation is more important than stopping with breaking changes

MrRazamataz@lemmy.razbot.xyz on 13 Jun 12:59 next collapse

This is a roadmap to the stable release. Things can’t be expected to never break before the stable release.

d_k_bo@feddit.de on 13 Jun 13:50 collapse

Please read the warning at the top of their page:

⚠️ The project is under very active development. Expect bugs and changes. Do not use it as the only way to store your photos and videos!

If you don’t like these breaking changes, this might not be the right software for you (for now).

baatliwala@lemmy.world on 13 Jun 16:45 collapse

They should’ve stuck to v0.X versioning until it’s ready. Makes no sense to up to v1 if it’s still in alpha/beta

d_k_bo@feddit.de on 13 Jun 18:33 collapse

I don’t think they state anywhere that they adhere to semantic versioning.

Harimau@lemmy.world on 13 Jun 14:28 next collapse

Yeah I am looking forward to the stable release.

What happened to the old logo?

Last time that I checked the Repo it was different.

GravitySpoiled@lemmy.ml on 13 Jun 15:10 collapse

Redesigned. If i have to guess: because it was too much. Too many details, too small.

Elkenders@feddit.uk on 13 Jun 15:24 next collapse

Ooo similar image detection already implemented! Been wondering how I manage that!

Cyber@feddit.uk on 13 Jun 17:01 next collapse

So, do I need a GPU to use facial rec. with this?

I have a NAS with a low powered CPU, but I don’t care if it takes weeks to analyse - we don’t take loads of photos.

megalodonosaurus@lemmy.dbzer0.com on 13 Jun 20:44 next collapse

No, I do all the facial stuff on my little n305. Depends on size of photos and how many. I have about 9k and it took a few hours to churn through.

Bakkoda@sh.itjust.works on 15 Jun 01:18 collapse

I passed my igpu through and honestly found almost no speed benefit after the initial import. So i removed it.

theterrasque@infosec.pub on 15 Jun 00:41 collapse

Better background backups

Rework background backups to be more reliable

Hilarious for a system which main point / feature is photo backup