Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
@Andrea1998

There's no need to use the service monitor. You can use the info=details path in a hidden container
https://github.com/jurialmunkey/plugin.v...ailed-Item

e.g. (Note: ID can be any unused value, it doesn't need to be 1234).
xml:

<control type="list" id="1234">
<width>1</width>
<height>1</height>
<left>-1920</left>
<itemlayout />
<focusedlayout />
<content>$INFO[Skin.String(Title_Movie),plugin://plugin.video.themoviedb.helper/?info=details&amp;tmdb_type=movie&amp;query=,]</content>
</control>


Then you can reference the hidden container to get any details you need (see the wiki for available infolabels).
e.g.
$INFO[Container(1234).ListItem.Plot]
$INFO[Container(1234).ListItem.Premiered]
$INFO[Container(1234).ListItem.Rating]
etc.
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-08-31, 07:18
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2