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)



- ronie - 2011-10-05 09:53

papampi Wrote:i have these errors on my ubuntu
how can i reslove the issue ?
or i should ignore them !

unless you get a 'script failed' error on screen,
you can safely ignore these.


- papampi - 2011-10-05 09:59

ronie Wrote:unless you get a 'script failed' error on screen,
you can safely ignore these.

I get "script failed service.py" at startup of xbmc !


- ronie - 2011-10-05 10:03

papampi Wrote:I get "script failed service.py" at startup of xbmc !

that must be some other script then?
there's no 'service.py' in tv shows next aired.


- papampi - 2011-10-05 10:06

ronie Wrote:that must be some other script then?
there's no 'service.py' in tv shows next aired.
ok thanks !
I'll look into other scripts !!!


Script Failed!: script.tv.show.next.aired - Vengent - 2011-10-06 03:21

20:18:09 T:99106816 M:143298560 INFO: -->Python script returned the following error<--
20:18:09 T:99106816 M:143298560 ERROR: Error Type: <type 'exceptions.AttributeError'>
20:18:09 T:99106816 M:143298560 ERROR: Error Contents: 'module' object has no attribute 'mkdir'
20:18:09 T:99106816 M:143298560 ERROR: Traceback (most recent call last):
File "/var/mobile/Library/Preferences/XBMC/addons/script.tv.show.next.aired/default.py", line 25, in <module>
if not xbmcvfs.exists(DATA_PATH): xbmcvfs.mkdir(DATA_PATH)
AttributeError: 'module' object has no attribute 'mkdir'
20:18:09 T:99106816 M:143298560 INFO: -->End of Python script error report<--

It's on ATV2, running stable, not nightly. Anyone have any ideas?


- ronie - 2011-10-06 09:32

Vengent Wrote:It's on ATV2, running stable, not nightly. Anyone have any ideas?

your xbmc build is too old.


- papampi - 2011-10-06 09:36

Vengent Wrote:File "/var/mobile/Library/Preferences/XBMC/addons/script.tv.show.next.aired/default.py", line 25, in <module>
if not xbmcvfs.exists(DATA_PATH): xbmcvfs.mkdir(DATA_PATH)
AttributeError: 'module' object has no attribute 'mkdir'
20:18:09 T:99106816 M:143298560 INFO: -->End of Python script error report<--
It's on ATV2, running stable, not nightly. Anyone have any ideas?
as it's attribute error may be change that would be helpful
Ssh to yr appletv and run :
chmod 755 /var/mobile/Library/Preferences/XBMC/addons/script.tv.show.next.aired/default.py
may be it could solve


- ronie - 2011-10-09 16:20

version 4.0.1 is now available in the pre-eden addon repo.

as of now the script is listed under program add-ons instead of video add-ons.

what's new:
- make it easier for skinners to use this script (see README.txt)
- integrated TV Guide (thanx 'Black)

[Image: tvguide-3.jpg]


- kamil365 - 2011-10-10 23:36

Hi,
Is there a way to change timezone only for this script?
Are you planning to add this?Smile


- francovilar - 2011-10-11 00:44

ronie Wrote:version 4.0.1 is now available in the pre-eden addon repo.

as of now the script is listed under program add-ons instead of video add-ons.

what's new:
- make it easier for skinners to use this script (see README.txt)
- integrated TV Guide (thanx 'Black)

Good Job!

Any news on showing Cancelled or status of tv series? Maybe making possible to skins showing cancelled tag, just like the watched tag...