Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
(2024-03-06, 14:37)kittmaster Wrote: It was mentioned I should look into this to replace the scripts on my skin. In looking, there are lots of options clearly. I am wondering within all of that, is there a clear way to replace something like this without have to entirely retool the skin:  ? 

Code:

        <value condition="String.IsEqual(ListItem.DBType,movie)">RunScript(script.embuary.info,call=movie,dbid=$INFO[ListItem.DBID])</value>
        <value condition="String.IsEqual(ListItem.DBType,tvshow)">RunScript(script.embuary.info,call=tv,dbid=$INFO[ListItem.DBID])</value>

There is no direct replacement because the plugin does not use scripted windows like embuary/extended info.

It uses the native info dialog to pull up information for online items, which gives both more flexibility and consistency in design.

The only scripted part is a window manager which manages the window history as you backtrack through the dialogs.

There is a page on the info dialog about how to implement a replacement for extended info
https://github.com/jurialmunkey/plugin.v...ended-Info

If you want to look up an online item and add it to the history you can use
https://github.com/jurialmunkey/plugin.v...o-for-item

Lookups support all the parameters listed here to help get a better match on the item
https://github.com/jurialmunkey/plugin.v...parameters
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 - 2024-03-07, 01:05
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2