Burst images not being stacked in order #59
Unanswered
PunditSharp
asked this question in
Q&A
Replies: 1 comment
-
|
Hi! |
Beta Was this translation helpful? Give feedback.
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.
-
Working to import pictures previously saved on OneDrive, and I have a couple of sets of pictures from an old Pixel where a GIF was produced from a bunch of burst images. Trying to stack the set of burst images in the right order, and it doesn't seem to be working. When I run immich-stack I see the set of images output in the command window in the right order, but when I view the stack in Immich, the order is incorrect. Not sure if this is a bug here or in Immich, or if I am doing something wrong.
Immich-stack output:
level=info msg="1/4 Key: 00000IMG_00000_BURST20190407204147.jpg" level=info msg="\tParent" ID=053a1ff8-2f63-45d9-a742-e216d223f9dc Name=00000IMG_00000_BURST20190407204147.jpg Time="2019-04-07T20:41:47.000Z" level=info msg="\tChild" ID=778d8f90-f770-4dfe-8181-ccfd1aeb7ef6 Name=00001XTR_00001_BURST20190407204147.jpg Time="2019-04-07T20:41:47.000Z" level=info msg="\tChild" ID=da395259-f5c2-4ca0-a544-1fe8358813fa Name=00002XTR_00002_BURST20190407204147.jpg Time="2019-04-07T20:41:47.000Z" level=info msg="\tChild" ID=55441e90-cd91-47cc-bac8-e9df8859b8c4 Name=00003IMG_00003_BURST20190407204147.jpg Time="2019-04-07T20:41:47.000Z" level=info msg="\tChild" ID=d1746258-626d-4be6-86e7-01a1f3e194d8 Name=00005IMG_00005_BURST20190407204147.jpg Time="2019-04-07T20:41:47.000Z" level=info msg="\tChild" ID=f5af8a3e-3a5a-47aa-88f7-308de81567c5 Name=00006IMG_00006_BURST20190407204147.jpg Time="2019-04-07T20:41:47.000Z" level=info msg="\tChild" ID=b4e75fb2-f31c-442e-a797-701ee27a5c45 Name=00007IMG_00007_BURST20190407204147_COVER.jpg Time="2019-04-07T20:41:47.000Z" level=info msg="\tChild" ID=2788a74f-521c-4337-af37-4accff954b7e Name=00008XTR_00008_BURST20190407204147.jpg Time="2019-04-07T20:41:47.000Z" level=info msg="\tChild" ID=851f00f7-6377-48db-9feb-913de3ed0480 Name=00009IMG_00009_BURST20190407204147.jpg Time="2019-04-07T20:41:47.000Z" level=info msg="\tChild" ID=53fba02c-acfc-4ec2-a2c6-2aeb53a5846e Name=00010IMG_00010_BURST20190407204147.jpg Time="2019-04-07T20:41:47.000Z" level=info msg="\t🆕 Creating new stack"Matching pattern from .env:
PARENT_FILENAME_PROMOTE=00000,00001,00002,00003,00004,00005 CRITERIA='{ "mode": "advanced", "groups": [ { "operator": "AND", "criteria": [ { "key": "originalFileName","regex": { "key": "(\\d{5})(IMG|XTR)_(\\d{5})_BURST(\\d{14})", "index": 4 }}, { "key": "localDateTime", "delta": { "milliseconds": 1000 } } ] } ] }'Beta Was this translation helpful? Give feedback.
All reactions