2011-11-20, 12:27
Why this property don't work in "Home"
I run the script in startup.xml with
XBMC.RunScript(script.tv.show.next.aired,silent=True)
In my log that's good , I can see the property, but that's not good if I use a list in a widget
sorry for my english
I run the script in startup.xml with
XBMC.RunScript(script.tv.show.next.aired,silent=True)
In my log that's good , I can see the property, but that's not good if I use a list in a widget
Code:
<item id="1">
<label>$INFO[Window(Home).Property(NextAired.1.NextDate)] $LOCALIZE[35139] $INFO[Window(Home).Property(NextAired.1.shortime)]</label>
<label2>$INFO[Window(Home).Property(NextAired.1.shortime)]</label2>
<onclick>SetProperty(NextAired.NextTitle,"$INFO[Window(Home).Property(NextAired.1.NextTitle)]")</onclick>
<onclick>SetProperty(NextAired.ep_img,"$INFO[Window(Home).Property(NextAired.1.ep_img)]")</onclick>
<onclick>SetProperty(NextAired.Network,"$INFO[Window(Home).Property(NextAired.1.Network)]")</onclick>
<onclick>SetProperty(NextAired.NextDate,"$INFO[Window(Home).Property(NextAired.1.NextDate)]")</onclick>
<onclick>SetProperty(NextAired.ShowTitle,"$INFO[Window(Home).Property(NextAired.1.ShowTitle)]")</onclick>
<onclick>SetProperty(NextAired.Airtime,"$INFO[Window(Home).Property(NextAired.1.Airtime)]")</onclick>
<onclick>SetProperty(NextAired.NextNumber,"$INFO[Window(Home).Property(NextAired.1.NextNumber)]")</onclick>
<onclick>SetProperty(NextAired.Status,"$INFO[Window(Home).Property(NextAired.1.Status)]")</onclick>
<onclick>SetProperty(NextAired.Runtime,"$INFO[Window(Home).Property(NextAired.1.Runtime)]")</onclick>
<onclick>SetProperty(NextAired.LatestTitle,"$INFO[Window(Home).Property(NextAired.1.LatestTitle)]")</onclick>
<onclick>SetProperty(NextAired.LatestDate,"$INFO[Window(Home).Property(NextAired.1.LatestDate)]")</onclick>
<onclick>SetProperty(NextAired.LatestNumber,"$INFO[Window(Home).Property(NextAired.1.LatestNumber)]")</onclick>
<onclick>ActivateWindow(1117)</onclick>
<icon>$INFO[Window(Home).Property(NextAired.1.Network),special://skin/backgrounds/Studios/,.png]</icon>
<thumb>$INFO[Window(Home).Property(NextAired.1.Showpath)]</thumb>
</item>
![Confused Confused](https://forum.kodi.tv/images/smilies/confused.png)