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

You need to remove the $INFO[] in the content. It's a URI not an infolabel.

Code:

<content>plugin://plugin.video.themoviedb.helper?info=fanart&tmdb_type=movie&tmdb_id=348</content>

$INFO is for infolabels connected to an item, window property, or skin/system label. For example, if you put $INFO[ListItem.Label] then Kodi replaces it with the label from the focused listitem.

You can use this to get info from other container to use as part of the path e.g. if you want fanart for focused movie in container with id=1234

Code:

<content>plugin://plugin.video.themoviedb.helper?info=fanart&tmdb_type=movie&query=$INFO[Container(1234).ListItem.Title]</content>
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-09-12, 06:11
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2