![]() |
|
[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) |
- Hitcher - 2011-04-05 23:23 I've no idea if excluding items would make a difference in speed, I just thought it might was a waste of resources when I only want a couple of tags (Show Name and Next Aired Date). Thanks. - Hitcher - 2011-04-06 08:40 Actually forget about my request because it would then break the TV Guide views other skins are using. - ppic - 2011-04-06 12:51 not i'll let it that way for tvguide, but will push properties with show name. - phear - 2011-04-06 13:28 I am having a problem with it scraping images for my tv shows. anyone else? - ppic - 2011-04-06 14:09 this script doesn't download any images. - nessus - 2011-04-07 09:58 Big_Noid Wrote:Since it's possible to push data to the skin, it might be useful to make it optional to scrape canceled/ended shows and add end date of the final episode. ppic Wrote:if you go that way, you'll need to make stringcompare on all of your show, for number of show you have, won't be good, i'll make another way for that kind of things. ppic... any news on this ? - ppic - 2011-04-07 12:01 hitcher's idea will make it easier
- nessus - 2011-04-09 12:10 Great !!! I am looking forward for the next update. Cheers Nessus - eddiem - 2011-04-10 19:50 I am getting error on all nightlies since: XBMCSetup-20110407-39c2b37-master.exe http://pastebin.com/auwXQmtF - stoli - 2011-04-10 21:10 ppic - I have the script set to update via startup.xml, but it seems if the user has never excuted the script manually from within video addons, it will not work. Is there another command that can force it to run, or at least a method to return a dialog to the user to manually update? Current startup.xml command: Code: <onfocus>XBMC.RunScript(script.tv.show.next.aired,silent=true&alarm=99)</onfocus>Thanks for all your scripts!! |