How to assign a default gui setting
#1
I'm just getting grounded here, so please excuse my naivete. I am building a new skin and have a very basic question: what is the best practice for assigning a default gui setting? For example, if I want my skin to have the setting "use_startup_playlist" assigned to "true" by default (and for it to be written to 'guisettings.xml' in the user data area), how best to accomplish that?

Thanks very much for any help.
Reply
#2
skin.setbool(use_startup_playlist,true)

see the builtin functions page in the wiki.
Reply

Logout Mark Read Team Forum Stats Members Help
How to assign a default gui setting0