v19 LibreELEC Testbuilds for x86_64 (Kodi 19.0)
Just tried the latest build, I'm new to this so not tried any previous builds other than the official releases.
Autocomplete didn't work for me in the keyboard.

in script.module.autocompletion > lib > AutoCompletion.py
I had to change the line 69:
    if i > self.limit:
to:
    if int(i) > int(self.limit):

To get this working like it does in the official releases.
Reply


Messages In This Thread
RE: LibreELEC Testbuilds for x86_64 (Kodi 19.0) - by ShadowMask - 2020-06-10, 15:01
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 19.0)3