Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tenekev committed Aug 27, 2024
1 parent 3ab801c commit a7c7479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img width="570" src="images/stacks.png" />
</p>

Immich has a stacking functionality. the act of stacking assets is not accessible through the UI. It is accessible via the API.
Immich has a stacking functionality. The act of stacking assets is not accessible through the UI thus most people aren't aware of it. Stacking is only accessible via the API at the moment.

This is a simple, yet highly configurable Python script, dressed as a Docker container, that stacks together photos, based on certain criteria.

Expand Down Expand Up @@ -286,6 +286,7 @@ Like the above but now the secondary criteria limits the stack to a specific dat
}
]
```

### 🔷 Stacking by other keys:
There aren't that many other keys that can be used as a stacking criteria because they are either unique or not as consistent as `originalFileName` and `localDateTime`. Regardless, here are some of them - `thumbhash`, `fileCreatedAt`, `fileModifiedAt`.

Expand Down

0 comments on commit a7c7479

Please sign in to comment.