Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
(2023-06-26, 11:35)jurialmunkey Wrote: @Hitcher - It should work how you have it. Maybe try force close fullscreeninfo and videoosd windows using Dialog.Close() first - 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>

That was it, many thanks.

(2023-06-26, 11:35)jurialmunkey Wrote: 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).

Noted, thanks.
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 Hitcher - 2023-06-26, 11:39
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2