Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
@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)]
Arctic Fuse - Alpha now available. Support me on Ko-fi.
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 jurialmunkey - 2020-07-18, 05:28
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2