Release 0.23.0-alpha3 ποΈ Work in progress ποΈ stacks are back #523
simulot
announced in
Announcements
Replies: 1 comment 1 reply
-
Love the expeditious repairs, been looking for a fix since 1.118.0 release. Any more info on how this command will work on existing libraries? Just finished crunching all the jobs in Immich before I realized stacking was an issue. Hoping to avoid another 650GB upload π |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code refactoring continue. Better code, less bugs, few features...
New features
--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 filesStack
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 coverFull Changelog: 0.21.2...0.23.0-alpha3
This discussion was created from the release Release 0.23.0-alpha3 ποΈ Work in progress ποΈ stacks are back.
Beta Was this translation helpful? Give feedback.
All reactions