github damongolding/immich-kiosk v0.31.0

9 hours ago

0.31.0

Target assets by tag with CSS

You can now style images based on their tags using CSS attribute selectors.

/* Target images tagged with "kiosk-contain" */
img[data-tags~="kiosk-contain"] {
  object-fit: contain;
}

Maximum video length

Exclude videos longer than a specified duration using the exclude_videos_over setting (in seconds).

exclude_videos_over: 120 # Exclude videos longer than 2 minutes

Remove camera make/model duplicates

Clean up camera metadata by removing duplicated make/model values when using show_image_camera.

E.g. Canon Canon EOS 5D Mark IV -> Canon EOS 5D Mark IV


Added nix flake

Added a Nix flake to enable nix develop, making it easier to set up a development environment and start contributing.


What's Changed

🚀 New Features

⚡ Fixes

🔨 Maintenance

Full Changelog: v0.30.2...v0.31.0

Don't miss a new immich-kiosk release

NewReleases is sending notifications on new releases.