Recently added episodes question
#1
How would you pull the tv show thumb if you are using this on the homepage to populate a list?

<content limit="10" target="video">videodb://recentlyaddedepisodes</content>

I tried the following with no success

<texture background="true">$INFO[Window.Property(LatestEpisode.ShowThumb)]</texture>

<texture background="true">$INFO[ListItem.ShowThumb]</texture>
Reply
#2
Show Poster
Code:
<texture background="true">$INFO[ListItem.Art(tvshow.poster)]</texture>

Episode Thumbnail
Code:
<texture background="true">$INFO[ListItem.Thumb]</texture>


You might want to have a look here for available images in kodi:
http://kodi.wiki/view/XBMC_Skinning_Manu...le_in_XBMC
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#3
Much appreciated.
Reply

Logout Mark Read Team Forum Stats Members Help
Recently added episodes question0