The latest release candidate, v0.23.0-RC4, reintroduces the long-awaited stack command. This feature scans your photo collection and groups related photos based on specified command-line options, offering precise control and flexibility.
immich-go stack [flags]
Key Flags:
- --date-range: Filter photos by a specific date range.
- --manage-burst: Handle burst photos with options like Stack, StackKeepRaw, or StackKeepJPEG.
- --manage-raw-jpeg: Manage RAW and JPEG files with options such as KeepRaw, KeepJPG, StackCoverRaw, or StackCoverJPG.
- --manage-epson-fastfoto: Stack Epson fast foto scans
- --manage-heic-jpeg HeicJpgFlag Manage coupled HEIC and JPEG files
- --dry-run: Simulate all actions without making changes.
- --time-zone: Override the system time zone for consistent results.
This command redefines existing stacks, giving you better control over duplicates, burst shots, and RAW-JPEG pairing.
🛠️ What's Changed
- Fix race condition with Epson FastFoto by @samholton
- New "Warning" Log Level by @simulot
- Issue #568 ban
photostructure
thumbnails Resolved by @simulot - Test Fixes by @simulot
Full Changelog: v0.23.0-RC3...v0.23.0-RC4