Release script.embuary.info - get TMDb data - the little ExtendedInfo brother
#16
(2019-08-06, 15:17)the_bo Wrote: Great work again.

In my skin can scroll through the actors while in the library. Would love to be able to show the bio details if possible beside the image of each actor while scrolling through them like below

Image

Use latest version of my TMDb helper plugin for this type of functionality:

Hidden list providing info:
xml:

<control type="list" id="12345">
<width>1</width>
<height>1</height>
<itemlayout />
<focusedlayout />
<content>plugin://plugin.video.themoviedb.helper/?info=details&amp;type=person&amp;query=$INFO[ListItem.Label]</content>
<visible>Container.Content(actors)</visible>
</control>

xml:

<control type="label">
<label>$INFO[Container(12345).ListItem.Property(biography)]</label>
</control>
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply


Messages In This Thread
RE: script.embuary.info - the little ExtendedInfo brother - by jurialmunkey - 2019-08-06, 15:37
Logout Mark Read Team Forum Stats Members Help
script.embuary.info - get TMDb data - the little ExtendedInfo brother2