Release script.embuary.helper - a skin helper service / widgets alternative
In AZR skin we can display list of similar movies from "DialogVideoInfo.xml"

This can be do with "local information only" or not.

1 - if "local information only" is disable: 
xml:
plugin://plugin.video.themoviedb.helper?info=similar&type=movie&query=$INFO[ListItem.Label]

2 - if "local information only" is enable: 
xml:
plugin://script.embuary.helper/?info=getsimilar&dbid=$INFO[ListItem.DBID]&type=movie

In these 2 situations it works well

The only things that seems not working it is when I use "ListItem.Overlay" on item displayed.

with command  1 (plugin://plugin.video.themoviedb.helper...) ListItem.Overlay exist for each item that is present on local
All works like expected

Image

with command  2 (plugin://script.embuary.helper...) ListItem.Overlay is empty for each item Huh

Image

Sorry if it is a dumb question.
Is it possible that is related to "script.embuary.helper" ?
Thanks
Reply


Messages In This Thread
RE: script.embuary.helper - a skin helper service / widgets alternative - by Nanomani - 2021-09-18, 20:30
Logout Mark Read Team Forum Stats Members Help
script.embuary.helper - a skin helper service / widgets alternative3