Posts by handfrog

    Just tested incompetent-nerd's post on LE 10.0.0.1 with RPI4, works like a charm for me!

    Just added on line in /storage/.config/autostart.sh, so that audio comes from hdmi instead of pulseaudio default stereo output:

    Code
    pactl load-module module-udev-detect
    pactl set-default-sink alsa_output.0.hdmi-stereo

    And i used os.popen().read() instead of subprocess.check_output() to get a unicode string instead of binary array in

    /storage/.kodi/userdata/bluetooth.py: