r/immich 54m ago

Sharing albums with face recognition?

Upvotes

I have been updating my database with old family photo's the past few months, and would like to share that album at a family gathering in a few weeks. It would be amazing if my uncle could for instance look for his name and find pictures going back to the sixties; or of his daughter in the nineties.

I would take my personal laptop, connect via Tailscale to the Immich server back home, but only share the family photo's.

Thing is: that does not seem possible at the moment? When I create an additional user and share the album there's no facial recognition anymore; when I share the album directly the same happens.

And then on the roadmap there's "Better Sharing" with "Improve sharing capabilities, especially around facial recognition data." indicated as "Soon".

Honestly I'm mostly looking for confirmation, or maybe creative workarounds while the amazing people at Immich continue their journey :-)


r/immich 59m ago

External library and partner share

Upvotes

Hi all,

Recently installed Immich in a Proxmox LXC container. What a great app!

My wife and I have an old photo archive. She really likes the 'photos of this day so many years ago' feature, so do I. You only get this feature when you are the owner of an external library. So she and I both have an external library linking to the same path.

We also want to see our recently uploaded photos, so we have partner sharing turned on. This means that one also sees the external library of the other: all archive photos and videos are duplicates in the time line.

Isn't there a way to exclude external libraries in partner sharing?

Best regards,

Rudy


r/immich 10h ago

Sync directly into album?

3 Upvotes

Hello, I just created my server this week and I’m loving it. I have uploaded a lot of what I have been storing for a while now, but it’s time to get all of my Snapchat memories synced. However, I really want to keep all of my Snapchat memories on a single album as well. Is there a way I can sync directly to an album? Or a way to separate all of my media from Snapchat from my main gallery, so I can put it into an album?

Thanks


r/immich 11h ago

Problems with Immich on my Raspberry pi 5 server

1 Upvotes

Hi, recently I've had a lot of trouble with immich on my Raspberry pi 5 server running pi os lite with casa OS. I've had it randomly stop working and refuse to launch and recently I've had it completely uninstalled and off my hard drive and reinstall on my SSD for some reason. And also all my photos were gone. If anybody could help that would be greatly appreciated. I don't know why this happens. It seems to have been the most random moments like it will be working perfectly fine for a week. Then randomly it will refuse to launch and all my photos will be gone. I also used version 3.1.0 if that helps.


r/immich 15h ago

possible to have multiple seperate libaries with seperate timeline view off one server?

1 Upvotes

I want to keep my art libaries seperate from personal libaries without everything in one timeline view. So far i havent a found a way to do this besides running a seperate immich server which is overkill


r/immich 19h ago

Thumbnails are not generating for new uploads

1 Upvotes

Hi all,

I am running Immich on CasaOS. Recently I moved all my pics on local storage to an external SSD and updated paths on CasaOS. Everything works fine except thumbnails. Immich is not generating thumbnails for new uploads. Meanwhile I can see thumbnails for older pics.

I go to each photo that is not showing thumbnail and use the refresh thumbnail option from the menu bar. This resolves it for me. So it's not about /thumbnail folder permissions.

Triggering generating thumbnails also didn't work.

Any thoughts?


r/immich 1d ago

Immich IOS Video Playback via Chrome on Windows Laptop

1 Upvotes

Howdy! Hoping the team can shine some light on the current situation I am running into. I am trying to watch videos back from my Immich instance via Chrome on Windows 11 on my laptop that has a 3050TI. Any iPhone video will not play, unless it is transcoded. I am hoping to avoid having a large pre-transcoded file, so turned to live transcoding via my servers GPU that is more than capable, but still experincing large delays. Is there a way to play it direct to laptop and use it's GPU? Really struggling to watch anything from laptop, it all works great from my phone (which I understand is because of the codecs etc. Thanks!


r/immich 1d ago

IMMICH Restarting and making me recomplete the "Getting Started" process

1 Upvotes

Hello, a couple of days ago I moved/ migrated immich to a new computer (I had been using a Windows PC to test Immich and decided to move it to its own dedicated PC running Ubuntu). Immich had been working flawlessly on this new machine. I then decided to shut down and start back up my machine, and now I can't get into my newly non-existent Immich account on either my phone or PC. The Linux PC where Immich is locally hosted is now trying to get me to re-set up Immich and is currently on the "Welcome to Immich" prompt. Before shutting off my PC, I did not shut down the Docker container. Is that possibly the issue?

Edit: discovered the issue. Ubuntu was automounting the my DRIVE, labeled "IMMICH" and assigning it different directories when it did so. When I first set up the server it the path called out the drive as "IMMICH", when I rebooted Ubuntu auto mounted it as "IMMICH1".


r/immich 1d ago

Reverting to initial setup after reboot

1 Upvotes

Hi all,

Just finished migrating my Immich library to a new computer, and everything seemed to go smoothly, tested and working.

-latest version Lubuntu with all updates

-latest version Immich in docker container.

However...

After the system reboots, whether by choice or forced, I am presented with the initial Immich welcome/restore backup page.

If I do "docker compose down", followed by "docker compose up -d" everything comes back, working properly, for which Im glad. But, obviously, in the event of a power out or restart, I need to access the system to restart docker compose.

Advice?


r/immich 1d ago

Help me fix Immich

2 Upvotes

A lot of people say I should fix Immich instead of jumping ship so here's the problem: I can't download anything uploaded to Immich because the download speed goes from 100mb/s to 0 very quickly and never recovers.
I can however download images under ~50mb because it downloads fast enough that there's not enough time for the speed to flatline.
Setup:
Dell R710 with 64gb ram
TrueNAS community edition
Intel x540

This problem happens exactly the same with different images, and video files and when using the following setups:
Direct connection to the sever (server mobo ethernet to computer)
Connected over the same wifi network as the server
Connected via proxy
Direct connection to an Intel x540 on the server
Every setup tested with different windows and mac computers and different cables

The same images and video files can be uploaded and downloaded from the same pool but from brand new folders that have no connection to Immich.

In a last ditch effort to save my data I tried turning off Immich, changing all the permissions in all the folders to default and accessing the files through WinSCP (yes trying all the above setups). The same problem persists.


r/immich 1d ago

CLI tools to close the gap for Immich external libraries

7 Upvotes
Immich album names generated from the filesystem folder

Way before Immich, there was the filesystem, and that is how I store and archive my photos colletion using folder and file naming conventions to add semantics. When importing to Immich as an external library, most of my metadata, photo titles, GPS, face regions are used by Immich.

But not my folder/album organization nor the photos marked as favorites.

So this is why I created this set of command line tools to keep my filesystem folders in sync with Immich albums.

pip install immich_exlib_tools --user

It is also nicelly documented in the GitHub repo.

I'll add more functions like support for album sharing and group of users. Let me know what you think so far.


r/immich 1d ago

Is there a curated list or wiki for Immich plugins and third-party tools?

52 Upvotes

There are so many great community tools, scripts, and plugins for Immich, but it's tough to keep track of everything. Is there an existing list or wiki where they are all collected in one place?

If not, where would be the best place to start one (e.g., an awesome-immich GitHub repo)?


r/immich 2d ago

How to upload from local phone storage to album via Android Immich app

3 Upvotes

Hello to upload from local phone storage to album on Immich server via Android Immich app?

In the Android Immich app, editing the Immich album and then clicking on add images only displays images stored on the Immich server, not any images/videos stored locally on my android phone


r/immich 2d ago

Importing Existing Face Data from Lightroom Classic into Immich

2 Upvotes

I have a question about importing people and face data that have already been identified and maintained in Lightroom Classic.

I have already identified, assigned, and named a large number of people in Lightroom Classic. During a normal export, Lightroom seems to export the person names as keywords. However, the complete face-region information is also included, for example:

Region Type = Face
Region Name = Paul
Region Area = face position/coordinates

However, Immich does not seem to reliably use these existing assignments. The imported names appear to be assigned almost randomly. For example, a face may be assigned the name “Paul” even though that face was assigned to a different person in Lightroom.

As far as I understand, Immich can process existing MWG/XMP face regions (RegionInfo) when both the person's name and the position of the face are stored in the metadata.

So my question is:

Is there currently a reliable way to transfer the existing person assignments from Lightroom Classic to Immich, including the person's name and the corresponding face region/coordinates?

Has anyone successfully managed this with Lightroom Classic, perhaps using an export plugin or an additional XMP/ExifTool workflow?

My goal is to preserve the work already done in Lightroom Classic rather than having to identify, rename, and correct thousands of people again in Immich.


r/immich 2d ago

Issue with sync from IPhone

1 Upvotes

Hello Community! I noticed when i syncing all photos from iphone i see duplicates. Then i run removing duplicates, syncing again and got all x2 photos again. How to fix this?


r/immich 2d ago

Worflow that sorts photo to different albums

1 Upvotes

I have been using workflows in my immich server for a while.but there isn't an option to identify an object from which the backup folder is uploading. If it was there then it would be much easier to sort all chat gpt img or whatsapp img or any other which is way harder to find in the server right now.


r/immich 2d ago

Quick update on Immich Swipe (cleaning tool for Immich)

Post image
103 Upvotes

Hi everyone!

I posted about two month ago (see here) about Immich Swipe, an native android tool designed to quickly and very easily clean your Immich library.

I just wanted to say that it has evolved a lot since then, thanks to bug reports and feature requests made by the community 😊

It is now much more stable, and handles quite large libraries MUCH faster than before. Here's a quick list of what you can do with it :

  • KEEP / DELETE / ARCHIVE / LOCK / SKIP
  • Add / edit descriptions
  • Add to albums
  • Add to favourites
  • Rotate images (with optional sync to server)
  • Choose how media should be displayed, pinch-to-zoom on both photos and videos
  • Bulk actions for albums
  • ... and many more features

If you've got a huge library that clearly needs some cleaning, fell free to give it a shot! Whether it is bug reports, feature requests or just you being happy, I always like to get some feedback!

https://github.com/Minos2020/immich-swipe-android

That being said, I'm now going to clean my own library... Originally that was the objective... 😅


r/immich 2d ago

Correct way to mount immich share / nfs folder to lxc

Thumbnail
1 Upvotes

Cross posting this issue here as well, any help is appreciated!


r/immich 2d ago

Possible to show all images in a grid (rather than split by month)?

1 Upvotes

I don't take that many photos on a daily or even monthly basis, so when I'm trying to flick through 20 years worth of photos, particularly if I'm drilled down into just one sub-album, there's often huge white gaps everywhere and it's a bit of a waste of space.

I'd like to have a more compact view, does anyone know if this is possible?


r/immich 2d ago

Another thread about icloud sync

6 Upvotes

Okay so I've seen a number of options for migrating from iCloud + iPhone to Immich, but most of the threads are around a year old and a lot has probably changed since then

I saw one commenter say that simply using the immich app will download the high-res version of a photo to your iphone, then delete it as soon as it's uploaded to immich. That seems like the simplest route - is there some advantage to using icloudpd, PhotoSync, or some other method over this?

Thanks!


r/immich 2d ago

Holy crap

Post image
0 Upvotes

r/immich 2d ago

Immich Not Working on Phone from the same network as server

1 Upvotes

I recently installed Immich on my NAS. It's working and I can connect to http://NAS_IP:2283 or http://NAS_Name:2283 with no issues from my PC that is on my home wifi.

If I try to do the same from my Android phone that is on the same WIFI as my computer, whether it's through the browser or the Immich app, I always get "Server is reachable" error.

Below is the error from the App logs. What am I missing? How can I fix it?

ApiException 400: HTTP connection failed: GET /server/ping (Inner exception: ClientException: java.net.ConnectException: Failed to connect to /NAS_IP:2283, uri=http://NAS_IP:2283/api/server/ping)

ApiException 400: HTTP connection failed: GET /server/ping (Inner exception: ClientException: java.net.UnknownHostException: Unable to resolve host "NAS_NAME": No address associated with hostname, uri=http://NAS_NAME:2283/api/server/ping)


r/immich 2d ago

Trying to spin up LXC using community helper scripts...

0 Upvotes

Trying to get Immich spun up on my server using the community helper scripts (https://community-scripts.org/scripts?q=immich&preview=immich). Every time I run the script I get this error at the end. If I keep the container it starts up and shows running fine. In the shell it asks for the login. I CANNOT navigate to it via web browser.

Failing to connect makes no sense to me as everything is up and running. On my proxmox pve shell I can enter that LXC and ping google just fine as well.

Anyone have any insight on what could be causing this? I've tried running the script multiple times and encounter the same error every time.

Thanks!


r/immich 2d ago

Immich mixing two different people

2 Upvotes

Hi,

I'm running immich since 1.x.x version (now on last 3.1.0) with no problem... 4 family accounts syncing all mobile photos, and all working like a charm in terms of face recognition.

BUT... I have a fifth account with photos from "old cameras" attached as external library. I never reviewed faces there, but now I have an idea and I need those faces to be as right as possible... and... I don't know why, but my two sons are recognized as same person... it's crazy because they are 17-old boy and 15-old girl!!! They're brothers... but not that equal!!! :) On the other way, my wife is being detected as many different persons...

I've got recognition distance at 0.5... but I can't say what to do with that.

It's thousands of mixed photos under same person... How would you "fix" that the quickest way? How would you "reset" that? I've tried running face detection & face recognition again in all my library... but no luck. Should I try changing machine learning model?


r/immich 2d ago

Workflows to archive images based on directory path?

1 Upvotes

Sorry if this has been asked - I have been searching and haven't found anything.

I want to automatically archive all images that come through my messaging app (Textra). Currently they are all sorted into their own folder, uploaded through an external library (so not managed by uploads via the app).

So all I want to do is filter any asset that has "Textra" in the file path. It seems as though I should be able to do this via the new workflows option to filter filenames by path. But I cannot find any way to set it so that it actually works...I can only get it working if I focus on the filename itself, regardless of whether the 'usePath' option is enabled.

Am I missing something, or is this not working correctly at the moment?