Confluence - IncludesHomeRecentlyAdded.xml - banner.jpg
#1
Hi all,

I spent last few hours trying add banners (banner.jpg) to "Recently Added TVShows" screen but no succes. I tried all references to banners which i found but don't work.

I tried:

ListItem.Art(banner)
ListItem.Art(tvshow.banner)
ListItem.Art(season.banner)

In <image> section:
PHP Code:
<control type="image">
<
left>10</left>
<
top>10</top>
<
width>200</width>
<
height>70</height>
<
aspectratio>stretch</aspectratio>
<
texture background="true">$INFO[ListItem.Art(banner)]</texture>
<
bordertexture border="5">button-nofocus.png</bordertexture>
<
bordersize>5</bordersize>
<
visible>!Control.HasFocus(8001)</visible>
</
control

For example i tried modify <thumb> section but without success too.

IncludesHomeRecentlyAdded.xml
PHP Code:
<item>
<
label>$INFO[Window.Property(LatestEpisode.1.EpisodeTitle)]</label>
<
label2>$INFO[Window.Property(LatestEpisode.1.ShowTitle)] - $INFO[Window.Property(LatestEpisode.1.EpisodeNo)]</label2>
<
onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.1.Path)])</onclick>
<
icon>-</icon>
<
thumb>$INFO[Window.Property(LatestEpisode.1.Art(banner))]</thumb>                                                                        
<
visible>!IsEmpty(Window.Property(LatestEpisode.1.EpisodeTitle))</visible>
</
item

Look at screen. I want banner above episode thumbnail.
I'm using MediaCompanion and i have global banner.jpg and banners for all seasons but i want draw only global banner "banner.jpg".

How i can get access to it?
I'm using XBMC (xbmcbuntu) 13.1-beta2

Image
Reply
#2
Really no advice? I see there is a lot of talented skinners, plz give me some clue.
Reply
#3
http://forum.kodi.tv/showthread.php?tid=179417
Reply

Logout Mark Read Team Forum Stats Members Help
Confluence - IncludesHomeRecentlyAdded.xml - banner.jpg0