Skip to content
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.

Commit

Permalink
updated: Fullscreen info for TV Shows can use HD poster thumb
Browse files Browse the repository at this point in the history
Just make sure there's a poster.jpg image in the folder of each TV show.
  • Loading branch information
deadendthrills committed Apr 29, 2009
1 parent 6f544b0 commit caa14c8
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions 720p/DialogVideoInfo.xml
Expand Up @@ -84,7 +84,7 @@
<height>720</height>
<texture>info/movieinfogradient.png</texture>
<aspectratio>stretch</aspectratio>
<visible>!Container.Content(episodes)</visible>
<visible>!Skin.HasSetting(videotv)</visible>
</control>

<control type="largeimage">
Expand All @@ -95,7 +95,7 @@
<height>720</height>
<texture>$INFO[listitem.thumb]</texture>
<aspectratio>stretch</aspectratio>
<visible>!Container.Content(episodes)</visible>
<visible>!Skin.HasSetting(videotv)</visible>
</control>

<control type="largeimage">
Expand All @@ -107,9 +107,21 @@
<texture>$INFO[listitem.path]movie.tbn</texture>
<aspectratio>stretch</aspectratio>
<fadetime>500</fadetime>
<visible>!Container.Content(episodes)</visible>
<visible>!Skin.HasSetting(videotv)</visible>
</control>

<control type="largeimage">
<description>Cover image</description>
<posx>0</posx>
<posy>0</posy>
<width>486</width>
<height>720</height>
<texture>$INFO[listitem.path]poster.jpg</texture>
<aspectratio>stretch</aspectratio>
<fadetime>500</fadetime>
<visible>Skin.HasSetting(videotv)</visible>
</control>

<control type="largeimage">
<description>Cover image</description>
<posx>0</posx>
Expand All @@ -119,7 +131,7 @@
<texture>$INFO[listitem.path]-big.png</texture>
<aspectratio>stretch</aspectratio>
<fadetime>500</fadetime>
<visible>!Container.Content(episodes)</visible>
<visible>!Skin.HasSetting(videotv)</visible>
</control>

<control type="image">
Expand All @@ -129,7 +141,6 @@
<width>795</width>
<height>720</height>
<texture>info/info_rightpaneltop.png</texture>
<animation effect="slide" time="0" start="22,0" end="22,0" condition="Container.Content(episodes)">Conditional</animation>
</control>

<!-- Movie info -->
Expand Down

0 comments on commit caa14c8

Please sign in to comment.