[BUG] Burst shots need more granular ordering #4769
bartowski1182
started this conversation in
Feature Request
Replies: 1 comment
|
Was about to initialize another issue and found this (years old) thread -- this is still an issue as of v2.7.x, and it's a real inconvenience during image previewing. I think the solution being proposed here makes a lot of sense but I'd love to hear more from developers in terms of the feasibility of mixing filename sorting with timestamps! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The bug
Currently burst shots that are taken too quickly seem to appear in arbitrary order after uploading, best guess is that it's because the timestamp in the EXIF only goes by seconds, however there's another value in EXIF called "Sub-Second time"
So for myself, I have these 4 pictures from a single burst:
DSC_0001_BURST20230813092638111.jpg
DSC_0024_BURST20230813092638111.jpg
DSC_0025_BURST20230813092638111.jpg
DSC_0030_BURST20230813092638111.jpg
So after uploading, the first few shots have a different second value, so they're clumped but still arbitrary order, and every unique second value has its own clumping
So ideally it would go Second -> Subsecond -> file name as a last resort
Super ideally it would actually go and group these photos and display them in a burst format, that would be the most ideal by far, but a bit out of reach for this issue
The OS that Immich Server is running on
Ubuntu 22.04
Version of Immich Server
v1.72.2
Version of Immich Mobile App
v1.70.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
1. Take burst shot that takes more than 10 photos per second 2. Upload 3. Observe that the order in the timeline is abitraryAdditional information
No response
All reactions