Skip to content

Commit

Permalink
Fix #299, #370, #232
Browse files Browse the repository at this point in the history
  • Loading branch information
simulot committed Jul 13, 2024
1 parent 57a0dd7 commit 16c460e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/upload/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func newCommand(ctx context.Context, common *cmd.SharedFlags, args []string) (*U
`SYNOFILE_THUMB_*.*`, // SYNOLOGY
`Lightroom Catalog/`, // LR
`thumbnails/`, // Android photo
`.DS_Store/`, // Mac OS custom attributes
)
if err != nil {
return nil, err
Expand Down
5 changes: 4 additions & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Use the `-exclude-files=PATTERN` to exclude certain files or directories from th
- 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:
```sh
Expand All @@ -21,7 +22,9 @@ immich-go -sever=xxxxx -key=yyyyy upload -exclude-files=backup/ -exclude-files=d

fixes:
- [#365](https://github.com/simulot/immich-go/issues/365) missing associated metadata file isn't correct

- [#299](https://github.com/simulot/immich-go/issues/299) Real time GUI log only shows 4 lines #299
- [#370](https://github.com/simulot/immich-go/issues/370) ui: clearly mention when the upload in completed
- [#232](https://github.com/simulot/immich-go/issues/232) Exclude based on filename / glob

## Release 0.19.1

Expand Down

0 comments on commit 16c460e

Please sign in to comment.