• 1
  • 63
  • 64
  • 65
  • 66
  • 67(current)
[RELEASE] TV Show Next Aired (Script) Addon
(2013-10-10, 20:36)zer04c Wrote: Sure this is the script

Quote:#!/bin/sh

sleep 60s
xbmc-send -a "Notification(TV Shows - Next Aired ,Refreshing ...,5000,/storage/.xbmc/addons/script.tv.show.next.aired/icon.png)"
xbmc-send -a "RunScript(script.tv.show.next.aired,silent=True)"

and I launch it from autostart.sh in /.config as a separate script so it doesn't bring the whole system to a halt with the sleep 60s

Ah, awesome thanks.
that shouldn't all be needed though.

i've just tested it with aeon nox and the script properly runs at xbmc startup
and the silent update is working as well.

show me your Debug Log with an unmodified aeon nox and without external bash scripts and i'll have a look.
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.
Does this addon work with the new 12.3 or is it just me having trouble with it now?
Thanks
Could someone tell me if this is possible/feature request.

I would love for Next Aired addon, to have a popup reminder or something if it cannot find a episode in the library like 4 days after the aired date for that episode, so that I know I've missed something without figuring it out myself later?
Hi all,

Firstly thanks for the great addon.
I'm using Confluence as shipped with Frodo and this addon is located on “Programs”.
I have a quick question: It's possible to move it from “Programs” to other menu option like "Video-Addons"?
if it is, how can I do that?

Thanks
Happy New Year
Unfortunately not. Confluence is the most basic skin. Almost no options for configuring anything. If you want to custom anything at all, start poking around at other skins. There are some very nice ones(lightweight or otherwise) that give you a tremendous amount of freedom.
Since a few days i'm getting errors with script.tv.show.next.aired

Code:
09:13:03 T:140384755771136   ERROR:   File "/storage/.xbmc/addons/script.tv.show.next.aired/default.py", line 89, in get_html_source
09:13:03 T:140384755771136   ERROR:     sock = urllib.urlopen(url)
09:13:03 T:140384755771136   ERROR:   File "./Lib/urllib.py", line 86, in urlopen
09:13:03 T:140384755771136   ERROR:   File "./Lib/urllib.py", line 207, in open
09:13:03 T:140384755771136   ERROR:   File "./Lib/urllib.py", line 345, in open_http
09:13:03 T:140384755771136   ERROR:   File "./Lib/httplib.py", line 1102, in getreply
09:13:03 T:140384755771136   ERROR:   File "./Lib/httplib.py", line 1030, in getresponse
09:13:03 T:140384755771136   ERROR:   File "./Lib/httplib.py", line 407, in begin
09:13:03 T:140384755771136   ERROR:   File "./Lib/httplib.py", line 365, in _read_status
09:13:03 T:140384755771136   ERROR:   File "./Lib/socket.py", line 430, in readline
09:13:03 T:140384755771136   ERROR: IOError: [Errno socket error] timed out
09:13:14 T:140384755771136   ERROR: Traceback (most recent call last):

Is this a know issue?
Server is/was probably having issues so the script couldn't connect.
Can I get the next aired date in a list as well?
this one:
$INFO[Window(Home).Property(NextAired.NextDate)]

I tried:
$INFO[ListItem.Property(NextAired.NextDate)]
but it wont work
(2014-02-13, 00:06)Tricky Wrote: Can I get the next aired date in a list as well?
this one:
$INFO[Window(Home).Property(NextAired.NextDate)]

I tried:
$INFO[ListItem.Property(NextAired.NextDate)]
but it wont work

sure, you need to use the properties without the 'nextaired' prefix:
$INFO[ListItem.Property(NextDate)]
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.
(2014-02-13, 01:46)ronie Wrote:
(2014-02-13, 00:06)Tricky Wrote: Can I get the next aired date in a list as well?
this one:
$INFO[Window(Home).Property(NextAired.NextDate)]

I tried:
$INFO[ListItem.Property(NextAired.NextDate)]
but it wont work

sure, you need to use the properties without the 'nextaired' prefix:
$INFO[ListItem.Property(NextDate)]


That doesn't seem to get anything either
(2014-02-13, 01:51)Tricky Wrote:
(2014-02-13, 01:46)ronie Wrote:
(2014-02-13, 00:06)Tricky Wrote: Can I get the next aired date in a list as well?
this one:
$INFO[Window(Home).Property(NextAired.NextDate)]

I tried:
$INFO[ListItem.Property(NextAired.NextDate)]
but it wont work

sure, you need to use the properties without the 'nextaired' prefix:
$INFO[ListItem.Property(NextDate)]


That doesn't seem to get anything either

check if it works in confluence...
if so, look at the the xml code there
if not, i dunno :-)
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.
development for the this version of this addon has ended.

a new and improved version of tv show next aired is available for testing here:
http://forum.xbmc.org/showthread.php?tid=186090
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.
  • 1
  • 63
  • 64
  • 65
  • 66
  • 67(current)

Logout Mark Read Team Forum Stats Members Help
[RELEASE] TV Show Next Aired (Script) Addon2