Google Pixel RAW/JPEG are not recognised as a stack of images #8889
Replies: 5 comments 12 replies
-
This would also be great for cameras where it is worth saving both JPG and RAW files and the file name before the extension is identical. |
Beta Was this translation helpful? Give feedback.
-
We don't associate JPEG/RAW images based on filename (as far as I know). I think the example here and the suggestion of a regex are useful for the eventual implementation - it wouldn't have occurred to me that an exact name match wouldn't be enough in some cases. |
Beta Was this translation helpful? Give feedback.
-
Pixel 8 seems to use this format: I would like to have they stack automagically aswell |
Beta Was this translation helpful? Give feedback.
-
Is there any update on this? It seems like a bug, not necessarily a feature request...stacking isn't working as intended on Google phones? |
Beta Was this translation helpful? Give feedback.
-
Dupe of #2479. |
Beta Was this translation helpful? Give feedback.
-
The bug
Google does not make it particularly easy for third-party apps to recognise a stack of images. My Google Pixel 6 stores JPEG and RAW in this unorthodox naming convention:
PXL_20240407_152207242.RAW-01.COVER.jpg
PXL_20240407_152207242.RAW-02.ORIGINAL.dng
A general solution might be to allow a user to formulate a regular expression or string pattern to identify the stack of images. The list of patterns could grow over time, so all users would benefit. To make it user-friendly, you could specify the part that is not common (if you remove it, you would get duplicated names). In my example, that would be:
["-01.COVER.jpg","-02.ORIGINAL.dng"]
You could have more than two strings specifying a collection or stack of images.
The OS that Immich Server is running on
Docker
Version of Immich Server
v1.99.0
Version of Immich Mobile App
1.101.0 build.131
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions