simulot / immich-go

An alternative to the immich-CLI command that doesn't depend on nodejs installation. It tries its best for importing google photos takeout archives.
GNU Affero General Public License v3.0
1.19k stars 35 forks source link

Image Uploads Not Being Stacked #240

Open Orbitally opened 1 month ago

Orbitally commented 1 month ago

Hi! I'm running into an issue where the batch of images I'm uploading aren't being stacked in Immich

I have a folder with a bunch of .jpg's, .cr3's, and .xmp's all sets of which have the same name. image

When I try uploading the contents of the folder with the command .\immich-go.exe -server http://xxx:2283 -api http://xx:3301 -key xxx upload -album="May 11th Wandering" -create-stacks=TRUE -stack-jpg-raw=TRUE "C:\Users\techs\Desktop\New folder" the images all get uploaded but the pairs of images don't get stacked and show up in the Immich UI as two different images.

Thanks in advance!

chrisjeter commented 1 month ago

I'm seeing this same issue. Version 0.14.1 command .\immich-go.exe -server=http://xxx.xxx.xxx:2283 -key=xxxxx upload -create-stacks=TRUE -stack-jpg-raw=TRUE 'C:\Export*'

I also tried using the stack command post upload with no results.