Reply to thread

Here are the code im using for it...




No both images are there I end up MediaPortal and reboot.


[SPOILER]

[CODE=XML]<!-- Clear Art/Logo - Serien/Movies-->

        <control>

            <description>DUMMY CONTROL FOR CLearArt/Logo VISIBILITY CONDITION</description>

            <type>label</type>

            <id>456852159</id>

            <posX>0</posX>

            <posY>0</posY>

            <width>1</width>

            <visible>!window.isosdvisible+window.ispauseosdvisible+player.paused|player.rewinding|player.forwarding|control.isVisible(10)|control.isVisible(11)|control.isVisible(12)</visible>

            <shouldCache>false</shouldCache>

        </control>

         <control>

             <description>Series ClearArt</description>

             <type>image</type>

             <id>753951</id>

             <posX>1400</posX>

             <posY>720</posY>

             <width>250</width>

             <height>140</height>

             <texture>#TVSeries.Play.ClearArt</texture>

             <keepaspectratio>yes</keepaspectratio>

             <centered>yes</centered>

               <align>center</align>

             <zoom>no</zoom>

             <valign>top</valign>

             <visible>!string.equals(#TVSeries.Episode.SeriesName,)+control.isVisible(456852159)</visible>

         </control>

         <control>

             <description>Series ClearLogo</description>

             <type>image</type>

             <id>0</id>

             <posX>232</posX>

             <posY>767</posY>

             <width>250</width>

             <height>140</height>

             <texture>#TVSeries.Play.ClearLogo</texture>

             <keepaspectratio>yes</keepaspectratio>

             <centered>yes</centered>

               <align>center</align>

             <zoom>no</zoom>

             <valign>top</valign>

             <visible>!string.equals(#TVSeries.Episode.SeriesName,)+control.isVisible(456852159)</visible>

         </control>

        <control>

             <description>Moving Pictures ClearArt</description>

             <type>image</type>

             <id>3579515</id>

             <posX>1400</posX>

             <posY>720</posY>

             <width>250</width>

             <height>140</height>

            <texture>..\..\..\Thumbs\MovingPictures\ClearArt\FullSize\#MovingPictures.SelectedMovie.imdb_id.png</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)+!string.equals(#MovingPictures.SelectedMovie.imdb_id,)+control.isVisible(456852159)</visible>

         </control>

         <control>

             <description>Moving Pictures ClearLogo</description>

             <type>image</type>

             <id>0</id>

             <posX>232</posX>

             <posY>767</posY>

             <width>250</width>

             <height>140</height>

            <texture>..\..\..\Thumbs\MovingPictures\ClearLogo\FullSize\#MovingPictures.SelectedMovie.imdb_id.png</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)+!string.equals(#MovingPictures.SelectedMovie.imdb_id,)+control.isVisible(456852159)</visible>

         </control>

<!-- Clear Art/Logo - Serien/Movies-->[/CODE]

[/SPOILER]


Top Bottom