Movie Count (1 Viewer)

captainflash

Portal Member
April 26, 2008
27
0
Home Country
United States of America United States of America
Hello! First off, I really like this plugin, combined with mp-tv series it's my favorite setup :).

Anywho my question is, how do i get Moving Pictures to display the total number of movies in my collection? I searched/googled around and it appears I can do it with this string "#MovingPictures.general.totalmoviecount" but I have no idea if I am supposed to place that somewhere or if that is only used by people who create the skins! Needless to say I am confused and hoping for some kind words of wisdom. Thanks in advance :)
 

marvenius

Portal Pro
September 3, 2008
523
47
Belgium
Home Country
Netherlands Netherlands
it usually is something for the skinner, however, you can add something like:
Code:
   <control>
      <description>Total Movie Count</description>
      <type>label</type>
      <id>0</id>
      <width>200</width>
      <height>20</height>
      <posX>10</posX>
      <posY>10</posY>
      <font>font14</font>
      <label>#MovingPictures.general.totalmoviecount</label>
    </control>
placing a moviecount label almost in your topleft corner.
 

Users who are viewing this thread

Top Bottom