About Photoprism photo stacking #5136
-
|
Hi, nice to meet you all. I recently found a problem when using photoprism. When I uploaded a certain album (4700 photos) to photoprism with my iPhone photosync, I found that only 4100 photos were displayed after indexing. I checked for a long time and recently found that some photos overlapped, that is, two completely unrelated pictures were displayed in one thumbnail. For example, a landscape picture and an indoor picture were displayed on the same photo. I found that this was caused by two identical file names, excluding the possibility of the same time. However, I also found that some files with the same file name but different contents did not appear in the same thumbnail after indexing. Of course, these pictures were not taken at the same time and they all had different contents. I tried to cancel the stacking function in the UI interface and the indexing still did not work. I set PHOTOPRISM_UPLOAD_NSFW: "true" PHOTOPRISM_ORIGINALS_LIMIT: 10000 PHOTOPRISM_HTTP_COMPRESSION: "gzip" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Thank you for your feedback! Note that it is not possible to disable stacking of files with the same name as this would break important functionality, most notably support for Apple Live Photos (which consist of a photo and a video file), any other multi-file/hybrid formats like RAW/JPEG, and indexing of metadata from XMP/JSON sidecar files. https://docs.photoprism.app/user-guide/settings/library/#stacks Reindexing already indexed files after changing the stacking settings does not unstack currently stacked files, however it will prevent newly added files from being stacked by id, place & time or sequential names. If the problem in your case is that many of your files do have the exact same name, you can consider configuring PhotoSync to rename files on upload. It offers multiple options for this. Other reasons for missing files can be found here: |
Beta Was this translation helpful? Give feedback.
Thank you for your feedback!
Note that it is not possible to disable stacking of files with the same name as this would break important functionality, most notably support for Apple Live Photos (which consist of a photo and a video file), any other multi-file/hybrid formats like RAW/JPEG, and indexing of metadata from XMP/JSON sidecar files.
https://docs.photoprism.app/user-guide/settings/library/#stacks
Reindexing already indexed files after changing the stacking settings does not unstack currently stacked files, however it will prevent newly added files from being stacked by id, place & time or sequential names.
https://docs.photoprism.app/user-guide/settings/library/#are-files-automati…