[New] MyFilms v4.4.1.4 (1 Viewer)

crusoli

Portal Pro
February 12, 2008
54
3
Home Country
Germany Germany
Is it possible to customize the infos shown in the filmstrip view? I would for example like to replace the genre field with the duration of the film. Setting the label to "#duree" doesn't work.
 

zebons

Portal Pro
January 2, 2006
1,484
114
Is it possible to customize the infos shown in the filmstrip view? I would for example like to replace the genre field with the duration of the film. Setting the label to "#duree" doesn't work.
With the 4.5 version, supplemtaries Items 1 et 3 are dislayed on the firts screen. So define the Length as supplementary Item and you'll get it.
 

z3us

Portal Pro
December 4, 2007
1,047
123
44
Home Country
Spain Spain
I have defined supplementaries items and dont work, they arent showed
 

Psycho Reptile

Retired Team Member
  • Premium Supporter
  • April 19, 2006
    1,316
    787
    Cambridge, England
    Home Country
    United Kingdom United Kingdom
    Hi zebons, now that you support so many different external apps for movie collections, would it be possible to support the internal VideoDatabaseV5.db3 that is generated by MP? I apologise if this has been asked before...
     

    zebons

    Portal Pro
    January 2, 2006
    1,484
    114
    I have defined supplementaries items and dont work, they arent showed
    Which skin do you use ? and are the skin files delivered by my mpi file or by the skin's author ?
    Be carefull skins have been modified to be compatible with the 4.5 version
    Take a look on the skin file MesFilms.xml and you should find items ID 1030,1031 and 1032 (example for Xface below) :
    Code:
        <control>
          <type>label</type>
          <description>Optional Label1</description>
          <id>1031</id>
          <posX>120</posX>
          <posY>720</posY>
          <width>950</width>
          <font>font10</font>
          <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible>
          <label>#opt_label1</label>
        </control>
        <control>
          <type>fadelabel</type>
          <description>Optional Item1</description>
          <id>1030</id>
          <posX>200</posX>
          <posY>720</posY>
          <width>950</width>
          <font>font10</font>
          <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible>
          <label>#opt_item1</label>
        </control>
        <control>
          <type>fadelabel</type>
          <description>Optional Item3</description>
          <id>1032</id>
          <posX>120</posX>
          <posY>745</posY>
          <width>950</width>
          <font>font10</font>
          <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible>
          <label>#opt_item3</label>
        </control>

    Hi zebons, now that you support so many different external apps for movie collections, would it be possible to support the internal VideoDatabaseV5.db3 that is generated by MP? I apologise if this has been asked before...
    My plugin works only with xml db files...
     

    z3us

    Portal Pro
    December 4, 2007
    1,047
    123
    44
    Home Country
    Spain Spain
    I have defined supplementaries items and dont work, they arent showed
    Which skin do you use ?
    Xface

    and are the skin files delivered by my mpi file or by the skin's author ?
    By ur mpi


    Take a look on the skin file MesFilms.xml and you should find items ID 1030,1031 and 1032
    This is part of my xface/mesfilms.xml:

    Code:
        <control>
          <type>label</type>
          <description>Optional Label1</description>
          <id>1031</id>
          <posX>120</posX>
          <posY>720</posY>
          <width>950</width>
          <font>font10</font>
          <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible>
          <label>#opt_label1</label>
        </control>
        <control>
          <type>fadelabel</type>
          <description>Optional Item1</description>
          <id>1030</id>
          <posX>200</posX>
          <posY>720</posY>
          <width>950</width>
          <font>font10</font>
          <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible>
          <label>#opt_item1</label>
        </control>
        <control>
          <type>fadelabel</type>
          <description>Optional Item3</description>
          <id>1032</id>
          <posX>120</posX>
          <posY>745</posY>
          <width>950</width>
          <font>font10</font>
          <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible>
          <label>#opt_item3</label>
        </control>



    Config of MyFilms:
    mfcfgxd2.jpg


    MyFilms:
    mfed0.jpg
     

    zebons

    Portal Pro
    January 2, 2006
    1,484
    114
    I have defined supplementaries items and dont work, they arent showed
    Which skin do you use ?
    Xface

    and are the skin files delivered by my mpi file or by the skin's author ?
    By ur mpi


    Take a look on the skin file MesFilms.xml and you should find items ID 1030,1031 and 1032
    This is part of my xface/mesfilms.xml:

    Code:
        <control>
          <type>label</type>
          <description>Optional Label1</description>
          <id>1031</id>
          <posX>120</posX>
          <posY>720</posY>
          <width>950</width>
          <font>font10</font>
          <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible>
          <label>#opt_label1</label>
        </control>
        <control>
          <type>fadelabel</type>
          <description>Optional Item1</description>
          <id>1030</id>
          <posX>200</posX>
          <posY>720</posY>
          <width>950</width>
          <font>font10</font>
          <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible>
          <label>#opt_item1</label>
        </control>
        <control>
          <type>fadelabel</type>
          <description>Optional Item3</description>
          <id>1032</id>
          <posX>120</posX>
          <posY>745</posY>
          <width>950</width>
          <font>font10</font>
          <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible>
          <label>#opt_item3</label>
        </control>



    Config of MyFilms:
    mfcfgxd2.jpg


    MyFilms:
    mfed0.jpg
    You defined Supplementaries Views !!! that you can access thru the View by button but not Supplementaries Items to display !
    You have to define your items in the 'Detailed Supplementary Information' fields.
     

    z3us

    Portal Pro
    December 4, 2007
    1,047
    123
    44
    Home Country
    Spain Spain
    OK.
    Now I have another problem:

    This is my MF config:

    mfcfguq7.jpg


    The field country is showed correctly in the film detailed view, but in the filmstrip view, the field "description" is repeated at the bottom of the screen:
    mfil8.jpg


    Any idea about whats happening?
    TY
     

    LXTR

    Portal Pro
    November 27, 2007
    86
    0
    Home Country
    Spain Spain
    Z3us

    I guess that it's a problem with the skin, not the plug in. Am i wrong?

    Try to watch that screen with any other skin...
     

    Users who are viewing this thread

    Top Bottom