From 0cb199c4032968ad561a84e2c4efb58d73fc1d8e Mon Sep 17 00:00:00 2001 From: Martin Bauer Date: Sun, 20 Sep 2026 13:16:01 +0200 Subject: [PATCH] Point musicdolphin's kiosk at the front-end's Pi profile ?pi=1 is the low-power profile added in the musicmouse repo (web/src/lib/lowPower.ts): the ambient canvas at a quarter of the pixels and 30fps, the progress bar re-rendering ten times a second rather than sixty, and no backdrop-filter blur. The parameter is the whole switch, so dropping it in the address bar compares the two on one machine. Co-Authored-By: Claude Opus 5 --- host_vars/musicdolphin.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/host_vars/musicdolphin.yml b/host_vars/musicdolphin.yml index 5ea8d94..09f6df4 100644 --- a/host_vars/musicdolphin.yml +++ b/host_vars/musicdolphin.yml @@ -18,4 +18,9 @@ mediapi_has_monitor: true # Temporarily a debuggable desktop rather than a locked-down kiosk: Openbox root menu, # visible pointer, Firefox in a normal window. Set back to "kiosk" when done. pi_kiosk_mode: debug +# ?pi=1 is the front-end's Raspberry Pi profile (web/src/lib/lowPower.ts): the ambient +# canvas at a quarter of the pixels and 30fps, the progress bar re-rendering ten times +# a second instead of sixty, and no backdrop blur. Drop the parameter in the address +# bar to compare against the full-fat version on the same machine. +pi_kiosk_url: "http://localhost:8080/?pi=1" musicmouse_version: deploy/musicdolphin