[RELEASE] TV Show Next Aired (Script) Addon

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
emueyes Offline
Junior Member
Posts: 24
Joined: Oct 2011
Reputation: 0
Post: #941
Ah, ok thanks. Is there a list of skins that do? I'm planning on using Aeon Nox at some stage, but don't want to go installing a new skin that isn't going to work. This feature (Next Aired) is important enough to me to base skin choices on. (I'm using Confluence as shipped with Frodo, it doesn't seem to work).

EDIT: I just discovered Next Aired support on the Aeon Nox feature list.
(This post was last modified: 2013-05-05 07:46 by emueyes.)
find quote
isthisadagger Offline
Junior Member
Posts: 20
Joined: Jan 2010
Reputation: 0
Post: #942
Or you could modify Confluence.

1. copy folder skin.confluence to skin.myskin
2. edit addon.xml in skin.myskin

Code:
id="skin.myskin"
name="myskin"

3. edit /skin.myskin/720p/MyVideoNav.xml
add:
Code:
<onload>RunScript(script.tv.show.next.aired,backend=True)</onload>

4. depending on the view you use List/Media Info/Fanart (each has its own section in the xml file) edit /skin.myskin/720p/ViewsVideoLibrary.xml.
E.g. i use Media Info (MediaListView2) so in the section <include name="MediaListView2"> search for "Year Value". It is a label displaying the Production year of the selected show in the lower right above “Genre”. I replaced the year with the next air date by commenting

Code:
<!-- <label fallback="416">$INFO[listitem.Year]</label> -->

out and adding

Code:
<label>$INFO[Window(Home).Property(NextAired.NextDate)]</label>

5. Run the addon at least once from “Programs” to get the Info for your series.
6. You can replace the “Year” text in front of the airdate by editing the label “Year txt” above.
Replace
Code:
<label>$LOCALIZE[345]:</label>

with the text you want displayed.
find quote
webewitch Offline
Junior Member
Posts: 6
Joined: Feb 2013
Reputation: 0
Post: #943
As streaming is so effective with XBMC I no longer download many TV shows - hence they won't be in my Library.

I'd love this Addon to be able to simply add the names of Shows to be included.

e.g.. Say I want Next Aired to include Elementary but I don't have it in my Library.

Is this possible or is there a script that a newbie can edit?
find quote
thewarm Offline
Senior Member
Posts: 270
Joined: Apr 2011
Reputation: 0
Location: Seattle
Post: #944
Just put an empty folder with artwork in your TV section
find quote
webewitch Offline
Junior Member
Posts: 6
Joined: Feb 2013
Reputation: 0
Post: #945
Quote:Just put an empty folder with artwork in your TV section

Thanks for the tip.

I can create an empty folder but I'm not clear about the 'with artwork' bit. What do you mean by that?
(This post was last modified: 2013-05-17 13:21 by webewitch.)
find quote
thewarm Offline
Senior Member
Posts: 270
Joined: Apr 2011
Reputation: 0
Location: Seattle
Post: #946
You need to have a landscape and a banner, logo or folder image in each folder for the addon to have something to display in its main window. (TV Guide view)
This is not necessary if you just need the next-aired info when viewing TV Shows.
find quote
webewitch Offline
Junior Member
Posts: 6
Joined: Feb 2013
Reputation: 0
Post: #947
Thanks for following up.

So if I've got this right....

For eg Elementary:
I create an Elementary Folder And from somewhere (?) I put in its banner.
Next-aired will then recognise that and include it in its display.

The downside as far as I can see would be that there'd be an Elementary listing in my TV Shows section - which would have no shows.

Not sure that would suit me. I wouldn't want my TV Shows section to have listings of shows I don't have.

Or have I misunderstood?
(This post was last modified: 2013-05-17 15:49 by webewitch.)
find quote
Martijn Offline
Team-XBMC
Posts: 7,715
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #948
in advancedsettings.xml you can add a rule to hide empty shows in your library

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
webewitch Offline
Junior Member
Posts: 6
Joined: Feb 2013
Reputation: 0
Post: #949
Brilliant!

Thank you.
find quote
webewitch Offline
Junior Member
Posts: 6
Joined: Feb 2013
Reputation: 0
Post: #950
Nope.

I'm too dumb to get it working.

I created a Doctor Who folder (as I knew that should appear in next aired (tomorrow)).
I went to thetvdb,com site and downed its banner and poster and put it in the folder.
I went to Videos / Files / Add Videos and directed it to the folder.
My TV Shows now has a blank listing for Doctor Who.
Opened Next Aired and it's not included the show.

Sorry to be so dumb but I need more help.

EDIT: SUCCESS! I was calling the folder 'Doctor Who' but that referred to the 1963 series - as 'Doctor Who (2005)' it worked just fine.

Thank you
(This post was last modified: 2013-05-17 18:49 by webewitch.)
find quote
Post Reply