an option to see score instead of stars (1 Viewer)

staticx

Portal Pro
March 22, 2009
140
13
Home Country
Israel Israel
Hi Tgx

1st, you did a very great job with the skin, I really like Nova HD!

2nd, I need your help to find a way how can I see the movie's score instead of ''stars'', on the Moving Pictures plugin.
i've looked everywhere at "movingpictures.listview.xml" but didn't find where to change it so It will display the score.

please try to solve it

:D
 

Tgx

Retired Team Member
  • Premium Supporter
  • January 22, 2008
    1,560
    1,115
    Home Country
    Italy Italy
    I personally don't like score numbers, but i can show you the way to implement it. You can have a look at Skin Designer's Guide - Moving Pictures and check the "Score Labels". Once you know which label you need, just add a label control in "movingpictures.listview.xml" with the needed label in the "label" attribute of the label control.

    Thanks

    Tgx
     

    staticx

    Portal Pro
    March 22, 2009
    140
    13
    Home Country
    Israel Israel
    thanks, I don't know exactly what you mean ,
    but I need
    #MovingPictures.SelectedMovie.score.invariant

    I don't know how to make the stars go away...
     

    Tgx

    Retired Team Member
  • Premium Supporter
  • January 22, 2008
    1,560
    1,115
    Home Country
    Italy Italy
    Look for:

    Code:
    <control>
    				<description>IMDB Rating Value</description>
    				<type>imagelist</type>
    				<id>0</id>
    				<posX>520</posX>
    				<posY>165</posY>
    				<width>115</width>
    				<height>13</height>
    				<textureWidth>27</textureWidth>
    				<textureHeight>27</textureHeight>
    				<subitems>
    					<subitem>star_nofocus.png</subitem>
    					<subitem>star_focus.png</subitem>
    				</subitems>
    				<orientation>horizontal</orientation>
    				<align>left</align>
    				<imagesToDraw>10</imagesToDraw>
    				<percentage>#MovingPictures.SelectedMovie.score.rounded</percentage>
    				<visible>!control.isvisible(50)+!control.isvisible(51)</visible>
    				<!-- <animation effect="fade" time="250">visiblechange</animation> -->
    				<animation effect="fade" time="150">hidden</animation>	
    				<animation effect="slide" tween="circle" easing="out" time="200" start="900,0" reversible="false">visible</animation>
    				<animation effect="slide" tween="circle" easing="out" time="200" end="900,0" reversible="false">hidden</animation> 
    			</control>
     

    staticx

    Portal Pro
    March 22, 2009
    140
    13
    Home Country
    Israel Israel
    I know, I found it, I just don't know where to put the line
    #MovingPictures.SelectedMovie.score.invariant
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Hi Tgx
    2nd, I need your help to find a way how can I see the movie's score instead of ''stars'', on the Moving Pictures plugin.
    i've looked everywhere at "movingpictures.listview.xml" but didn't find where to change it so It will display the score.

    please try to solve it
    :D

    hi staticx ! her you go ......:) ( i remember long time ago you ask for this in Black Glass Nova skin too ...;) )

    it will look like the screenshot i attch . dont forget to clear the Cache after you copy my file ....
     

    Attachments

    • 01-35-48.jpg
      01-35-48.jpg
      143.3 KB
    • movingpictures.listview.xml
      8.1 KB

    Users who are viewing this thread

    Top Bottom