Kodi Community Forum

Full Version: How to add scripts/plugins in home screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add two of my favorite scripts on the home window.
I got some questions how to do this.

I did this in home.xml

<icon>special://skin/images/backgrounds/Name of script.JPG</icon>
<thumb>special://skin/images/backgrounds/Name of script.JPG</thumb>
<onclick>RunScript(special://home/scripts/Name of script/default.py)</onclick>

Icon is the home window text that isn't is marked,but what do I need to change for the marked text?

Thumb is background.But what do I need to change for the home window background?
Look in <focusedlayout> section and add your "script" focused text image.

Code:
<control type="image">
     <Description>Scripts</Description>
     <posx>20</posx>
     <include>HomeMenuCategoryFocusDim</include>
     <texture>special://skin/images/backgrounds/Name of script focused.JPG</texture>
     <visible>Container(850).HasFocus(9)</visible>                                                                                   <include>HomeMenuCategoryFocusAnim</include>
</control>
Thanks

tikkiew Wrote:But what do I need to change for the home window background?

I made a mistake on my last question.The question should be.What do I need to change for the category icons?
tikkiew Wrote:Thanks



I made a mistake on my last question.The question should be.What do I need to change for the category icons?

Do you mean the picture icons that popup? If thats the case then do a search for "Category Icon Area" without quotes in home.xml
yes I mean that .Thanks .
How can I change the position of the unfocused text?