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

D3ltoroxp

MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hey ajs, i have searched your skinfiles for the percentage part for movies. I have test some times for me and thats the result, but i need it in % and not this on at my screen.

    Here is my code block, what i have to do ? I thinks something with the texture line and what can i do for the labe to see percentage

    XML:
    <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>

    I try'ed this to, but it will not work ..

    https://github.com/andrewjswan/mediaportal-skin-themes/blob/master/Titan/Themes
    /ajs%20Theme/DialogVideoInfo.watchedCount.xml

    I think because the visible line.
     

    Attachments

    • Screenshot (47).png
      Screenshot (47).png
      1.8 MB
    Last edited:

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hm so this will only work for myvideo. I have seen it in the titan standard skin and it works with movingpictures, but i found nothing.
     

    Users who are viewing this thread

    Top Bottom