Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
(2019-12-21, 13:27)nessus Wrote: 1. After an item is cached, the Window(Home).Property(TMDbHelper.ListItem.Trailer) it's still empty while the ListItem.Trailer it's filled for both local or non-local items. Is this normal?
2. After an item is cached, how come Kodi's cast list container (id=50) it's filled for non-local items?. I thought this list container id was only for local items.
3. How come only ListItem.Plot it's immediately available for all items locals or non-locals, cached or not?
1. My mistake. Should be fixed now.
2. Plugins can set cast list for video items using the setCast method of the ListItem class: https://codedocs.xyz/AlwinEsch/kodi/grou...fb7ccd3619
3. Plot overview is returned by most of the TMDb API calls, so it is usually available. You can get a good idea of the default non-detailed item fields returned by looking at the schema for the Top Rated Movies call - https://developers.themoviedb.org/3/movi...ted-movies

Basically, these fields are usually available in every list: poster, tmdb id, plot, premiered, year, genres, title, fanart, rating, votes.
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 - 2019-12-21, 14:34
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2