github damongolding/immich-kiosk v0.16.0

latest release: v0.16.1
one day ago

Icons

Added some icons to the Metadata overlay to help differentiate the data.


Album videos (experimental)

This feature is experimental and currently only supports album videos with certain limitations so please Read the docs.


Redirect(s) GUI

If you have any redirects configured in your config.yaml file, you will now see a button in the menu that displays them on the frontend for easy URL switching.


Date: last-xx-days

Added new format to the date asset bucket. last-xx-days e.g. date=last-30-days

Read the docs


Date filter

The date filter allow you to filter asset buckets (random and person/people) by date.

Example:
http://{URL}?person=PERSON_ID&date_filter=2023-01-01_to_2023-02-01 will only show assets of the supplied person between 2023-01-01 and 2023-02-01.

Read the docs


Multiple Users

You can now add multiple user API keys to access assets from their account. This is useful if you want to display different users assets on different devices without spinning up multiple Kiosk instances.

Shoutout to @tal-sitton for creating this feature.

Read the docs


Blacklist

Tip

You can also tag assets in Immich with "kiosk-skip" to achieve the same.

Add any asset ID you want Kiosk to skip/exclude from displaying.

Example:

blacklist:
  - ASSET_ID
  - ASSET_ID

Disable sleep mode via url

Add disable_sleep=true to your url to bypass sleep mode


Album and People names

show_album_name and show_person_name now work in any asset bucket random/album/person/date etc.


Clock translation

The date in the clock now respects your LANG setting.


Disable navigation

Added disable_navigation to remove all Kiosk interactivity (touch/click, keyboard and menu).


What's Changed

🚀 New Features

⚡ Fixes

📓 Documentation

🔨 Maintenance

New Contributors

Full Changelog: v0.15.1...v0.16.0

Don't miss a new immich-kiosk release

NewReleases is sending notifications on new releases.