Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
@mardukL wrong endpoint. Should be info=details not search

https://github.com/jurialmunkey/plugin.v...ailed-Item

However if you're looking up additional info about items then you are far better to use the service monitor as you will have better performance (it works similar to skinhelper).

https://github.com/jurialmunkey/plugin.v...ce-Monitor

As of v5 of TMDbhelper (in my repo) there is a service which sets an item to a hidden container rather than using window properties

https://github.com/jurialmunkey/plugin.v...ner-method

1. You simply enable the service monitor
Skin.SetBool(TMDbHelper.Service)

2. Tell it which hidden container to use
Skin.SetString(TMDbHelper.MonitorContainer,3000)

3. Set the property to tell it which widget container ID is the current lookup (eg 50 for cast in info)
SetProperty(TMDbHelper.WidgetContainer,50,Home)

4. In the info dialog there is an additional setting to force it to look at a widget container rather than the current info item.
Skin.SetBool(TMDbHelper.ForceWidgetContainer)

If you want to use v4 window property method instead (similar to how skinhelper works) then it is the same as above just skip step 2 (or reset the skinstring if you set it previously).
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
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners - by jurialmunkey - 2023-04-08, 00:26
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2