Reply To: Cannot connect to Kodi

Max2Play Home Forums Max2Play on Raspberry PI Cannot connect to Kodi Reply To: Cannot connect to Kodi

23. Juni 2020 at 3:37 #49065

You may be in a catch 22 condition.
My max2play Kodi installation had services->control->Allow remote control via HTTP turned off by default.
You will need to turn it on to use a Kodi remote controller app
If it is off, how can you turn it on with a remote controller app?

#use ssh to connect and login as pi
cd /home/pi/.kodi/userdata
# create a back up of your guisettings.xml file
# i.e. „cp guisettings.xml guisettings.xml_orig“

# edit the guisettings.xml file to turn on the webserver
# do not change anything else!
nano guisettings.xml
change the line:
<setting id=“services.webserver“ default=“true“>false</setting>
to:
<setting id=“services.webserver“>true</setting>

you will need to restart Kodi to turn it on.

  • This reply was modified 3 years, 10 months ago by grimmt.
  • This reply was modified 3 years, 10 months ago by grimmt. Reason: changed "may" to "will"