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

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] TV Show Next Aired (Script) Addon (/showthread.php?tid=79493)



Great Add-on - cablecar1 - 2010-08-30

I am using this add-on with latest night skin and Dharma, it works great, except I am getting duplication in the show listing on two of my shows (True Blood & Nurse Jackie), and it doesn't want to display banners for theses shows, it just stretches the posters. Any idea's to sort out blip?

Thanks again for a great add-on


- aptalca - 2010-08-30

I have duplicates as well.

Could it be because of multipath?


- ppic - 2010-08-30

please post a debug log Wink

i can't help you without it !


- ppic - 2010-08-30

cablecar1 Wrote:and it doesn't want to display banners for theses shows, it just stretches the posters. Any idea's to sort out blip?


i don't understand, this tv show doesnt display banner ? other are displaying ?
you can choose the image size , but it doesn't make it automatically if your have different kind of image in your tvshow.


- cablecar1 - 2010-08-30

I will post a de-bug shortly.

I have the following artwork for all TV shows:
Banner
Poster
Fanart
Backdrop
Clearart
Logo

In all but two TV shows you can switch between banners, posters or backdrop and it displays the correct item in the correct format. With Truw Blood and Nurse Jackie when you select banner view it stretches the backdrop in both banner view and poster view.


bug report - cablecar1 - 2010-08-30

Here's the de-bug report.


- cablecar1 - 2010-08-30

Sorry forgot the link http://pastebin.com/70XswhjV


- ppic - 2010-08-31

Code:
NOTICE: ### smb://STUDY-PC/Users/Study/TV Shows/True Blood/
NOTICE: ### C:\TV Shows\True Blood\
NOTICE: ### smb://STUDY-PC/Users/Study/TV Shows/Nurse Jackie/
NOTICE: ### C:\TV Shows\Nurse Jackie\

ok, i got it, it's because you've got 2 path for this show, as i take each path to get the thumb, on the one which is holded by xbmc, no problem, but on the other, i think you get the thumb cached by xbmc during scrap.


Thanks - cablecar1 - 2010-08-31

Thanks for that, I thought I only had one path for TV shows, I will have to check later tonight.

Thanks again,

Cablecar


Images - cablecar1 - 2010-09-01

I did have only one path the one was not active but it must have still been showing in the database.

Still got problems with the artwork displaying with the Next-aired add-on. What and where does your add on look for banners etc and what file names is it looking for. Some shows are correct and others the banners are stretched.

Image
Image

The above images show problem.


- cablecar1 - 2010-09-01

http://uploadpic.org/view-pic.php?img=90744
http://uploadpic.org/view-pic.php?img=90742

Links to screen shots


- ppic - 2010-09-01

i pick up the xbmc cache for the serie path, you can see image path in debug log if you want to check what image is displayed Wink


[Patch] Add order by TV name and a 24 Hours Cache - chmouel - 2010-09-01

I am not sure about the process how to send patch for xbmc addons, but here is a patch that may be useful (it is at least for me). It sort the TV episodes by names and add a 24 hours cache on the (slow) tvrage information since this is usually not changing every hours..

Available here :

http://gist.github.com/560005


Strings - chmouel - 2010-09-01

by the way you may want to s/Chemin/Path/ the franglais [*]

[*] As much I love it being a french native speaker.


- ppic - 2010-09-01

thanks, i'll remove language out of the code