I
Immich•2y ago
Dave

Immich not scanning photos

hey all, looking for an easy way to store my baby photos so my wife and I can access / upload from camera on mobile i have immich running on unraid, need to set up reverse proxy for it, i am running it locally for now, it doesnt seem to want to scan subfolders for photos. Any ideas? i have a share called family, which has /photos and /videos folder.
48 Replies
Dave
DaveOP•2y ago
No description
Alex Tran
Alex Tran•2y ago
what is the path you set for the user in the administration page?
Dave
DaveOP•2y ago
No description
Dave
DaveOP•2y ago
you mean this ? if i have photos and videos in \family/library/photos and \family/library/videos respectively
Dave
DaveOP•2y ago
No description
Dave
DaveOP•2y ago
where should i point /photos and /import ? i want to organised subfolders etc in the above 2 folders and would like immich to pick them up for browsing
martabal
martabal•2y ago
/photos is for your default library (where you upload assets from your phone), /import is the assets already present on your filesystem Once you setup Immich, you need to set /import for your external path
Dave
DaveOP•2y ago
it doesnt let me set up an ext path i get a circle with a cross
martabal
martabal•2y ago
Did you set an external path for your user ? Admin > Users > Edit > External path > set /import/<your_user> Then your user should have a checkmark for Can import
Dave
DaveOP•2y ago
okay. and my admin user should just be /import ? ive not create a user yet, just admin
martabal
martabal•2y ago
Yep it's good If you have multiple users with their assets on your system you should set /import/user-1 But if you're alone it's good *to use external libraries
Dave
DaveOP•2y ago
okay, can you help me figure out best way to arrange this... so if /photos/ is where mobile app will upload photos (a library folder) and /import is where my existing library is /family/library/photos & videos would i just then need to periodically move files manually from family/library to corresponding folders depending on whether its video or photo ?
martabal
martabal•2y ago
For the external libraries you manage your assets as you like
Dave
DaveOP•2y ago
there will be 2 of us. me and wife....so hers i will set /import/username ?
martabal
martabal•2y ago
If she has assets already on your server and wants to access it with Immich, yes Unless you want to share your library with her
Dave
DaveOP•2y ago
i do i basically want the photos she takes and the photos i take uploaded to the same library shared library of photos of our babies problem atm is that its all on HDD...would be good if we good look at them whilst away from home
martabal
martabal•2y ago
There's the partner sharing feature for this use case
martabal
martabal•2y ago
Partner Sharing | Immich
Immich allows you to share your library with other users. They can then view your library and download the assets.
Dave
DaveOP•2y ago
cool, so no need to create a separate user.
martabal
martabal•2y ago
No, you need to create a new user for her You can have one user, but it's not ideal : if she likes, delete, rename a person, it will affect you too
Dave
DaveOP•2y ago
ok. so /import is pointed to /family/ < contains 2 subfolders - photos and videos i created an external library, but still doesnt pick up
Dave
DaveOP•2y ago
No description
Dave
DaveOP•2y ago
or do i need to put the full path /import/photos or /photos its fine - she will be managing / organising it anyway
martabal
martabal•2y ago
No the path should be /import
Dave
DaveOP•2y ago
does "default library" point to /photos/ ?
Dave
DaveOP•2y ago
No description
Dave
DaveOP•2y ago
this doesnt pick up anything in my family share either e.g /family/photos or /family/videos /import points to /family
martabal
martabal•2y ago
The default library point to /photos, It's where thumbnails and all your assets uploaded from the browser and your phone are stored. /import is the external library, where your assets already exists and Immich only read the original files Can you check if your files are in /import from the unraid console with docker exec -it Immich ls /import
Dave
DaveOP•2y ago
/photos would be good to keep on a cache drive, but then id have to move files across to the HDD from cache
martabal
martabal•2y ago
Be careful, Immich re-encode videos and it can fill up your disk really quickly
Dave
DaveOP•2y ago
ah. so the videos i upload to immich wont be kept raw? hmm,
martabal
martabal•2y ago
Yes they are
Dave
DaveOP•2y ago
root@Tower:~# docker exec -it immich ls /import root@Tower:~#
martabal
martabal•2y ago
But your videos codecs can be incompatible with some devices 🤔 Are you sure you mounted your volumes correctly?
Dave
DaveOP•2y ago
No description
Dave
DaveOP•2y ago
No description
martabal
martabal•2y ago
from your unraid console ls /mnt/user/family ?
Dave
DaveOP•2y ago
yep, that takes meinto the folder
martabal
martabal•2y ago
What are immich logs ?
Dave
DaveOP•2y ago
sorted. works
martabal
martabal•2y ago
It imported all your files ?
Dave
DaveOP•2y ago
yep, now to setup reverse proxy swag conf
martabal
martabal•2y ago
Niceeee
Dave
DaveOP•2y ago
Unraid
Immich docker self-hosted google photos setup
Looks like the dev didn't add a thread to the Docker support area, so I'm going to start this thread. Working now, here's my setup. installed docker "immich" ghcr.io/imagegenius/immich, imagegenius. Via regular unRaid APPS tab. Had to change default port from 8080 to 8081 installed docker "postgr...
Dave
DaveOP•2y ago
this should work
martabal
martabal•2y ago
It shouldn't be very different from your other setups
martabal
martabal•2y ago
Just one note : if you add other users, don't forget to edit /import/<your_user> external path or they could access all assets in /import https://documentation.immich.app/docs/features/libraries#security-considerations
Dave
DaveOP•2y ago
ok thanks

Did you find this page helpful?