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

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] TV Show Next Aired (Script) Addon (/showthread.php?tid=79493)



RE: [RELEASE] TV Show Next Aired (Script) Addon - `Black - 2012-03-15 22:03

I think that should be integrated in XBMC so there would be central way of selecting important/unimportant shows. It could be used for watchlist (and maybe other add-ons) as well. Another thing that could be possible is with a playlist maybe... so you can add shows to a playlist and specify it in the add-on settings.


RE: [RELEASE] TV Show Next Aired (Script) Addon - ronie - 2012-03-16 22:51

(2012-03-13 14:56)`Black Wrote:  @ronie
Are you sure the script runs itself automatically (updating data) at midnight? I don't think that's the case since it doesn't run in the background.

yeah, if it's run by the skin at startup.
check lines 101-108.
(2012-03-14 07:55)RavenNL Wrote:  Here is a debug log, as I suspected there is no next aired activity at midnight.

http://pastebin.com/hqK48jmE

after enabling debug logging, restart xbmc :-)
the important bit are missing in the log you've posted.


RE: [RELEASE] TV Show Next Aired (Script) Addon - bigdawgte - 2012-03-17 01:50

this script fails every time for me. any ideas?


RE: [RELEASE] TV Show Next Aired (Script) Addon - ronie - 2012-03-17 01:57

(2012-03-17 01:50)bigdawgte Wrote:  this script fails every time for me. any ideas?

hmmm... let's see... it could be... nah... that won't be it...
nope sorry, no idea.


RE: [RELEASE] TV Show Next Aired (Script) Addon - bigdawgte - 2012-03-17 01:59

I guess you'll need the log.

http://pastebin.com/cYs6ZEZR


RE: [RELEASE] TV Show Next Aired (Script) Addon - ronie - 2012-03-17 02:23

(2012-03-17 01:59)bigdawgte Wrote:  I guess you'll need the log.

http://pastebin.com/cYs6ZEZR

you're using a reasonably old build of xbmc.
i pretty sure you'll have more luck with xbmc rc2


RE: [RELEASE] TV Show Next Aired (Script) Addon - bigdawgte - 2012-03-17 05:24

That's weird. Actually my build is 2:11.0~git20120229.f38655f-0ubuntu1~ppa1~oneiric. Wonder what is corrupted/I have to delete to get this straight.


RE: [RELEASE] TV Show Next Aired (Script) Addon - ronie - 2012-03-17 05:27

(2012-03-17 05:24)bigdawgte Wrote:  That's weird. Actually my build is 2:11.0~git20120229.f38655f-0ubuntu1~ppa1~oneiric. Wonder what is corrupted/I have to delete to get this straight.

according to your log:
Quote:19:47:04 T:6154704 NOTICE: Starting XBMC, Platform: Linux (Ubuntu 11.10, 3.0.0-16-generic i686). Built on Aug 19 2011 (Git:20110818-b2a5a4c)

most likely you have two installations of xbmc?

edit:
your running the one installed in /usr/local


RE: [RELEASE] TV Show Next Aired (Script) Addon - bigdawgte - 2012-03-17 06:05

I can't get it properly reflect the correct build, I have uninstalled and purged it, to no avail.
That was it, I deleted that one and now its working. Thanks a million!


RE: [RELEASE] TV Show Next Aired (Script) Addon - RavenNL - 2012-03-17 09:02

(2012-03-16 22:51)ronie Wrote:  yeah, if it's run by the skin at startup.
check lines 101-108.
(2012-03-14 07:55)RavenNL Wrote:  Here is a debug log, as I suspected there is no next aired activity at midnight.

http://pastebin.com/hqK48jmE

after enabling debug logging, restart xbmc :-)
the important bit are missing in the log you've posted.

Ow sorry, didn't knew. I will try to make a new one tonight then

http://pastebin.com/Z2qzVdE6 is one where i turned on debug log and rebooted if it is any help