From 3e7fdfb6c8a50c59ac933f701526ad1815dded92 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 9 Dec 2025 22:16:48 -0600 Subject: refactor codebase. Reorganize file structure. Replace webpack for vite. Setup setuptools for application. Move closer to distributable app --- src/client/index.html | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 src/client/index.html (limited to 'src/client/index.html') diff --git a/src/client/index.html b/src/client/index.html new file mode 100644 index 0000000..dcecf89 --- /dev/null +++ b/src/client/index.html @@ -0,0 +1,138 @@ + + + + + + + + +
+
+ +
+
+
+ + +
+
+ + +
+ + + +
+
+ +
+
+ + +
+
+ +
+ +
+
+
+

+ + Immich Server +

+
+ +

Complete Immich base url (e.g. http://immich.local)

+
+ +
+ +

Generate an API key in User Settings

+
+ +
+
+

+ + Display +

+
+
+ +

Number of seconds each image will be displayed.

+
+ +
+ +

Number of seconds each image transition will take.
Set as 0 to disable.

+
+ +
+ +

Target display framerate.
Simple transitions look good at 12-15 fps.

+
+ +
+ +

Image size to load on the display.
Large thumbnail size is suitable for FHD.

+
+ +
+ +

Number of assets that can exist at once in RAM.
Each asset will take ~10x the display size in memory.

+
+ +
+
+ +
+
+

Immich Pix Frame

+

© Tim Keller 2025

+

GPL-3.0 License

+

View Source

+
+
+
+
+ + + -- cgit v1.2.3