- Thread starter
- Moderator
- #601
New in git: https://github.com/andrewjswan/mediaportal-skin-themes/blob/master/Titan/Themes/ajs Theme/BasicHome.Main.Dummy.xmlThis one fixes the issue, it works fine.
New in git: https://github.com/andrewjswan/mediaportal-skin-themes/blob/master/Titan/Themes/ajs Theme/BasicHome.Main.Dummy.xmlThis one fixes the issue, it works fine.
This part the theme does not change, you can try to update https://github.com/andrewjswan/medi...tan/Themes/ajs Theme/movingpictures.views.xml But I think it does not help, try updating Moving Pictures.Any Ideas for that? can it also be a different configuration?
Thanks for this hint. I will try the suggested fix at latest on Monday.... Currently not at home [emoji6]
This helps. Thanks!Thanks for this hint. I will try the suggested fix at latest on Monday.... Currently not at home [emoji6]
New in git: https://github.com/andrewjswan/mediaportal-skin-themes/blob/master/Titan/Themes/ajs Theme/BasicHome.Main.Dummy.xmlThis one fixes the issue, it works fine.
<control>
<description>Video Watched Count Label</description>
<type>label</type>
<id>1</id>
<posX>65</posX>
<posY>306</posY>
<width>114</width>
<height>114</height>
<label>#MovingPictures.UserMovieSettings.watched</label>
<font>Label</font>
<align>center</align>
<font>font14</font>
<textcolor>FF000000</textcolor>
<visible>facadeview.list+Control.IsVisible(50)+Control.IsVisible(9)</visible>
</control>
<control>
<description>Watched Logo</description>
<type>image</type>
<id>0</id>
<posX>68</posX>
<posY>306</posY>
<width>114</width>
<height>114</height>
<texture>watched_#(string.format('{0:000}',mul(math.round(div(cint(#MovingPictures.UserMovieSettings.Progress),5)),5))).png</texture>
<keepaspectratio>yes</keepaspectratio>
<visible>facadeview.list+Control.IsVisible(50)+Control.IsVisible(9)</visible>
</control>
For MyVideo list: https://github.com/andrewjswan/Medi...rtal.Base/skin/Titan/myvideo.watchedCount.xmlI think because the visible line.