Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
(2020-07-18, 05:28)jurialmunkey Wrote: @Mr. V - Should now be able to use long date format for next aired as configured in user's regional Kodi settings
$INFO[Window(Home).Property(TMDbHelper.ListItem.Next_Aired.Long)]
$INFO[Window(Home).Property(TMDbHelper.ListItem.Last_Aired.Long)]

Also the standard strings will now use the short date format that is configured in the user's regional settings e.g. will use something like DD/MM/YYYY (or whatever user's shortdate format is) rather than just using YYYY-MM-DD

You can also get the specific day of the week (e.g. "Wednesday") by using
$INFO[Window(Home).Property(TMDbHelper.ListItem.Last_Aired.Day)]
$INFO[Window(Home).Property(TMDbHelper.ListItem.Next_Aired.Day)]


OR from the actual listitem itself:
$INFO[ListItem.Property(Next_Aired.Long)]
$INFO[ListItem.Property(Last_Aired.Long)]
$INFO[ListItem.Property(Next_Aired)]
$INFO[ListItem.Property(Last_Aired)]
$INFO[ListItem.Property(Next_Aired.Day)]
$INFO[ListItem.Property(Last_Aired.Day)]
@jurialmunkey

Thankyou for the update.
Working perfectly.

Cheers
Madnox 2.0
Forum / Source
Reply


Messages In This Thread
RE: TheMovieDB Helper - by jurialmunkey - 2019-07-31, 11:47
RE: plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners - by Mr. V - 2020-07-23, 05:21
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2