feat(kodi): replace stremio with stremio-linux-shell and add scale factor support
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:
@@ -28,6 +28,7 @@ with lib;
|
||||
wayland = true;
|
||||
appLauncherServer.enable = true;
|
||||
jellyfinScaleFactor = 1.0;
|
||||
stremioScaleFactor = 2.0;
|
||||
};
|
||||
nfs-mounts.enable = true;
|
||||
users.enable = true;
|
||||
|
||||
@@ -28,6 +28,7 @@ with lib;
|
||||
wayland = true;
|
||||
appLauncherServer.enable = true;
|
||||
jellyfinScaleFactor = 1.0;
|
||||
stremioScaleFactor = 2.0;
|
||||
};
|
||||
nfs-mounts.enable = true;
|
||||
users.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user