Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
(2023-06-23, 17:56)Hitcher Wrote: @jurialmonkey Does ListItem.Property(Known_For) work for you because I never get any results?

Thanks.

It's a weird one. The TMDb API only returns it for lists of people (e.g. via search or popular) but doesn't include it in the detailed lookup for individual people or in the credits list. It's not particularly great anyway. It's just the person's three highest rated movies on TMDb.

For individual person info, you can use more specific properties for Movie/TVShow Cast/Crew. I pre-sort these by popularity score, which I think is a better metric than rating -- e.g. Movie.Cast.1.Title will give you the person's most popular movie.

ListItem.Property(Movie.Cast.X.Title)
ListItem.Property(Movie.Crew.X.Title)
ListItem.Property(TVShow.Cast.X.Title)
ListItem.Property(TVShow.Crew.X.Title)
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 - 2023-06-24, 04:19
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2