In Kodi, how can I change the settings level to expert via python code?
I managed to change all configuration through an RPC to 'Settings.SetSettingValue' but using the same method with 'general.settinglevel' results with an error CSettingsManager: requested setting (general.settinglevel) was not found.