(2022-03-29, 10:41)Enzpol Wrote: The update appears to work perfect. I have also adjusted on mine the filters for the UnAired portion much the same - I'm not sure if you should include that change in the Repo.
ok i will add for UnAired too..... tnx
(2022-03-29, 10:41)Enzpol Wrote: My next issue is that TVDB (& TMDB) seem to show the airdate based on the country timezone that it is airing. Unfortunately for me, most shows are in the US while I am in NZ meaning often a full days difference. Is there a way to collect the airdate and show based on the date in the relevant country/timezone.
e.g The next airing of Survivor is 30th March, however for me that is actually 31st March so I want the date to correspond.
Hopefully this makes sense and even better is if you can help to figure a way to implement this.
This is hard to solve, isue was mention on github
https://github.com/kodi-community-addons...issues/107
Need to add arrow to "Convert date and time to your local timezone" ..... we will see in future, module.arrow have some isue in Kodi19.
********************************************************************************************************************************************************
New add for skiner:
I strip property for studio and country.
Now info have more then one value for this kind. Skiner can't use to show image from media/flags or resource.images.
With newest property icon will be visible on old way.
Country
Window(Home).Property(SkinHelper.ListItem.country.0) name of first country if country have multiple values
Studio now have all from tmdb list (for library you can use studiologo, for addon this part was missing)
Window(Home).Property(SkinHelper.ListItem.name.#.studio) (label for studio)
Window(Home).Property(SkinHelper.ListItem.logo.#.studio) (full path from tmdb for b&w logo)
Window(Home).Property(SkinHelper.ListItem.country.#.studio) (country for studio)