Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
What I'd like to add is shifting the time zone to the local time zone, so e.g. if the date is e.g. Oct/16/2011 9pm with GMT-6, it'll show as Oct/17/2011 4am if you live in the GMT+1 timezone. Would that be ok?
I could also add 24 hour support if it's enabled in XBMC so that there would be 17:30 instead of 5:30pm.
Posts: 18,228
Joined: Aug 2007
Reputation:
720
Hitcher
Team-Kodi Member
Posts: 18,228
I'm in the process of adding this to XeeBo and have a small request.
Could we have an info label for the date for each day of the week please?
ie
Container(200).Date = 17 Aug 2011
Container(201).Date = 18 Aug 2011
etc
Thanks.
Posts: 2,441
Joined: Apr 2009
Reputation:
73
`Black
Team-Kodi Member
Posts: 2,441
Container(200).Date is not possible but I could add window properties:
Window(home).property(NextAired.1.Date) = 10/17/11
Window(home).property(NextAired.2.Date) = 10/18/11
[...]
Window(home).property(NextAired.7.Date) = 10/23/11
The format would be localized for your language, MM/DD/YY is english locale, in germany it would be DD.MM.YYYY for example.
Posts: 18,228
Joined: Aug 2007
Reputation:
720
Hitcher
Team-Kodi Member
Posts: 18,228
That would be great if you could 'Black.
Thanks.