![]() |
|
[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 ![]() 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 ![]() 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? 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- ronie - 2011-07-28 00:34 Machine-Sanctum Wrote:folder.jpg is there. They also show fine in TV Serie library. 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. 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. 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 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 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 |