-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support user defined storage location/structure #34
Comments
Thank you for your suggestion. I will consider this when the mobile app is stable and all the basic features are ironed out |
So, I am the one who made the request for the external importer but you may be misinterpreting what I have said. This is how I want my photos to be arranged and I don’t want another app changing that. What I would like is the app to accept my input as to how I want the images stored on the server/NAS and then move them there for me. So, what Immich should be doing, is collecting the photos and videos off my device, grab the metadata along with that and pushing them to my server to sit in an “import” directory (or something similar). Then, the server app should scan that directory for any files, tag them based on the metadata, perform facial recognition, etc and then move the photos to their final testing place in my photo library that already exists on my file system and in the naming convention I expect them to be in. This way Immich won’t just be an uploading too, it will be an image management app as well as a backup tool for my device images and a way to view my images on my server. This is sort of the way Photoprism and similar app/servers work. |
I agree with the year/month/day folder structure but I don't want to push the dev |
+1. I also have my existing photos in year/month/photo.ext structure that I want to be able to access via Immich. It would be a good idea if Immich simply indexes them in-place without requiring them to be imported/duplicated into another location. |
Adding to the request, this would be great. It's something that I think a lot of people want, being autonomy over their server file structure. This will allow other things to play nice with the files too, I believe. This is something I'd personally love to see in here and I think many others would to. |
+1 for me. |
Noted, this is a different scope of the project though. I will let you know when I implement a CLI tool for this. |
Ah I was just starting to investigate the best way to expose my smb share to immich in its container and came across this thread. I actually don't care about adding photos through immich and just want it to add photos I've put on my smb share automatically, without duplicating them or renaming them or moving them. Since it hasn't been mentioned yet, I'll mention that photoprism refers to this as "indexing" for original directories. |
+1 Would love to be able to use my existing photo library with Immich |
+1 to this. |
+1 MobileBackup///month Parallel to that the user can create free defined other folders, which are also included in the photo database. And inside this folders also free defined sub folders are possible. This structure is necessary for sorting a lot of images to several events. Additional the original date and time of the image and the movies is set to the modified date and time of the file system. Immich uses the upload time in the file system. It would be very good if Immich can do it similar. Immich mobile backup is much faster than synology photos. (I believe also other things are faster! Very Good! But I have not yet so much photos in Immich.) All that things are very essential if the database crashes (what happens to me on the synology database). It is possible to rebuild the database by this file system structure! Also for files (videos) with no Exif Data! Also the sorted directory structure is still there, albums are only stored in the database. We have above 1 000 000 photos currently sorted by this way. Additional information to albums: |
I'd like to have this feature too |
+1 to this |
+1 |
+1 to this feature as it also makes the app more "safe". |
+1 for me. |
I'd also love the ability to just index an existing directory tree. I have my photos already organized in a meticulous way within various subdirectories that are meaningful for me. I'd like to load this share/directory as read-only in Immich to be sure nothing in it changes. |
I also agree that such feature would be a great addition to the app. For me it's the only thing holding me back from ditching Plex, the loading/viewing speed of Immich could make it a great photo gallery/browser for a NAS. |
+1 for me |
I assume this only stores photos uploaded via Immich to be stored in the specified folder/file structure. But this does not indexes photos in existing folder (not uploaded via Immich) and makes them available via Immich, is the understanding correct? |
@nijhawank that is correct, the scanning feature is not yet implemented. You can find a more detailed discussion here #1006 |
+1, would be nice if this could be supported |
+1, i would love this and I just deployed this and I am loving this. Can't thank you enough Devs. Keep it up, I hope more people start supporting this project. |
+1, even though I'm in awe of what Immich became , for now this is a dealbreaker for me. |
As an update, this feature has been added. See docs here |
Perhaps allow to set a global default of the "External Path", relative to the user path. |
You can already do this by prefixing the storage template with Pictures and by setting up your volume mounts for the external path relative to the upload location. |
I mentioned this on Reddit, but the user should be able to define how images are stored on the file system. This will not only allow for the user to choose how the images are named, but should allow Immich to index existing images.
Let's say I have an existing photos library where the photos are structured like this:
Photos |
|-> 2022
|-> 01
|-> filename.ext
Immich should respect the existing file structure and index the existing images.
While importing new photos, it should ask the user how the photos should be stored allowing the user to define the file structure above so that newly imported photos are placed in the correct place on the existing file system in the users defined folder structure.
Ideally, we should be able to define the filename pattern as well. Mine is currently date_timestamp_number.ext. for example, 2022-02-23-203109-001.jpeg
The text was updated successfully, but these errors were encountered: