Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
(2019-12-30, 01:07)bsoriano Wrote: @jurialmunkey, thank you! I had not thought of the plugin path for cast. If I do that, then the visibility condition would be just numitems > 0 or isupdating, correct?
Yes, that's correct. Plus the condition that you use to hide this list if local cast is available -- I'm assuming you only show this online cast list if cast isn't available locally in id="50".


(2019-12-30, 01:07)bsoriano Wrote: EDIT: @jurialmunkey , using the cast plugin path works well, but it seems the plugin does not fill listitem.label2 for the character/role.  What is the property where the plugin stores the character/role for the cast?

ListItem.Property(character) - The name of the character that the cast member plays.
ListItem.Property(job) - The job that the crew member does (e.g. Director, Executive Producer, Screenplay Writer, Sound Editor etc.)
ListItem.Property(department) - The department that the crew member is from (e.g. Directing, Writing, Production, Crew, Art, Sound etc.)

Character is only relevant to cast lists. Job and Department are only relevant to crew lists.

There is also a catch-all property ListItem.Property(role) which will show character for cast members and job for crew members.
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-30, 01:42
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2