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 cover
Full Changelog: 0.21.2...0.23.0-alpha3