Posts by Da Flex

    Thanks for the video. It makes me think that the DB is not the problem. Instead the LE player loads different data from the DB (cast, no cast), depending on where it's started from. So this time my advice is to write a bug report for the LE player, not for the DB add-on.

    chewitt Can we do a device list, updated by users? Something like an initial post by an admin (like me :saint:), and all users can post answers, which devices work for them. Then the admin will add the device to the list at the initial post (device name, chipset, LE version, hardware, user name), and deletes the users post after this.

    PS: It's really hard (impossible?) to find a 5GHz device, which is not from Realtek. Many users have this problem.

    LE uses it's own add-on system to install packages. APT is not supported. Fortunately you don't need APT or an install script for this project.

    • install the "Raspberry Pi Tools" add-on (provides Python GPIO lib)
    • create the folder /storage/.kodi/userdata/scripts
    • insert this lines between line 4 and 5 of softshut.py:
    Code
    import sys
    sys.path.append('/storage/.kodi/addons/virtual.rpi-tools/lib')
    • put softshut.py into /storage/.kodi/userdata/scripts
    • create /storage/.config/autostart.sh with this content:
    Bash
    #!/bin/sh
    
    (
        python /storage/.kodi/userdata/scripts/softshut.py
    ) &

    That looks buggy to me. ?(

    Your original thread title was too long, so I was cutting it. You said the boot error appears since your Windows update.

    Go into your EFI / BIOS settings and check the boot order of partitions. Some Windows updates change it, but that's not our fault.