v19 Dynamic settings / concurrent access to settings
#1
When changing settings through the normal process (Settings -> Add-ons -> configure gui) are concurrent changes to the same settings.xml blocked by addons?

I'm trying to fix some settings issues in an existing service. Some setting list values need to be dynamically determined.  To accomplish this the service is using NotifyAll from the settings.xml to have the service determine the values, then calls xbmcgui.Dialog.select to get the value from the user and then calls xbmcaddon.Addon.setSetting.

The problem is that the settings.xml never gets the change.

Can you suggest another approach? The possible values for this particular setting depends upon O/S as well as what is installed (Speech engines). 

Running Kodi (19.0-ALPHA1 Git:20200516-8111930458)
Reply

Logout Mark Read Team Forum Stats Members Help
Dynamic settings / concurrent access to settings0