OS X Open Kodi over network
#1
I want to open Kodi from another local computer.

I already enabled php on the Mac and I can open applications like calculator by using this code and open this php from the Apache:

Code:
<?php
$program = "/Applications/Calculator.app/Contents/MacOS/Calculator";

exec($program);
?>

However with Kodi it doesn't work. Has someone done this already or knows why this doesn't work?

Thanks for any help.
Reply

Logout Mark Read Team Forum Stats Members Help
Open Kodi over network0