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)



- ppic - 2012-01-13

no, not really possible, cause we don't have all infos you want.


- nessus - 2012-01-13

ronie Wrote:that's a xbmc issue and has been fixed:
https://github.com/xbmc/xbmc/commit/cf3715091a42aa5f52b60c3858f9e2a67160dda9

DateShort in XBMC is
Code:
<dateshort>DD-MM-YYYY</dateshort>

but still script cuts the year in two digits (.lower())
Code:
# Get localized date format
DATE_FORMAT = xbmc.getRegion('dateshort').lower()

Is that correct and the way that you want it ?.... because i think is looking better with xbmc format although in my opinion a script format like 13 Jan 2012 for all regions it would be the best way and the best looking.


Cheers
Nessus


- ronie - 2012-01-13

nessus Wrote:DateShort in XBMC is
Code:
<dateshort>DD-MM-YYYY</dateshort>

but still script cuts the year in two digits (.lower())
Code:
# Get localized date format
DATE_FORMAT = xbmc.getRegion('dateshort').lower()
.lower() converts uppercase to lowercase.

nessus Wrote:Is that correct and the way that you want it ?....

yes, it's intended to use a 2 digit year format.


- upD8R - 2012-01-14

Hi there,

I'm a starter with this script. I just want to make sure if I'm doing something wrong.

XBMC Eden Beta 1, latest Neon Skin (SVN) and 4.1.14.
Manual updating the data seems to work, at least the script grabs my TV shows and does something with it. But in the end nothing is displayed.

Is this supposed to work for German air dates? Is the received data somewhere cached so I could look if it receives/processes anything?

At the moment it doesn't work at all for me.

Thanks!


- Japaja - 2012-01-23

How do I show the date as DD-MM-YY instead current YY-MM-DD or if possible the "old" way as DD-MM-YYYY ?


- ronie - 2012-01-23

Japaja Wrote:How do I show the date as DD-MM-YY instead current YY-MM-DD or if possible the "old" way as DD-MM-YYYY ?

it depends on this setting in xbmc:
Settings > Appearance > International > Region

in case you change that setting, next aired needs to do a full rescan before it picks up the change.


- Japaja - 2012-01-23

ronie Wrote:in case you change that setting, next aired needs to do a full rescan before it picks up the change.

Yes, that did it.. Sad


- weisselstone - 2012-01-24

upD8R Wrote:Hi there,

I'm a starter with this script. I just want to make sure if I'm doing something wrong.

XBMC Eden Beta 1, latest Neon Skin (SVN) and 4.1.14.
Manual updating the data seems to work, at least the script grabs my TV shows and does something with it. But in the end nothing is displayed.

Is this supposed to work for German air dates? Is the received data somewhere cached so I could look if it receives/processes anything?

At the moment it doesn't work at all for me.

Thanks!
Exactly the same problem here, XBMC Eden (but Openelec), Aeon Nox SVN (but the same with Confluence and other skins) and 4.1.15.
German System, it shows the number of running Shows at the top and that's it.
Screenshot:
Image
Debug Log (passwords removed): http://pastebin.com/LWxDm57m

At the end of the log I can see the next airing shows with dates, but nothing in the GUI.


- ronie - 2012-01-24

weisselstone Wrote:Debug Log (passwords removed): http://pastebin.com/LWxDm57m

At the end of the log I can see the next airing shows with dates, but nothing in the GUI.

thanx for the log :-)
it'll be fixed in the next version.


- fional - 2012-01-30

I'd say 9/10th of my TV Shows are canceled and the series has ended. Given the amount of TV Shows I have, when I run the add-on the first time in a 24 hour period, it takes a few minutes to sort itself out.

Is there a way I can have it skip ones that it already knows to be cancelled/ended? Like, it only one scan those once and then it sets it to skip - perhaps? Just to speed up the daily query?


- taliezin - 2012-02-01

Hi I can't find it searching this forum.
I really like the new look of next aired in Eden.
But unfortunately after I updated to Eden from Dharma, the homebutton next aired doesn't work anymore. I used it a lot, so I really would miss that, it is the first thing I use after starting XBMC.

Is there I way of resolving thisHuh Or maybe did I break something myself because there is nothing wrong with it??


See screeshot:
Image


- ronie - 2012-02-01

taliezin Wrote:Is there I way of resolving thisHuh Or maybe did I break something myself because there is nothing wrong with it??

make sure you have the latest version of nextaired installed (4.1.15)

also, you need a skin that's been updated to work with the (pre)eden version of nextaired.


- weisselstone - 2012-02-01

ronie Wrote:thanx for the log :-)
it'll be fixed in the next version.
Thank you, do you use some public source code versioning system or could you post the diff just for this fix?
fional Wrote:Is there a way I can have it skip ones that it already knows to be cancelled/ended? Like, it only one scan those once and then it sets it to skip - perhaps? Just to speed up the daily query?
Then it would miss shows like Futurama and Two and a half men which are on air again.


- ronie - 2012-02-01

weisselstone Wrote:Thank you, do you use some public source code versioning system or could you post the diff just for this fix?

https://code.google.com/p/ronie/source/detail?r=314


- fional - 2012-02-01

weisselstone Wrote:Thank you, do you use some public source code versioning system or could you post the diff just for this fix?Then it would miss shows like Futurama and Two and a half men which are on air again.

Ah, had not thought of that actually occurring.