github simulot/immich-go 0.20

latest releases: 0.22.0, 1.21.3, 0.21.3...
2 months ago

Feature: exclude files based on a pattern

Use the -exclude-files=PATTERN to exclude certain files or directories from the upload. Repeat the option for each pattern do you need. The following directories are excluded automatically:

  • @eaDir/
  • @__thumb/
  • SYNOFILE_THUMB_*.*
  • Lightroom Catalog/
  • thumbnails/
  • .DS_Store/

Example, the following command excludes any files in directories called backup or draft and any file with name finishing with "copy)" as PXL_20231006_063121958 (another copy).jpg:

immich-go -sever=xxxxx -key=yyyyy upload -exclude-files=backup/ -exclude-files=draft/ -exclude=copy).*  /path/to/your/files

Fixes:

  • #365 missing associated metadata file isn't correct
  • #299 Real time GUI log only shows 4 lines
  • #370 ui: clearly mention when the upload in completed
  • #232 Exclude based on filename / glob
  • #357 clarify error message when a zip file is corrupted

Don't miss a new immich-go release

NewReleases is sending notifications on new releases.