like and hide buttons
Add two new buttons in the more info overlay.
Like button
The like button can be configured to set an asset as a favourite (the default), add it to the “Kiosk Favorites” album, or both.
Hide button
The like hide can be configured to tag an asset with kiosk-skip
(the default), archive the asset or both.
date_filter
The date filter now supports albums.
Example:
http://URL?album=ALBUM_ID&date_filer=last-90-days
excluded_albums
The excluded albums feature now allows you to prevent specific album assets from being displayed in the slideshow.
excluded_people
This feature allows you to prevent specific people from being displayed in the slideshow.
[Read the docs](https://github.com/damongolding/immich-kiosk?tab=readme-ov-file#exclude-people
Clock source
clock_source
allows you to specify where the clock get the time from.
In most cases, using the default (client) setting will be preferred. However, if your client has low specifications, using the server’s time might provide more stability.
Option | Description |
---|---|
client (the default )
| Use the client/device (Javascript) |
server
| Use the Kiosk server (API call) |
Redirect
The default type for redirects are now internal.
What's Changed
🚀 New Features
- extend date filter to albums by @damongolding in #330
- extend exclude albums to all sources by @damongolding in #329
- add image/ID endpoint by @damongolding in #333
- Feature/exclude people by @damongolding in #334
- made internal the default by @damongolding in #338
- add support for server clock by @damongolding in #346
- like and hide buttons by @damongolding in #339
⚡ Fixes
- fix video range headers by @damongolding in #347
- only apply orientation fix to original images by @damongolding in #348
🔨 Maintenance
- shared config by @damongolding in #331
- idiomatic code refactor by @damongolding in #336
- deps by @damongolding in #340
- deps by @damongolding in #349
Full Changelog: v0.18.0...v0.19.0