- June 1, 2008
- 3,308
- 205
- Home Country
-
Germany
Hello, i have problems with the disc images in videoosd.
I have changed this in video fullscreen.xml
If you can see,when i click pause or info it shows the right disc, when i click forward / rewind he shows me the disc from last seen movie. Whats wrong ?
I have changed this in video fullscreen.xml
XML:
<!-- Rotating Disc Image -->
<control>
<description>Disc Image Series</description>
<type>image</type>
<id>69674</id>
<posX>255</posX>
<posY>755</posY>
<width>200</width>
<height>200</height>
<texture>#TVSeries.Play.CDSeason</texture>
<keepaspectratio>no</keepaspectratio>
<visible>string.equals(#skin.enable.CD Art,True) + !window.isosdvisible+window.ispauseosdvisible+player.paused + !string.equals(#TVSeries.Episode.SeriesName,)|player.rewinding|player.forwarding|control.isVisible(10)|control.isVisible(11)|control.isVisible(12)</visible>
<animation effect="slide" start="0,0" end="0,0" time="400" condition="!player.paused">Conditional</animation>
<animation effect="slide" start="0,0" end="0,0" time="400" condition="player.paused">Conditional</animation>
<animation effect="rotate" delay="0" end="-360" time="16000" loop="true" condition="player.hasvideo">Conditional</animation>
</control>
<control>
<description>Disc Image Movies</description>
<type>image</type>
<id>69674</id>
<posX>255</posX>
<posY>755</posY>
<width>200</width>
<height>200</height>
<texture>..\..\..\Thumbs\MovingPictures\DVDArt\FullSize\#(string.trim(#MovingPictures.SelectedMovie.imdb_id)).png</texture>
<keepaspectratio>no</keepaspectratio>
<visible>string.equals(#skin.enable.CD Art,True) + !window.isosdvisible+window.ispauseosdvisible+player.paused + string.contains(#Play.Current.Thumb,MovingPictures)|player.rewinding|player.forwarding|control.isVisible(10)|control.isVisible(11)|control.isVisible(12)</visible>
<animation effect="slide" start="0,0" end="0,0" time="400" condition="!player.paused">Conditional</animation>
<animation effect="slide" start="0,0" end="0,0" time="400" condition="player.paused">Conditional</animation>
<animation effect="rotate" delay="0" end="-360" time="16000" loop="true" condition="player.hasvideo">Conditional</animation>
</control>
<!-- Rotating Disc Image -->
If you can see,when i click pause or info it shows the right disc, when i click forward / rewind he shows me the disc from last seen movie. Whats wrong ?