• 1
  • 11
  • 12
  • 13
  • 14(current)
  • 15
tv show next aired script - new features for skinners
You could set the focus with onload.
Image
Reply
Thanks Balck.
How do i set focus to the same list id but with different visible conditions ?. I've try this but didn't work.
Code:
<onload condition="IsEmpty(Window.Property(Monday))">SetFocus(200)</onload>
Reply
The property might be cleared because it's loaded again, maybe set the clearing property to onunload?
Reply
It's already there : <onload>ClearProperty(Monday)</onload>
Reply
onunload
Reply
Sorry Hitcher. My bad.

I've added but is not working : <onunload>ClearProperty(Monday)</onunload>

Also i have one minor problem with the animation. What i am doing wrong and my slide animation runs with different speed only the first time ?
Reply
In spanish I can't see the dates:

Image
Reply
ferent Wrote:In spanish I can't see the dates:

Image

should be fixed in the next release of the nextaired addon.
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
nessus Wrote:Sorry Hitcher. My bad.

I've added but is not working : <onunload>ClearProperty(Monday)</onunload>

Also i have one minor problem with the animation. What i am doing wrong and my slide animation runs with different speed only the first time ?

bump

anyone have any other ideas ??
Reply
Use ClearProperty(Monday,script-NextAired-TVGuide.xml) on onunload.
Image
Reply
agrrr....!!!.... sorry Black... is not working again.

Maybe this can be done by the script...??... something similar to ActivateWindow versus ReplaceWindow...??
Reply
make sure the defaultcontrol isn't set to always="true".
Reply
There is no defaultcontrol in script-NextAired-TVGuide.xml.
Reply
Oh right, the default control is handled by the script.
Reply
After upgrading to Eden B2, I get the following error when running an update in NextAired:

Quote:15:29:56 T:1220 ERROR: Traceback (most recent call last):
15:29:56 T:1220 ERROR: File "C:\Users\Da5id Meier\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\default.py", line 52, in get_html_source
15:29:56 T:1220 ERROR: sock = urllib.urlopen(url)
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\urllib.py", line 86, in urlopen
15:29:56 T:1220 ERROR: return opener.open(url)
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\urllib.py", line 207, in open
15:29:56 T:1220 ERROR: return getattr(self, name)(url)
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\urllib.py", line 349, in open_http
15:29:56 T:1220 ERROR: errcode, errmsg, headers = h.getreply()
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\httplib.py", line 1064, in getreply
15:29:56 T:1220 ERROR: response = self._conn.getresponse()
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\httplib.py", line 990, in getresponse
15:29:56 T:1220 ERROR: response.begin()
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\httplib.py", line 391, in begin
15:29:56 T:1220 ERROR: version, status, reason = self._read_status()
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\httplib.py", line 349, in _read_status
15:29:56 T:1220 ERROR: line = self.fp.readline()
15:29:56 T:1220 ERROR: File "E:\XBMC\system\python\Lib\socket.py", line 427, in readline
15:29:56 T:1220 ERROR: data = recv(1)
15:29:56 T:1220 ERROR: IOError: [Errno socket error] timed out

Full debug log available here:
http://pastebin.com/Zq2H0Vg2

It seems like tvrage is taking longer than the timeout period to load the pages, but I'm not particularly certain. XBMC is saying it's timing out. Took over 5 minutes to get through 7% of the update.
Reply
  • 1
  • 11
  • 12
  • 13
  • 14(current)
  • 15

Logout Mark Read Team Forum Stats Members Help
tv show next aired script - new features for skinners0