2012-01-04, 21:12
Sorry I was just quoting from the README.
<onclick>SetProperty(Monday,true)</onclick>
<visible>!IsEmpty(Window.Property(Monday))</visible>
12:37:23 T:4984 ERROR: Error Type: <type 'exceptions.IndexError'>
12:37:23 T:4984 ERROR: Error Contents: list index out of range
12:37:23 T:4984 ERROR: Traceback (most recent call last):
File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 426, in <module>
NextAired()
File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 87, in __init__
self.update_data()
File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 122, in update_data
self.scan_info()
File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 172, in scan_info
self.localize_show_datetime( current_show )
File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 257, in localize_show_datetime
airdays[count] = self.days[index + weekdaydiff]
IndexError: list index out of range
nessus Wrote:Yes. Just use these files to see all graphics and start the guide from the script its self because the version of the skin that you have it has links according the old version of the script.
<include name="TV-Guide-Animation">
<animation type="WindowOpen" reversible="false">
<effect type="fade" start="0" end="100" time="300" />
</animation>
<animation type="Visible" reversible="false">
<effect type="fade" start="0" end="100" time="500" />
<effect type="slide" start="0,50" end="0,0" time="500" tween="back" easing="out" />
</animation>
<animation type="Hidden" reversible="false">
<effect type="fade" start="100" end="0" time="200" />
<effect type="slide" start="0,0" end="0,50" time="500" tween="sine" easing="out" />
</animation>
</include>