- November 18, 2010
- 87
- 18
Habe es geschaft
Für alle anderen als Lösung:
kommt in die
videoOSD.xml
Für alle anderen als Lösung:
kommt in die
videoOSD.xml
Code:
<control>
<description>Moving Pictures ClearArt</description>
<type>image</type>
<id>357951</id>
<posX>1400</posX>
<posY>608</posY>
<width>250</width>
<height>140</height>
<texture>#ClearArt.movPic.ClearArt</texture>
<keepaspectratio>yes</keepaspectratio>
<centered>yes</centered>
<align>center</align>
<zoom>no</zoom>
<valign>top</valign>
</control>
<control>
<description>Moving Pictures ClearLogo</description>
<type>image</type>
<id>0</id>
<posX>1400</posX>
<posY>608</posY>
<width>250</width>
<height>140</height>
<texture>#ClearArt.movPic.ClearLogo</texture>
<keepaspectratio>yes</keepaspectratio>
<centered>yes</centered>
<align>center</align>
<zoom>no</zoom>
<valign>top</valign>
<visible>string.equals(#Play.Current.Title,#MovingPictures.SelectedMovie.title)+!control.hasthumb(357951)</visible>
</control>