aber gern doch...
Code
<!-- Serienplaner Script -->
<include name="SerienplanerListCommonLayout">
<left>522</left>
<top>32</top>
<width>1316</width>
<height>840</height>
<onup>60</onup>
<ondown>60</ondown>
<onleft>9000</onleft>
<orientation>horizontal</orientation>
<scrolltime tween="quadratic">300</scrolltime>
<pagecontrol>60</pagecontrol>
<itemlayout height="840" width="435">
<control type="image">
<left>15</left>
<top>20</top>
<width>405</width>
<height>237</height>
<aspectratio aligny="top">keep</aspectratio>
<texture background="true">$INFO[ListItem.Property(Clearlogo)]</texture>
</control>
<control type="textbox">
<left>15</left>
<top>20</top>
<width>405</width>
<height>237</height>
<aspectratio aligny="top">keep</aspectratio>
<label>$INFO[ListItem.Property(TVShow)]</label>
<font>font15</font>
<autoscroll>false</autoscroll>
<visible>String.IsEmpty(ListItem.Property(Clearlogo))</visible>
</control>
<!-- Channal Info -->
<control type="label">
<description>Airing time+channel</description>
<top>205</top>
<width>435</width>
<height>45</height>
<label>$LOCALIZE[31012]:</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<textoffsetx>15</textoffsetx>
<font>font15</font>
</control>
<control type="image">
<left>300</left>
<top>205</top>
<width>61</width>
<height>45</height>
<aspectratio aligny="top">keep</aspectratio>
<texture background="true">$INFO[ListItem.Property(senderlogo)]</texture>
</control>
<control type="textbox">
<left>15</left>
<top>245</top>
<width>405</width>
<height>45</height>
<label>$INFO[ListItem.Property(Starttime)]$INFO[ListItem.Property(channel), @ ]</label>
<font>font15</font>
<autoscroll>true</autoscroll>
</control>
<!-- Episoden Info -->
<control type="label">
<left>15</left>
<top>300</top>
<width>405</width>
<height>45</height>
<label>Episode:</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
<control type="textbox">
<left>15</left>
<top>340</top>
<width>405</width>
<height>110</height>
<label>S$INFO[ListItem.Property(Season)] E$INFO[ListItem.Property(Episode)] - $INFO[ListItem.Property(Title)]</label>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
<!-- Rating -->
<control type="label">
<left>15</left>
<top>425</top>
<width>405</width>
<height>45</height>
<label>Bewertung:</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
<control type="label">
<left>15</left>
<top>465</top>
<width>405</width>
<height>45</height>
<label>$INFO[ListItem.Property(Rating)]</label>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
<!-- Status -->
<control type="label">
<left>15</left>
<top>515</top>
<width>435</width>
<height>45</height>
<label>$LOCALIZE[126]:</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<font>font15</font>
</control>
<control type="label">
<left>15</left>
<top>555</top>
<width>435</width>
<height>45</height>
<label>$INFO[ListItem.Property(Status)]</label>
<font>font15</font>
</control>
<!-- Thumb -->
<control type="image">
<left>15</left>
<top>620</top>
<width>405</width>
<height>350</height>
<aspectratio aligny="top">keep</aspectratio>
<texture background="true">$INFO[ListItem.Thumb]</texture>
</control>
<control type="image">
<left>15</left>
<top>620</top>
<width>405</width>
<height>350</height>
<aspectratio aligny="top">keep</aspectratio>
<texture background="true">$INFO[ListItem.Property(Fanart)]</texture>
<visible>String.IsEmpty(ListItem.Thumb)</visible>
</control>
</itemlayout>
<focusedlayout height="840" width="435">
<control type="image">
<width>435</width>
<height>840</height>
<texture colordiffuse="$VAR[HighlightBarColor]" border="4">listselect_fo.png</texture>
<visible>ControlGroup(9001).HasFocus()</visible>
<include>VisibleFadeAnimation</include>
</control>
<control type="image">
<left>15</left>
<top>20</top>
<width>405</width>
<height>237</height>
<aspectratio aligny="top">keep</aspectratio>
<texture background="true">$INFO[ListItem.Property(Clearlogo)]</texture>
</control>
<control type="textbox">
<left>15</left>
<top>20</top>
<width>405</width>
<height>237</height>
<aspectratio aligny="top">keep</aspectratio>
<label>$INFO[ListItem.Property(TVShow)]</label>
<font>font15</font>
<autoscroll>false</autoscroll>
<visible>String.IsEmpty(ListItem.Property(Clearlogo))</visible>
</control>
<!-- Channal Info -->
<control type="label">
<description>Airing time+channel</description>
<top>205</top>
<width>435</width>
<height>45</height>
<label>$LOCALIZE[31012]:</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<textoffsetx>15</textoffsetx>
<font>font15</font>
</control>
<control type="image">
<left>300</left>
<top>205</top>
<width>61</width>
<height>45</height>
<aspectratio aligny="top">keep</aspectratio>
<texture background="true">$INFO[ListItem.Property(Senderlogo)]</texture>
</control>
<control type="textbox">
<left>15</left>
<top>245</top>
<width>405</width>
<height>45</height>
<label>$INFO[ListItem.Property(Starttime)]$INFO[ListItem.Property(channel), @ ]</label>
<font>font15</font>
<autoscroll>true</autoscroll>
</control>
<!-- Episoden Info -->
<control type="label">
<left>15</left>
<top>300</top>
<width>405</width>
<height>45</height>
<label>Episode:</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
<control type="textbox">
<left>15</left>
<top>340</top>
<width>405</width>
<height>110</height>
<label>S$INFO[ListItem.Property(Season)] E$INFO[ListItem.Property(Episode)] - $INFO[ListItem.Property(Title)]</label>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
<!-- Rating -->
<control type="label">
<left>15</left>
<top>425</top>
<width>405</width>
<height>45</height>
<label>Bewertung:</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
<control type="label">
<left>15</left>
<top>465</top>
<width>405</width>
<height>45</height>
<label>$INFO[ListItem.Property(Rating)]</label>
<font>font15</font>
<autoscroll>false</autoscroll>
</control>
<!-- Status -->
<control type="label">
<left>15</left>
<top>515</top>
<width>435</width>
<height>45</height>
<label>$LOCALIZE[126]:</label>
<textcolor>$VAR[ThemeLabelColor]</textcolor>
<font>font15</font>
</control>
<control type="label">
<left>15</left>
<top>555</top>
<width>435</width>
<height>45</height>
<label>$INFO[ListItem.Property(Status)]</label>
<font>font15</font>
</control>
<!-- Thumb -->
<control type="image">
<left>15</left>
<top>620</top>
<width>405</width>
<height>350</height>
<aspectratio aligny="top">keep</aspectratio>
<texture background="true">$INFO[ListItem.Thumb]</texture>
</control>
<control type="image">
<left>15</left>
<top>620</top>
<width>405</width>
<height>350</height>
<aspectratio aligny="top">keep</aspectratio>
<texture background="true">$INFO[ListItem.Property(Fanart)]</texture>
<visible>String.IsEmpty(ListItem.Thumb)</visible>
</control>
</focusedlayout>
</include>
Alles anzeigen