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

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] TV Show Next Aired (Script) Addon (/showthread.php?tid=79493)



- igotdvds - 2011-01-06

New layout for Simplicity's TV GUIDE.

Image


- ppic - 2011-01-06

good work !


- konetzed - 2011-01-10

ppic Wrote:why do you need it ?
No reason really, just easier to send a patch in if someone finds a bug or has an idea.


- ppic - 2011-01-10

all is here : http://code.google.com/p/passion-xbmc/


- xmbc - 2011-01-12

I cant seem to get Banners/Wide view working, it's only showing cropped images of the poster (folder.jpg).

All these images exist in the shows folder:
banner.jpg
fanart.jpg
folder.jpg
landscape.jpg
logo.jpg

Using Alaska Revisited as my skin, banners and everthing shows up fine in the library. Also there is no text on the 4 bottom buttons, but I suppose that's an issue with the skin?


- ppic - 2011-01-12

the display part use the default cached thumb.


- xmbc - 2011-01-12

ppic Wrote:the display part use the default cached thumb.

So how do I clear the cache/get it working with banners?


- ppic - 2011-01-12

you have to use banner as default tvshow thumb, so scrape your tvshows with banners


- Sinvida - 2011-01-15

It's not quite clear to me if the next aired script autoruns or is scheduled or something. I tried to integrate next episode info in the tv shows view of a skin. It works fine but it seems i have to manually start up the next aired script first to get the info. Is that the way it's supposed to work?


- odt_x - 2011-01-15

Sinvida Wrote:It's not quite clear to me if the next aired script autoruns or is scheduled or something. I tried to integrate next episode info in the tv shows view of a skin. It works fine but it seems i have to manually start up the next aired script first to get the info. Is that the way it's supposed to work?

I have it added to my skins Startup.xml in the 720p/ subdir:
Code:
        <control type="button" id="11">
            <description>Trigger Latest Added</description>
            <posx>-20</posx>
            <posy>-20</posy>
            <width>1</width>
            <height>1</height>
            <texturenofocus>-</texturenofocus>
            <texturefocus>-</texturefocus>
            <onfocus>XBMC.RunScript(script.tv.show.next.aired,silent=True&amp;alarm=3600)</onfocus>
            <label>$INFO[Window.Property(LatestMovie.1.Title)]</label>
            <font>-</font>
            <onfocus>SetFocus(12)</onfocus>
        </control>



- Sinvida - 2011-01-15

odt_x Wrote:I have it added to my skins Startup.xml in the 720p/ subdir:
Code:
        <control type="button" id="11">
            <description>Trigger Latest Added</description>
            <posx>-20</posx>
            <posy>-20</posy>
            <width>1</width>
            <height>1</height>
            <texturenofocus>-</texturenofocus>
            <texturefocus>-</texturefocus>
            <onfocus>XBMC.RunScript(script.tv.show.next.aired,silent=True&amp;alarm=3600)</onfocus>
            <label>$INFO[Window.Property(LatestMovie.1.Title)]</label>
            <font>-</font>
            <onfocus>SetFocus(12)</onfocus>
        </control>

Thanx mate, going to try it right away! Wondering though if it's also possible to schedule. I hardly restart my xbmc box. Smile


- Sinvida - 2011-01-16

Seems it doesn't work, not sure why no though. Is there à way to have the script update based on time? Like everything 24 hours, regardless of restarting xbmc. Kind of like the auto library update script.

Edit: i just read up on the topicstart, and the script should auto-update everything 6 hours, once started? Now i meed to check out why the startup script doesn't work.


- B-Fir3 - 2011-01-17

Sinvida Wrote:Seems it doesn't work, not sure why no though. Is there à way to have the script update based on time? Like everything 24 hours, regardless of restarting xbmc. Kind of like the auto library update script.

Edit: i just read up on the topicstart, and the script should auto-update everything 6 hours, once started? Now i meed to check out why the startup script doesn't work.

I've been trying to figure it out for your Sinus skin as well.

I noticed that it wasn't in <requires> in the addon.xml, so I added:

Code:
<import addon="script.tv.show.next.aired" version="2.1.2"/>

However, it still doesn't work. I can't figure out why it won't run the script.


- Malexx - 2011-01-17

need some help here too.
Maybe i dont understand how this should work.

For the Infos to be updated,do i need to start the addon manually and go into every show?
Cause i found no other way to update the infos.


- ppic - 2011-01-17

the script have to be launched a start with alarm parameter to automatically refresh info. check ow other skinners do.
but, one time launched and it populate the properties.