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)



menu view changes after using tv next aired - gobbledigook - 2011-07-27 17:12

hi,

currently using dharma and this addon + skin installed from repo...

this has happened since i sarted using the tv show next aired addon in xeebo, so i'm not sure if it is the addon or a skin issue..... anyway! when i go to video addons and select tv next aired i can see the menu behind change from... ok i don't know what they are called but in the views menu i use the fourth one down and it changes to the second one down Confused
this happens no matter which view mode i start in, and its a bit frustrating to have to change it back every time. so here is a link to a debug log, the python interpreter starts at line 743.

it may be just one of those things Smile

http://pastebin.com/ZutXfxxR

thanx!


- ronie - 2011-07-27 19:33

Machine-Sanctum Wrote:I've installed all my tvshows with the banner/poster inside of them. So now when i run TV show aired i don't get any images. Is this because tv show gets them from the XBMC thumbnail folder or should it also work this way?
tvshow are on an SMB:// file path

the script looks for a folder.jpg image in the root of every tv show folder.


- Martijn - 2011-07-27 23:46

ronie Wrote:the script looks for a folder.jpg image in the root of every tv show folder.

folder.jpg is there. They also show fine in TV Serie library.
Found this is my error log:
Code:
23:38:36 T:452 M:4294967295   DEBUG: CTextureCache::GetImageHash - unable to stat url smb://MACHINE-SANCTUM/Media3/TV Series/Futurama/poster.jpg
23:38:36 T:5956 M:4294967295  NOTICE: ### parse informations
23:38:36 T:5956 M:4294967295  NOTICE: {'Status': 'Returning Series', 'ep_img': 'smb://MACHINE-SANCTUM/Media3/TV Series/Dexter/folder.jpg', 'RFC3339': '2011-10-02T21:00:00-4:00', 'GMT+0 NODST': '1317596400', 'Network': 'Showtime', 'Classification': 'Scripted', 'Started': 'Oct/01/2006', 'Show Name': 'Dexter', 'Show URL': 'http://www.tvrage.com/Dexter', 'Genres': 'Crime | Drama', 'Premiered': '2006', 'Airtime': 'Sunday at 09:00 pm', 'Ended': '', 'Country': 'USA', 'Show ID': '7926', 'path': 'smb://MACHINE-SANCTUM/Media3/TV Series/Dexter/', 'Next Episode': '06x01^Those Kinds of Things^Oct/02/2011', 'localname': 'Dexter', 'Runtime': '60', 'Latest Episode': '05x12^The Big One^Dec/12/2010'}



- ronie - 2011-07-28 00:34

Machine-Sanctum Wrote:folder.jpg is there. They also show fine in TV Serie library.
Found this is my error log:

could you post a full debug log on pastebin ?


- Martijn - 2011-07-29 00:29

ronie Wrote:could you post a full debug log on pastebin ?

Here you go.
http://pastebin.com/QQn2iN3m

Maybe off-topic but the source code for this is on googlecode or also on github?


- ronie - 2011-07-29 00:42

Machine-Sanctum Wrote:Here you go.
http://pastebin.com/QQn2iN3m

Maybe off-topic but the source code for this is on googlecode or also on github?

you're using the dharma version of the script.

i've posted the eden one here:
http://forum.xbmc.org/showpost.php?p=845073&postcount=245
so if you could test again with that one.

source code for it is on my googlecode page:
http://code.google.com/p/ronie/source/browse/


- ronie - 2011-07-29 00:50

Machine-Sanctum Wrote:folder.jpg is there. They also show fine in TV Serie library.
Found this is my error log:
Code:
23:38:36 T:452 M:4294967295   DEBUG: CTextureCache::GetImageHash - unable to stat url smb://MACHINE-SANCTUM/Media3/TV Series/Futurama/poster.jpg
23:38:36 T:5956 M:4294967295  NOTICE: ### parse informations
23:38:36 T:5956 M:4294967295  NOTICE: {'Status': 'Returning Series', 'ep_img': 'smb://MACHINE-SANCTUM/Media3/TV Series/Dexter/folder.jpg', 'RFC3339': '2011-10-02T21:00:00-4:00', 'GMT+0 NODST': '1317596400', 'Network': 'Showtime', 'Classification': 'Scripted', 'Started': 'Oct/01/2006', 'Show Name': 'Dexter', 'Show URL': 'http://www.tvrage.com/Dexter', 'Genres': 'Crime | Drama', 'Premiered': '2006', 'Airtime': 'Sunday at 09:00 pm', 'Ended': '', 'Country': 'USA', 'Show ID': '7926', 'path': 'smb://MACHINE-SANCTUM/Media3/TV Series/Dexter/', 'Next Episode': '06x01^Those Kinds of Things^Oct/02/2011', 'localname': 'Dexter', 'Runtime': '60', 'Latest Episode': '05x12^The Big One^Dec/12/2010'}

about the error, i think the skin you're using, is trying to load
logo.png images on the TV Guide.

that's probably why you don't get any images on that page.


- Martijn - 2011-07-29 09:33

ronie Wrote:about the error, i think the skin you're using, is trying to load
logo.png images on the TV Guide.

that's probably why you don't get any images on that page.

Also tried with confluence however it didn't work either.


- ronie - 2011-07-29 18:07

Machine-Sanctum Wrote:Also tried with confluence however it didn't work either.

i'll see if i can make it use the cached thumb
instead of assuming the user has a locally stored thumb.


- Martijn - 2011-07-29 19:25

ronie Wrote:i'll see if i can make it use the cached thumb
instead of assuming the user has a locally stored thumb.

I do have mine locally stored so i don't think they're will be cashed ones.

Also tv logo downloader does not download anything.

i don't have logo.png though. only "folder.jpg""fanart.jpg" so it's strange that he doens't find new ones. Maybe debug log of logo downloader would help?
I'll try it on a fresh install in VMware if work then.
Let you know the results