feat(kodi): replace stremio with stremio-linux-shell and add scale factor support
CI / check (push) Successful in 12m31s
CI / build-and-cache (push) Failing after 7m29s
CI / Build & Push OpenClaw Image (push) Successful in 41m26s

Migrate from Qt-based stremio to Rust/CEF-based stremio-linux-shell.
Add stremioScaleFactor option (uses --force-device-scale-factor) for
4K TV display scaling. Set to 2.0 on boxy and gym-box.
This commit is contained in:
2026-05-11 19:47:18 -07:00
parent 1bf7b88be5
commit 398c5fcc8a
4 changed files with 33 additions and 3 deletions
+1
View File
@@ -28,6 +28,7 @@ with lib;
wayland = true;
appLauncherServer.enable = true;
jellyfinScaleFactor = 1.0;
stremioScaleFactor = 2.0;
};
nfs-mounts.enable = true;
users.enable = true;