Addon Settings programming, Wiki Doku
#1
More a memo, I think the wiki doku on Addon Settings:
http://wiki.xbmc.org/index.php?title=Add...Text_input
says
. Example code:
. <setting label="32033" type="text" id="username"/>
. Values is saved as a float value:
. <setting id="service" value="john.doe" />

which should be something like setting id="___username___" value="john.doe", and ___text___ value, no?
anyway python code is
. if Addon.getSetting('random_slideshow') == 'true':
. pass
MfG
raspi
Reply
#2
c/p error

should be corrected now
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
Cool Thanks!
Reply
#4
Same copypaste error on the next setting, http://wiki.xbmc.org/index.php?title=Add...ress_input
Reply

Logout Mark Read Team Forum Stats Members Help
Addon Settings programming, Wiki Doku0