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

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] TV Show Next Aired (Script) Addon (/showthread.php?tid=79493)



- lapino - 2012-01-01 22:04

Just installed Eden beta and the addon seems to be broken. I see only one show and when I choose to update it definitely scans and finds all my shows but none appear on the grid. Tried uninstalling and reinstalling Aeon skin but that didnt help. This worked fine in Dharma' Any ideas?

btw: dates seem to appear in US form in the grid (12-01-05 for 5th january 2012). This is on a european xbmc which is set to central europe'


- ronie - 2012-01-02 01:14

gman3042 Wrote:I have the Aeon Nox 2.0 with the Eden beta.. and in the skin options.. I have next aired enabled.. where is the next aired supposed to be appear? because i don't see it anywhere. Do I have to do anything else?

it's listed under program addons.

for other uses, ask in the aeon thread :-)


- ronie - 2012-01-02 01:32

B-Fir3 Wrote:Apologies. Here is the full debug log: http://paste2.org/p/1847687

tvrage is returning incomplete data for one of your tv shows.

i've made a change to the script to handle this exception:
script.tv.show.next.aired-4.1.14.zip

if you could test if it indeed fixes your issue?

after installing it you need to do a 'Rescan tv guide data',
this option is in the addon settings.


- deanmv - 2012-01-03 22:49

Hi,

I've got your plugin running in my ATV2 Refocus skin but only some of the shows work. When I browse my TV Shows folder some of the shows show the extra information and they work fine and some of them just ignore it and are blank. I have rescanned the library and this is the log output: http://pastie.org/3120661

Some shows work and some don't so the list is as:

An Idiot Abroad - Blank
Dexter - Blank
Falling Skies - Blank
Fresh Meat - Blank
Friday Night Dinner - Blank
Frozen Planet - Blank
How I Met Your Mother - Blank
Life's Too Short - Blank
New Girl - Working fine
The Office (US) - Working fine
The Pacific - Blank
Rick and Steve - Blank
Terra Nova - Blank
The Walking Dead - Working fine
Weeds - Blank
Workaholics - Blank.

Any ideas as to why some are missing? Thanks for the great plugin as well!


- ronie - 2012-01-03 23:53

deanmv Wrote:Any ideas as to why some are missing? Thanks for the great plugin as well!

there either are no upcoming shows listed at tvrage for those (An Idiot Abroad / Weeds),
or for some (Dexter), the airdate/time is not provided.


- deanmv - 2012-01-03 23:55

ronie Wrote:there either are no upcoming shows listed at tvrage for those (An Idiot Abroad / Weeds),
or for some (Dexter), the airdate/time is not provided.

Would that also not return the series status and last showed episode then?


- ronie - 2012-01-04 00:00

deanmv Wrote:Would that also not return the status and last showed episode then?

it does, but it's up to the skin whether to show info for those tv shows or not.

most skins will check if there's a next airdate for a tv show and hide all info if it's unavailable.


- deanmv - 2012-01-04 00:03

ronie Wrote:it does, but it's up to the skin whether to show info for those tv shows or not.

most skins will check if there's a next airdate for a tv show and hide all info if it's unavailable.

I've added in those bits myself so will take a look as to if I could change that. Thanks for the info!

Fixed it! There was a
Code:
<visible>!IsEmpty(Window(Home).Property(NextAired.NextDate))</visible>
which I took out and now it displays on all shows. Thanks again!


- ronie - 2012-01-04 00:05

deanmv Wrote:I've added in those bits myself so will take a look as to if I could change that. Thanks for the info!

check if you use something like:
Code:
<visible>!IsEmpty(Window(Home).Property(NextAired.NextDate))</visible>
and remove it.


- deanmv - 2012-01-04 00:14

ronie Wrote:check if you use something like:
Code:
<visible>!IsEmpty(Window(Home).Property(NextAired.NextDate))</visible>
and remove it.

Haha just edited it to say i've found that as you posted it. I can now delete the list of all the days my TV shows come out from my laptop. Cheers!