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 <noreply@anthropic.com>
This commit is contained in:
2026-09-20 13:16:01 +02:00
parent a2ed74093a
commit 0cb199c403

View File

@@ -18,4 +18,9 @@ mediapi_has_monitor: true
# Temporarily a debuggable desktop rather than a locked-down kiosk: Openbox root menu, # 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. # visible pointer, Firefox in a normal window. Set back to "kiosk" when done.
pi_kiosk_mode: debug 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 musicmouse_version: deploy/musicdolphin