@Jugger75
Nabend
hast du mal einen Tip für mich, wie ich es hinbekomme, den Filmtitel anzuzeigen wenn keine logo.png vorhanden ist? Ich habe schon die Zeilen zum anzeigen des logos und des Textes, aber es wird jetzt ja noch zusammen angezeigt. Also wenn es eine logo.png gibt, soll nur das Logo angezeigt werden, fehlt die logo.png soll der Filmtitel als Text angezeigt werden.
Danke Sascha
Code
<control type="image">
<description>Movie Logo</description>
<posx>535</posx>
<posy>80</posy>
<width>204</width>
<height>120</height>
<texture>$INFO[ListItem.Path,,logo.png]</texture>
<aspectratio align="center" aligny="center">keep</aspectratio>
<visible>Container.Content(Movies)</visible>
</control>
<control type="label">
<description>title</description>
<posx>440</posx>
<posy>120</posy>
<width>400</width>
<height>40</height>
<font>Font_Reg24</font>
<style>bold</style>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>center</align>
<label>$INFO[ListItem.Label]</label>
</control>
</control>
Alles anzeigen
Externer Inhalt
img171.imageshack.us
Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.