Please Add Philips Hue Entertainment API Compatibility / Support https://developers.meethue.com/phil...ide-a-new-level-of-spacial-immersion-join-us/ https://developers.meethue.com/develop/hue-entertainment/
SJunkies already put some work in over in the german area. Unfortunately nothing happend for a while but maybe someone is able to compile a testversion for us? here's a link to his github: https://github.com/SJunkies/hyperion.ng/tree/entertainment-api
No need for that expensive piece of hardware if your Hyperion Setup can actually do it You can actually compile it yourself. I am using the branch from SJunkies and the Hue Entertainment Support is working quite good! Just follow the originale compile instructions (I just changed the git part to use the entertainment-api-2019 branch! sudo apt-get update sudo apt-get install git cmake build-essential qtbase5-dev libqt5serialport5-dev libusb-1.0-0-dev python3-dev libxrender-dev libavahi-core-dev libavahi-compat-libdnssd-dev libjpeg-dev libqt5sql5-sqlite sudo apt-get install libraspberrypi-dev sudo apt-get install libmbedtls-dev git clone --b entertainment-api-2019 --single-branch --recursive https://github.com/SJunkies/hyperion.ng.git hyperion cd hyperion mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make -j $(nproc) sudo make install/strip
And how would i go about this, if i wanted to compile it for kodi on an odroid c2? Im running CoreElec on the odroid and just have a windows 8 or osx machine to actually build and i guess that's where it ends for me, right?