Changing Gui setting from addon
#1
Hi
i am developing an add-on ,
the feature i need is to hide/remove the back button (..) from only one screen ,
i have search and come up with the idea to change the value

<filelists>
<allowfiledeletion>false</allowfiledeletion>
<ignorethewhensorting>true</ignorethewhensorting>
<showaddsourcebuttons>true</showaddsourcebuttons>
<showextensions>true</showextensions>
<showhidden>false</showhidden>
<showparentdiritems>true</showparentdiritems>
</filelists>

using code from python from the GUISetting.xml.

i have found this code to change the setting
xbmc.executebuiltin("SetGUISetting(filelists.showparentdiritems;'False')" )
from this thread
Thread

i haven't find this working , any idea how to do this,
waiting for any idea/guide
thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Changing Gui setting from addon0