Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
@Hitcher - It should work how you have it (should use ESCINFO though just in case of a comma or apostrophe in the name).

Maybe try force close fullscreeninfo and videoosd windows using Dialog.Close() first - I suspect they might be blocking the custom window from opening.

e.g.
xml:

<onclick>Dialog.Close(fullscreeninfo,force)</onclick>
<onclick>Dialog.Close(videoosd,force)</onclick>
<onclick>RunScript(plugin.video.themoviedb.helper,add_path=$INFO[Container(1000).ListItem.FolderPath],call_auto=1113)</onclick>

Also since you are using a TMDbHelper list for the cast, you should use add_path to add the item directly. That will make sure you get a perfect match rather than doing a query (it's also faster to do add_path because it skips calling the search endpoint).
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-26, 11:35
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2