1.4.x Themes: BasicHome, Clear Art's support for Titan, Weather icon on screen, bugfixes and more. (3 Viewers)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,651
    10,609
    Kyiv
    Home Country
    Ukraine Ukraine
    Oh thats the wrong xml omg :-( I mean the videofullscreen.xml when i paused the mediafile. Sorry ajs can you have another look at the right xml ?
    Forgotten here such a piece:
    XML:
            <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>
            </control>
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    hm this is the same as i used from your xml file... Here are the screen...

    Try playing a Movie just for some seconds than and after this play a series...
     

    Attachments

    • overlap.png
      overlap.png
      504.9 KB
    Last edited:

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Here are the code im using for it...

    Try playing a Movie just for some seconds than and after this play a series...
    Ie it appears and disappears then? Can caching?
    <shouldCache>false</shouldCache>

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

    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-->
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,651
    10,609
    Kyiv
    Home Country
    Ukraine Ukraine
    No both images are there I end up MediaPortal and reboot.
    Change:
    <visible>string.equals(#Play.Current.Title,#MovingPictures.SelectedMovie.title)+!string.equals(#MovingPictures.SelectedMovie.imdb_id,)+control.isVisible(456852159)</visible>
    to:
    <visible>!string.equals(#Play.Current.IMDBNumber,)+control.isVisible(456852159)</visible>
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    No both images are there I end up MediaPortal and reboot.
    Change:
    <visible>string.equals(#Play.Current.Title,#MovingPictures.SelectedMovie.title)+!string.equals(#MovingPictures.SelectedMovie.imdb_id,)+control.isVisible(456852159)</visible>
    to:
    <visible>!string.equals(#Play.Current.IMDBNumber,)+control.isVisible(456852159)</visible>
    This works great, thanks for your help and patience :)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,651
    10,609
    Kyiv
    Home Country
    Ukraine Ukraine
    Update themes for 1.9, small bugfixes - In first post.
    - rework Radiotime
    - rework Music Now Playing (add pause image)
    14-49-08.png 14-51-08.png
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,651
    10,609
    Kyiv
    Home Country
    Ukraine Ukraine
    Small update... for fanart scrapper progress on playing ...
    20-09-10.png
     

    Attachments

    • ajs Theme-Update.zip
      5.4 KB

    Users who are viewing this thread

    Top Bottom