Next Episode Box
#1
Hey all, I am playing around with trying to display the next episode information in xbmc.

I want to add a box in the skin where the information can be displayed. See the image for where I want it to show up. (Red Box)
Image

I was planning on storing the info in the tvshow.nfo for each separate show.

I was wondering if anyone could send me in the right direction, I've never done any skinning before.

Many Thanks.
Reply
#2
For skinning, simply see the XML file(s) that describe those views - they'll likely be in ViewsVideo.xml or something like that.

This will not be possible without alterations to the XBMC codebase, however. Just because you put something in an .nfo file doesn't mean XBMC knows what to do with it.

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


Image
Reply
#3
A while back I did this for myself...

I overwrote my <genre> field so instead of:

<genre>Action/ Adventure / Drama</genre>
to:
<genre>Mondays at 8</genre>

then changed the Genre field in the skin to "This show airs:" but in the end it was too much work, I had to alter each skin plus manually update series if the show changed time slots. But it gives you an idea.

There are a couple threads floating around on either using a RSS feed or someone is working on a script, so read up on those....
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#4
Many thanks for your replies.

Generating the data is the easy part, ive got a script that pretty much does this, I was just looking for a way to integrate it into xbmc.

Cheers.
Reply

Logout Mark Read Team Forum Stats Members Help
Next Episode Box0