Kodi Community Forum
[RELEASE] TV Show Next Aired (Script) Addon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] TV Show Next Aired (Script) Addon (/showthread.php?tid=79493)



RE: [RELEASE] TV Show Next Aired (Script) Addon - funkhouser - 2013-10-12

(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.


RE: [RELEASE] TV Show Next Aired (Script) Addon - ronie - 2013-10-14

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.


RE: [RELEASE] TV Show Next Aired (Script) Addon - jhonny30 - 2013-12-25

Does this addon work with the new 12.3 or is it just me having trouble with it now?
Thanks


RE: [RELEASE] TV Show Next Aired (Script) Addon - Stildawn - 2013-12-30

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?


RE: [RELEASE] TV Show Next Aired (Script) Addon - manray - 2013-12-30

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


RE: [RELEASE] TV Show Next Aired (Script) Addon - Vaikin - 2013-12-31

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.


RE: [RELEASE] TV Show Next Aired (Script) Addon - schumi2004 - 2014-01-19

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?


RE: [RELEASE] TV Show Next Aired (Script) Addon - Vaikin - 2014-01-19

Server is/was probably having issues so the script couldn't connect.


RE: [RELEASE] TV Show Next Aired (Script) Addon - Tricky - 2014-02-13

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


RE: [RELEASE] TV Show Next Aired (Script) Addon - ronie - 2014-02-13

(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)]


RE: [RELEASE] TV Show Next Aired (Script) Addon - Tricky - 2014-02-13

(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


RE: [RELEASE] TV Show Next Aired (Script) Addon - ronie - 2014-02-13

(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 :-)


RE: [RELEASE] TV Show Next Aired (Script) Addon - ronie - 2014-02-13

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