Reply to thread

I played a bit around for 1920x1080 resolution.


For the star-rating change movingpictures.details.xml (values in bold).



<control><description>Star Rating Fix</description>

      <type>image</type>

      <id>0</id>

      <posX>700</posX>

      <posY>331</posY>

      <width>13</width>

      <height>14</height>

      <texture>starbest.png</texture>

      <visible>!Control.IsVisible(50)</visible>

    </control>

     <control><description>IMDB Star Rating</description>

      <type>imagelist</type>

      <id>1001</id>

      <posX>713</posX>

      <posY>331</posY>

      <width>220</width>

      <height>21</height>

      <textureWidth>21</textureWidth>

      <textureHeight>21</textureHeight>

      <subitems>

        <subitem>starwhite.png</subitem>

        <subitem>starbest.png</subitem>

      </subitems>

      <orientation>horizontal</orientation>

      <align>left</align>

      <imagesToDraw>9</imagesToDraw>

      <percentage>#MovingPictures.SelectedMovie.score</percentage>

      <visible>!Control.IsVisible(50)</visible>

    </control>



If the movie title is longer it gets cut off at the bottom, so I added a smaller font (26) to fonts.xml (attached below,

put it in streamedmp folder).


You just need to change the movingpictures.details.xml (values in bold):



control><description>Movie Title</description>

      <type>fadelabel</type>

      <id>0</id>

      <posX>550</posX>

      <posY>25</posY>

      <width>650</width>

      <height>100</height>

      <font>mediastream26tc</font>

      <label>#MovingPictures.SelectedMovie.title</label>

      <textcolor>ffFFFFFF</textcolor>

      <visible>!Control.IsVisible(50)</visible>

    </control>



I use only details view from this mod, but for other views change values in movingpictures.views.xml.


:D for this great mod, Vergo.


Top Bottom