user_rating ? (1 Viewer)

stdly

MP Donator
  • Premium Supporter
  • April 19, 2008
    238
    41
    Home Country
    Canada Canada
    Fantastic Plugin! Thanks allot!

    I am trying to add my user_rating that I set in the Moving Pictures config screen. I used the code below and get this on screen.
    My Rating : #MovingPictures.UserMovieSettings.user_rating

    What am I doing wrong?

    Code:
    <control>
          <description>user_rating Label Shadow</description>
          <type>label</type>
          <label>My Rating :</label>
          <posX>97</posX>
          <posY>661</posY>
          <font>font102</font>
          <textcolor>ff222222</textcolor>
          <visible>facadeview.list+Control.IsVisible(50)</visible>
        </control>
    
        <control>
          <description>user_rating Label</description>
          <type>label</type>
          <label>My Rating :</label>
          <posX>96</posX>
          <posY>660</posY>
          <font>font102</font>
          <textcolor>ffB9B9B9</textcolor>
          <visible>facadeview.list+Control.IsVisible(50)</visible>
        </control>
    
        <control>
          <description>user_rating Shadow</description>
          <type>label</type>
          <label>#MovingPictures.UserMovieSettings.user_rating</label>
          <id>0</id>
          <posX>191</posX>
          <posY>661</posY>
          <width>900</width>
          <font>font102</font>
          <textcolor>ff000000</textcolor>
          <visible>facadeview.list+Control.IsVisible(50)</visible>
        </control>
    
        <control>
          <description>user_rating</description>
          <type>label</type>
          <label>#MovingPictures.UserMovieSettings.user_rating</label>
          <id>0</id>
          <posX>190</posX>
          <posY>660</posY>
          <width>840</width>
          <font>font102</font>
          <textcolor>ffffffff</textcolor>
          <visible>facadeview.list+Control.IsVisible(50)</visible>
        </control>
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    By memory I think this rating was removed somewhere along the development, I know because it worked when I started doing the MediaStream conversion fram XBMC to MediaPortal, but by the end the rating was no longer available to the skin.
     

    stdly

    MP Donator
  • Premium Supporter
  • April 19, 2008
    238
    41
    Home Country
    Canada Canada
    By memory I think this rating was removed somewhere along the development, I know because it worked when I started doing the MediaStream conversion fram XBMC to MediaPortal, but by the end the rating was no longer available to the skin.

    pilehave.
    Thanks for your reply.

    It is still listed here under Standard Labels.
    Skin Designer's Guide - Moving Pictures
    Maybe I am using it in the wrong context? I added the total movie count with that code and this (#MovingPictures.general.totalmoviecount).
    I am not a programer just customizing my BleazleWide skin.
     

    Users who are viewing this thread

    Top Bottom