Show up genre - need help :) (1 Viewer)

RoXoR

MP Donator
  • Premium Supporter
  • August 3, 2008
    347
    23
    B-W
    Home Country
    Germany Germany
    Hello,

    I wonder if it is possible to show the genre of a movie directly in the mattsk88's list view (not only in detail view). Maybe like in this picture or in another position:

    movingpicslist.jpg



    Perhaps ltfearme or somebody else could help me :)


    RoXoR
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Its possible, you need to add a label control with text:

    Code:
    <label>#MovingPictures.SelectedMovie.genres</label>

    Not sure how familiar you are with XML but you will need to open MovingPictures.xml and add a new label control at the position you want. copy n paste an existing label control and work with that.
     

    RoXoR

    MP Donator
  • Premium Supporter
  • August 3, 2008
    347
    23
    B-W
    Home Country
    Germany Germany
    Hi ltfearme,

    thank you for your answer :) Here is my attempt:

    Code:
        <control>
          <description>genre above the movie title</description>
          <type>label</type>
          <label>#MovingPictures.SelectedMovie.genres</label>
          <id>0</id>
          <posX>570</posX>
          <posY>23</posY>
          <width>840</width>
          <font>mediastream11c</font>
          <textcolor>ffffff</textcolor>
        </control>


    But How can I restrict the number of genres shown to 3?

    Because some movies have a very detailed genre information on ofdb.de. For example: "Australia (2008)":
    Abenteuer, Drama, Krieg, Liebe/Romantik, Western


    Thx in advance!

    RoXoR


    BTW: I only valuated the figures of posX/posY and after that I tested it in MediaPortal. Thereupon, I corrected the figures a number of times. Isn't there a better solution? :D
     

    Users who are viewing this thread

    Top Bottom