• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 15
tv show next aired script - new features for skinners
#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...
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#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 ?
Reply
#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.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#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?
Reply
#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?
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#51
Container(id).HasNext & Container(id).HasPrevious should work for that. And they should only be displayed if container has focus. I could add them but I don't have time until next week.
Image
Reply
#52
ronie Wrote:mind testing script.tv.show.next.aired-4.0.2.zip ?

it should fix all issues reported so far.

Oh that's superb the airing today stuff is working great for me again.

Thanks ronie - appreciate that mate.
Reply
#53
ronie Wrote:mind sharing a Debug Log so i can check why it's empty at your end?
............
sure about the only real issue I see in it is this part
Quote:10:27:36 T:5456 DEBUG: ### db doesn't exist, scanning for data...
10:27:36 T:5456 INFO: Loading skin file: DialogProgress.xml
10:27:36 T:5456 DEBUG: DialogProgress::StartModal called
10:27:36 T:5456 DEBUG: ------ Window Init (DialogProgress.xml) ------
10:27:36 T:5456 DEBUG: ### Load list: canceled.db not found!
10:27:36 T:5456 DEBUG: ['"error":{"code":-32601,"message":"Method not found."']
10:27:36 T:5456 DEBUG: "error":{"code":-32601,"message":"Method not found."

10:27:36 T:5456 DEBUG: ### list: []
10:27:36 T:5456 DEBUG: ### error listing
10:27:36 T:5456 DEBUG: ### canceled list: []
10:27:36 T:4100 DEBUG: ------ Window Deinit (DialogProgress.xml) ------
10:27:36 T:5456 DEBUG: ### no current show data...

and here is the whole thing
http://pastebin.com/kQkmbTCa
Reply
#54
So I tried this on my iPad and it works fine maybe its the spaces in the paths :\ no idea anyway would be nice if you could add a setting actually just show whats airing for the current week. I saw Game of Thrones on there and got all excited because I thought it was soon when its really 26wks 5days away
Reply
#55
Jezz_X Wrote:So I tried this on my iPad and it works fine maybe its the spaces in the paths :\ no idea anyway would be nice if you could add a setting actually just show whats airing for the current week. I saw Game of Thrones on there and got all excited because I thought it was soon when its really 26wks 5days away

Actually, I would vote current week to be default with option to show more.
My skins:

Amber
Quartz

Reply
#56
pecinko Wrote:Actually, I would vote current week to be default with option to show more.

I agree, there are quite a few shows listed that won't air untill 2012, it makes me impatient seeing them all the time Wink
Reply
#57
Jezz_X Wrote:sure about the only real issue I see in it is this part

yeah, that's it indeed.

looks like json does not like your db.
it might be corrupt somehow...
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#58
ronie Wrote:yeah, that's it indeed.

looks like json does not like your db.
it might be corrupt somehow...

Right now that you mention json turns out you need to go into network settings and enable "Allow programs on this system to control XBMC" or it wont work. I disable that stuff because I don't need it for anything

Noticed it was what was different between my iPad and my desktop pc
Reply
#59
Jezz_X Wrote:Right now that you mention json turns out you need to go into network settings and enable "Allow programs on this system to control XBMC" or it wont work. I disable that stuff because I don't need it for anything

Noticed it was what was different between my iPad and my desktop pc

shoot, yeah... someone mentioned it before.
maybe next time i remember.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#60
Ronie, what amazing work you've done to keep alive and upgrade my scripts, i'll never thanks you enought.

i've red their topic today to see what i've missing, i was so happy, you've done what i planned whit them.

just a few message to say i'm still here ;-) and glad to see your interrest to my work.

my situation should be clever soon, i'll have my new home keys on friday Big Grin

i'll be back Wink
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 15

Logout Mark Read Team Forum Stats Members Help
tv show next aired script - new features for skinners0