Open ArtemSmaznov opened 1 week ago
Immich-go stack command is ineffective since an update of immich API.
I'm working on a new and better version more possibilities:
--manage-burst=BurstFlag
Manage burst photos. Possible values are:
StackKeepRaw
Discard JPEG files, and stack the RAW files (default)StackKeepJPEG
Discard RAW files, and stack the JPEG files Stack
Stack all photos, RAW and JPEG photos are imported in the same stack--manage-heic-jpeg=HeicJpgFlag
Manage coupled HEIC and JPEG files. Possible values:
KeepHeic
Keep only the HEIC files (default)KeepJPG
Keep only the JPEG filesStackCoverHeic
Stack both, the HEIC file is the coverStackCoverJPG
Stack both, the JPEG file is the cover--manage-raw-jpeg=RawJPGFlag
Manage coupled RAW and JPEG files. Possible values:
KeepRaw
Keep only the RAW files (default)KeepJPG
Keep only the JPEG filesStackCoverRaw
Stack both, the RAW file is the coverStackCoverJPG
Stack both, the JPEG file is the coverIt's implemented for upload in the next release. I'll work on the stack command soon.
You can check the this release: https://github.com/simulot/immich-go/releases/tag/0.23.0-alpha3
That was fast.
Thanks, will check it out on the weekend.
I have recently switched to
immich
and installedimmich-go
to try and stack my photos. Thestack
command correctly identified files that should be stacked, but does not change anything on the server. After I run the command and refresh the immich timeline page in my browser, I see the mentioned photos remain unstacked. I've compared the file names just to be sure.Not sure if there has been a regression to this command or if some setup is needed on my server side.
Immich server: v1.118.2 (docker) immich-go: 1:0.22.1-1 (pacman)