hello,
first of all thank you making this Skin compatible with Jarvis...
I installed the addon TVHighLight and tried to make it workable as an widget.
so I add is to Custom_1133_WidgetChooser.xml
Code:
<item>
<label>TVHighLights</label>
<onclick>SetProperty(CustomYesNoDialog,highlightslist,1124)</onclick>
<onclick>Skin.SetString(ItemToEdit.$INFO[Window(1124).Property(WidgetSelection)]Title,TVHighLights)</onclick>
<onclick>RunScript(plugin.program.tvhighlights)</onclick>
<onclick>ActivateWindow(1137)</onclick>
<visible>System.HasAddon(plugin.program.tvhighlights)</visible>
</item>
and add it also to Custem_1137_WidgetLayoutDialog.xml
the following to the Include_Widget1.xml
Code:
<include name="TVHighLightsContent">
<item>
<property name="channel">$INFO[Window.Property(TVHighlightsToday.1.Channel)]</property>
<property name="comment">$INFO[Window.Property(TVHighlightsToday.1.Comment)]</property>
<property name="genre">$INFO[Window.Property(TVHighlightsToday.1.Genre)]</property>
<property name="country">$INFO[Window.Property(TVHighlightsToday.1.Country)]</property>
<property name="year">$INFO[Window.Property(TVHighlightsToday.1.Year)]</property>
<label>$INFO[Window.Property(TVHighlightsToday.1.Title)]</label>
<onclick>SetFocus(5014)</onclick>
<logo>$INFO[Window.Property(TVHighlightsToday.1.Logo)]</logo>
<icon>$INFO[Window.Property(TVHighlightsToday.1.Logo)]</icon>
<property name="extrainfos">$INFO[Window.Property(TVHighlightsToday.1.Extrainfos)]</property>
<label2>$INFO[Window.Property(TVHighlightsToday.1.Time)]</label2>
<thumb>$INFO[Window.Property(TVHighlightsToday.1.Thumb)]</thumb>
<actualicon>$INFO[Window.Property(TVHighlightsToday.1.Logo)]</actualicon>
<visible>!IsEmpty(Window.Property(TVHighlightsToday.1.Title))</visible>
</item>
</include>
problem is that did not find where Ich can add it to the container "4321"
now it is been shown in RecentTVShow Widget...