Where to define skin default settings?
#1
Heya,

Just started skin modding a couple of days ago. I was wondering how i can change the default skin settings? For example if i install a certain skin the setting for lower horizontal menu if default off. Now i want it to be default on when the skin is installed.

How do i do that?

Thanks for the help!
Reply
#2
invert the skin setting button, using the !

Code:
<control type="radiobutton">
   ....
   <selected>!Skin.HasSetting(Foo)</selected>
</control>


then for the 'lower horizontal menu', use
Code:
<visible>!Skin.HasSetting(Foo)</visible>
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Ok, thanx. What xml can i find the settings in?
Reply
#4
depends on the skin your using.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#5
modding the Cirrus skin
Reply
#6
should be custom_SkinSetting_1111.xml then.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#7
Thanx, going to try it!
Reply

Logout Mark Read Team Forum Stats Members Help
Where to define skin default settings?0