Skin engine bug? (1 Viewer)

kiwijunglist

Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    You could always try a double expression

    <visible>[current title = moving pictures title] & [current title != tv series title]</visible>
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #13
    string.contains(#Play.Current.Title, #MovingPictures.SelectedMovie.title)
    I'm shocked, now control 37 and 38 are not shown anywhere. :( Can someone check for her own it's a problem of my computer problem or media portal.

    17-29-24.png 17-30-10.png

    videoOSD.xml in attach.

    Code:
    	<control>
    		<description>Movie Name</description>
    		<id>36</id>
    		<type>fadelabel</type>
    		<width>925</width>
    		<height>24</height>
    		<posX>484</posX>
    		<posY>74</posY>
    		<font>fontB20</font>
    		<label>string.trim(#Play.Current.Title)</label>
    	</control>
    	<control>
    		<description>Movie Name</description>
    		<id>36</id>
    		<type>fadelabel</type>
    		<width>925</width>
    		<height>24</height>
    		<posX>484</posX>
    		<posY>174</posY>
    		<font>fontB20</font>
    		<label>string.trim(#MovingPictures.SelectedMovie.title)</label>
    	</control>
    	<control>
    		<description>Movie Name</description>
    		<id>37</id>
    		<type>fadelabel</type>
    		<width>925</width>
    		<height>24</height>
    		<posX>484</posX>
    		<posY>274</posY>
    		<font>fontB20</font>
    		<label>!!!</label>
    		<visible>string.equals(#Play.Current.Title,#MovingPictures.SelectedMovie.title)</visible>
    	</control>
    	<control>
    		<description>Movie Name</description>
    		<id>38</id>
    		<type>fadelabel</type>
    		<width>925</width>
    		<height>24</height>
    		<posX>484</posX>
    		<posY>374</posY>
    		<font>fontB20</font>
    		<label>!!!-!!!</label>
    		<visible>string.contains(#Play.Current.Title, #MovingPictures.SelectedMovie.title)</visible>
    	</control>
    [DOUBLEPOST=1370529577][/DOUBLEPOST]
    [current title = moving pictures title] & [current title != tv series title]
    How about My Video PlugIn ?
     

    Attachments

    • videoOSD.xml
      24.9 KB

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    i know from skinning videofullscreen.xml it is really annoying, i had to delete cache + restart mepo for any changes to take effect. it wasn't like the other xml files.
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #15
    i know from skinning videofullscreen.xml it is really annoying, i had to delete cache + restart mepo for any changes to take effect. it wasn't like the other xml files.
    I came out of MePo, delete cache, and then ran and watched the result, what happened at the top of the screenshots :mad:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #16
    Stop MePo, Clean cache, change <visible>string.contains(#Play.Current.Title, #MovingPictures.SelectedMovie.title)</visible> to<visible>string.contains(#Play.Current.Title,#MovingPictures.SelectedMovie.title)</visible>
    Run, result on screenshot:
    18-44-47.png 18-46-28.png
     
    Last edited:

    Users who are viewing this thread

    Top Bottom