March 25, 2016

Cubox-i/RPi2 OpenELEC 6.95.1 Beta (Kodi 16 Jarvis) Tvheadend client

I’ve just installed the first beta of OpenELEC 7 a.k.a. 6.95.1 with Kodi v16 Jarvis on my Cubox-i and RPi2. The Tvheadend service was updated and worked straight out of the box, unfortunately the client does not due to mismatching API versions. Following the steps outlined in this thread, i managed to compile an updated version: docker build mkdir -p ~/openelec/builds docker run -it --name imx6 -v ~/openelec/builds/:/builds damonmorgan/openelec-dependencies /bin/bash cd /builds/ git clone -b 6.95.1 https://github.com/OpenELEC/OpenELEC.tv.git cd OpenELEC.tv PROJECT=imx6 ARCH=arm ./scripts/create_addon pvr.hts Go and grab a huge can of as this is going to take a loooooooooooong while: Read more