- Moderator
- #1
MediaPortal Version: 1.3.0
Description
Not working properly skins engine. The files skins videoFullScreen.xml, videoOSD.xml (Titan skin) containing the proposed code below:
Displays control 37.38 always, and so does not understand the code string.trim, as described in the wiki.
PS:
If #Play.Current.Title = #MovingPictures.SelectedMovie.title Then Control 37 - Visible
If #Play.Current.Title <> #MovingPictures.SelectedMovie.title Then Control 37 - InVisible
Here in the code was only 37 control (Containing the text !!!-!!!):
Steps to Reproduce:
When viewing the information on the video when playing, in the skins Titan, should be the files videoFullScreen.xml, videoOSD.xml containing the above described code.
Description
Not working properly skins engine. The files skins videoFullScreen.xml, videoOSD.xml (Titan skin) containing the proposed code below:
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>
PS:
If #Play.Current.Title = #MovingPictures.SelectedMovie.title Then Control 37 - Visible
If #Play.Current.Title <> #MovingPictures.SelectedMovie.title Then Control 37 - InVisible
Here in the code was only 37 control (Containing the text !!!-!!!):
Steps to Reproduce:
When viewing the information on the video when playing, in the skins Titan, should be the files videoFullScreen.xml, videoOSD.xml containing the above described code.
Last edited: