Kodi Community Forum

Full Version: Add or modify default Web interface files for testing JSON RPC Api
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

i am new here, i use one Raspberry Pi 2 and using OSMC, it is fantastic!

I would like to test JSON RPC Api calls using Ajax and i would like to modify or add some new html files to default web server interface but i don't know where i have to create .html files and directories and where "htdocs" files are on default web server interface.

Could you help me please?

Thanks in advance!

jps
Webinterfaces are plugins. i would recoment to make a new plugin rather than change the default one, so you don't get in troubles with updates....
I found directory using find command:

/usr/share/kodi/addons/webinterface.default

Modified htm files on this directory and web interface changes, all ok.

Thanks for your help