How to use SettingsLevelChange anywhere on the skin?
#16
I found the commands with which you can make your entire settings menu by applying python scripts(.py) and using jsonrpc!
python:

import json
import xbmc, xbmcgui, xbmcaddon
# get and set variables
jsonGetVAL = '{"jsonrpc":"2.0", "method":"Settings.GetSettingValue", "params":{"setting": .....
.....
Kodi is too limited in customization, it's terrible!
I always criticize and always will criticize what is badly thought out and does not work well.
Reply

Logout Mark Read Team Forum Stats Members Help
How to use SettingsLevelChange anywhere on the skin?0