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

Can I ask you if it is possible to add in the service monitor blur image section, the possibility of inserting an image coming from an infolabel?

In this way I hope it is faster in obtaining the image with blur, this is because a small delay is created when scrolling through a list of different movies set in this way:

xml:
<onload>SetProperty(TMDbHelper.Blur.SourceImage,Art(fanart),Home)</onload>
$INFO[Window(Home).Property(TMDbHelper.ListItem.BlurImage)]

If instead you can take an image locally, e.g. $INFO[ListItem.Art(fanart)], generating this:

xml:
<onload>SetProperty(TMDbHelper.Blur.SourceImage,$INFO[ListItem.Art(fanart)],Home)</onload>

I think it would be faster to generate the blurry image.

Furthermore the delay is even greater with the output image:

$INFO[Window(Home).Property(TMDbHelper.ListItem.BlurImage.Original)]

or is it possible to preload the output blur image somehow?

I get a preload with $INFO[ListItem.Art(fanart)] by placing it in <itemlayout>, but I can't do it using $INFO[Window(Home).Property(TMDbHelper.ListItem.BlurImage)] as the image output is always the one in focus.


Thank you for your help.
If i helped you, you can thank me with a thumbs up šŸ‘ below, thanks šŸ™.
Kodi 20.x stableĀ release | Skin Confluence (by Jezz_X)
I like editing skins ā¤
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 Andrea1998 - 2023-12-26, 22:53
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2