Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
Ok, new problem with episode cast Big Grin

xml:
<variable name="Info_Param_Episode_Cast_Query">
    <value condition="!String.IsEmpty(ListItem.Year)">query=$INFO[ListItem.TvShowTitle]&year=$INFO[ListItem.Year]</value>
    <value>query=$INFO[ListItem.TvShowTitle]</value>
</variable>

<variable name="Info_Episode_Cast_Members">
    <value>plugin://plugin.video.themoviedb.helper/?info=episode_cast&type=tv&$VAR[Info_Param_Episode_Cast_Query]&season=$INFO[ListItem.Season]&episode=$INFO[ListItem.Episode]</value>
</variable>

When generating the query I use the ListItem.Year to ensure the correct show is fetched, however take the example of the show Beyond from 2017

Beyond Season 1 2017
Beyond Season 2 2018

I can query episodes from season 1 fine as the year is correct for searching but when querying season 2 the search year is wrong and nothing is found.

​​​​​​​Any ideas on how to solve this problem?
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 roidy - 2021-11-22, 11:53
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2