This is no longer neccessary since kodi already supports reading
the CPU temperature from the various hwmon sysfs entries.
Our downstream "cputemp" scripts are still included for now as the
downstream "gputemp" scripts (which are still needed) symlink to them.
This should be cleaned up at a later point.
Signed-off-by: Matthias Reichl <hias@horus.com>
Support for the KODI_AE_SINK environment variable has been dropped
in kodi, use the --audio-backend command line option instead.
Signed-off-by: Matthias Reichl <hias@horus.com>
We included it to give easy access to the zachmorris repo, but
kodi.game repo hasn't been updated in ages and the ancient zachmorris
repo referenced by it is now defunct and results in errors in kodi.log
error <general>: Repository add-on repository.zachmorris uses old schema definition for the repository extension point! This is no longer supported, please update your addon to use <dir> definitions.
error <general>: Repository add-on repository.zachmorris does not have any directory and won't be able to update/serve addons! Please fix the addon.xml definition
Let's just drop it, anyone who wants to use the zachmorris repo can
easily install it from ZIP.
Signed-off-by: Matthias Reichl <hias@horus.com>
default to settings from old gbm.xml: enable drmprime decoding
with default direct-to-plane rendering and show drmprime and
keyboard settings.
Signed-off-by: Matthias Reichl <hias@horus.com>
Only set DISPLAY or WAYLAND_DISPLAY if actually running under
x11/wayland. This fixes latest kodi gbm refusing to start because
it thinks a window manager is active.
Also set the Nvidia-specific __GL_YIELD only when Nvidia drivers
are actually used and drop SDL_MOUSE_RELATIVE - kodi stopped using
SDL a long time ago.
Signed-off-by: Matthias Reichl <hias@horus.com>
Kodi defaults to require authentication when the webserver is
enabled and as no password is set this results in an annoying
error box on fresh installations.
As neither disabling authentication or pre-setting a well known
password are great options just stop enabling the webserver via
appliance.xml. Users can enable it and choose authentication options
if they like via settings.
Signed-off-by: Matthias Reichl <hias@horus.com>
We want to get more visibility for retroplayer so let's enable games by default.
The only reason kodi doesn't do this is because it doesn't have the sense of a
binary add-on repo. LibreELEC is special in that we have had this ability forever.
We also want to disable rewind by default because it makes low powered devices
suffer in performance. It also isn't exposed in a manner that makes it easy to use yet.