tv show next aired script - new features for skinners

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Sharpe Offline
Skilled Skinner
Posts: 971
Joined: Jul 2006
Reputation: 12
Location: North West England
Post: #41
ronie Wrote:ideally the script would provide a list of shows airing today,
without the need for the skin to use all kinds of visible-foo on them.

but to keep that list up-to-date, the script will have to run quite often...
or...at least it should run at midnight, when the day changes

i'll give it some thought :-)

/Appreciate that ronie thanks

I'm thinking just some sort of only display if that particular script item number is airing today condition would do for now. (like it how it used to work below).

Code:
<visible>substring(Window(Home).Property(NextAired.1.Today),true)</visible>

Anyway - no worries.
find quote
Jeroen Offline
Skilled Skinner
Posts: 1,882
Joined: Feb 2008
Reputation: 4
Location: The Netherlands
Post: #42
Nice, I've been wanting to support this script but the amount of work always made me put it off. So, definitely going to take a look at this. Cheers Smile
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #43
mind testing script.tv.show.next.aired-4.0.2.zip ?

it should fix all issues reported so far.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or 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.
find quote
Tobby Offline
Fan
Posts: 439
Joined: Jul 2011
Reputation: 1
Post: #44
ronie Wrote:mind testing script.tv.show.next.aired-4.0.2.zip ?

it should fix all issues reported so far.
How fo you view the list?
find quote
`Black Offline
Skilled Skinner
Posts: 1,999
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #45
Seems to work now, tested it with Hitcher's next_aired.db... only thing that needs an update is the date if a show has multiple airdays, it's the same now for all days.

Btw. logo downloader 3.0.7 needs a push to the repo, there's still 3.0.6.

[Image: xp1080.png]
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #46
`Black Wrote:Seems to work now, tested it with Hitcher's next_aired.db... only thing that needs an update is the date if a show has multiple airdays, it's the same now for all days.

if you got any bright ideas for that, i'm all ears :-)

tvrage only provides 1 date, so the script would have to calculate all the other dates.
seems tricky to me...

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or 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.
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,263
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #47
ronie Wrote:mind testing script.tv.show.next.aired-4.0.2.zip ?

it should fix all issues reported so far.

Still completely blank for me the only difference is I'm stuck in the settings button on the side menu, do I actually need to run
PHP Code:
<onload>RunScript(script.tv.show.next.aired,backend=True)</onload
before it works ?
Also shouldn't this be a video addon not a program one ?

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #48
Jezz_X Wrote:Still completely blank for me the only difference is I'm stuck in the settings button on the side menu

yeah, if it's completely blank, the only thing we can focus is the settings button.
mind sharing a debug log so i can check why it's empty at your end?

Jezz_X Wrote:do I actually need to run
PHP Code:
<onload>RunScript(script.tv.show.next.aired,backend=True)</onload
before it works ?

nah, that's only needed if you want the script to provide some info while browsing your tv show library.

Jezz_X Wrote:Also shouldn't this be a video addon not a program one ?

it's been decided to clean up our addon mess, and basically list only addons that actually play/stream videos in the video addon section.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or 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.
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,915
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #49
ronie Wrote:mind testing script.tv.show.next.aired-4.0.2.zip ?

it should fix all issues reported so far.

All good here, thanks guys.

One little thing though - could you add an arrow when there's more shows than will fit on the screen?

[Image: sig_zps3af3b48e.jpg]
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #50
Hitcher Wrote:All good here, thanks guys.

One little thing though - could you add an arrow when there's more shows than will fit on the screen?

that would be just a simple image control with
<visible>IntegerGreaterThan(Container(id).NumItems,5)</visible>
right?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or 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.
find quote
Post Reply