[NEW] MyFilms v4.7.9a (2 Viewers)

zebons

Portal Pro
January 2, 2006
1,484
114
Hi,

I would like to repalace Year and Genre with Director and Duration in the main screen of my film, how would I do that?

I looked at Mesfilms.xml, try to change year and genre but they didn;t work that way. Could any of you help me, I appreciate
Code:
    <control>
      <description>Year Label</description>
      <type>label</type>
      <id>1</id>
      <posX>960</posX>
      <posY>535</posY>
      <textcolor>ffa8cc3d</textcolor>
      <font>font13</font>
      <label>201</label>
      <visible>!control.isvisible(34)</visible>
    </control>
    <control>
      <description>Year value</description>
      <type>label</type>
      <id>1022</id>
      <posX>1060</posX>
      <posY>535</posY>
      <width>300</width>
      <font>font13</font>
      <label>#year</label>
      <visible>!control.isvisible(34)</visible>
    </control>
    <control>
      <description>Year Label</description>
      <type>label</type>
      <id>1</id>
      <posX>960</posX>
      <posY>565</posY>
      <textcolor>ffa8cc3d</textcolor>
      <font>font13</font>
      <label>174</label>
      <visible>!control.isvisible(34)</visible>
    </control>
    <control>
      <description>Genre value</description>
      <type>fadelabel</type>
      <id>1024</id>
      <posX>1060</posX>
      <posY>565</posY>
      <width>300</width>
      <font>font13</font>
      <label>#genre</label>
      <visible>!control.isvisible(34)</visible>
    </control>

Wait the future version 4.8.0 to do that. Whit that version all fields are loaded and can ve used in skin files (names are the same as the db).
 

z3us

Portal Pro
December 4, 2007
1,047
123
46
Home Country
Spain Spain
MF 4.8- The label for "Last" in the detailed view (StreamedMP) is wrong. Here is the fixed file. I have also remove the back button, as I think that is unnecesary having the "esc" key

A thing: with 4.79 I could see perfectly the whole cover pictures, but with 4.8, the pictures are cut and Im missing the bottom part of the image
 

Attachments

  • MesFilmsDetail.xml
    30.6 KB

zebons

Portal Pro
January 2, 2006
1,484
114
MF 4.8- The label for "Last" in the detailed view (StreamedMP) is wrong. Here is the fixed file. I have also remove the back button, as I think that is unnecesary having the "esc" key

A thing: with 4.79 I could see perfectly the whole cover pictures, but with 4.8, the pictures are cut and Im missing the bottom part of the image
Ok thanks for the wtong 'last' label. For the back button, I'm not agree with you as not all of us have a remote with an 'ESC' key. I prefer to leave the back button

Can you send me your 4.7.9 skin files to see the thumb problem ?
 

z3us

Portal Pro
December 4, 2007
1,047
123
46
Home Country
Spain Spain
MF 4.8- The label for "Last" in the detailed view (StreamedMP) is wrong. Here is the fixed file. I have also remove the back button, as I think that is unnecesary having the "esc" key

A thing: with 4.79 I could see perfectly the whole cover pictures, but with 4.8, the pictures are cut and Im missing the bottom part of the image
Can you send me your 4.7.9 skin files to see the thumb problem ?

Probably is only a skin problem, but I prefer the old layout: with 8 covers displayed 100
 

Attachments

  • mf.JPG
    mf.JPG
    176.9 KB
  • mf2.JPG
    mf2.JPG
    189.5 KB
  • MesFilms.common.facade.xml
    30.7 KB
  • MesFilms.xml
    30.6 KB
  • MesFilms_Visible.xml
    30.6 KB
  • MesFilmsDetail.xml
    30.6 KB
  • MesFilmsDialogRating.xml
    30.7 KB

o0X0o

Portal Pro
August 19, 2007
76
0
Brisbane
Home Country

No official release location that doesn't require me to signup?

Thanks Zebons, I'll experiment a little more when I get home.

I had previously tried to point My Films at the folder Moving Pictures uses, but the search system wasn't successful. I also had an original title called "10,000 BC" with fanart named "10000 BC" and it wouldn't work. I'm sure I've had other problems, but will see if I can replicate.
Tru to name your fanart "10 000 BC" (replace the ',' by a blank)

Sorry for the late reply - replacing the "," with a space didn't work
 

zebons

Portal Pro
January 2, 2006
1,484
114

No official release location that doesn't require me to signup?

Thanks Zebons, I'll experiment a little more when I get home.

I had previously tried to point My Films at the folder Moving Pictures uses, but the search system wasn't successful. I also had an original title called "10,000 BC" with fanart named "10000 BC" and it wouldn't work. I'm sure I've had other problems, but will see if I can replicate.
Tru to name your fanart "10 000 BC" (replace the ',' by a blank)

Sorry for the late reply - replacing the "," with a space didn't work
Please give the EXACT names of your movie AND your picture if you want that we help you....

MF 4.8- The label for "Last" in the detailed view (StreamedMP) is wrong. Here is the fixed file. I have also remove the back button, as I think that is unnecesary having the "esc" key

A thing: with 4.79 I could see perfectly the whole cover pictures, but with 4.8, the pictures are cut and Im missing the bottom part of the image
Can you send me your 4.7.9 skin files to see the thumb problem ?

Probably is only a skin problem, but I prefer the old layout: with 8 covers displayed 100
Are you sure that you attach the 4.7.9 files as the filmstrip descriptions in the MesFilms.common.facade.xml file are excatly the same....
 

o0X0o

Portal Pro
August 19, 2007
76
0
Brisbane
Home Country
Sorry, thought that was in the quote.

Original title of movie is "10,000 BC" and the only fanart image name that works is "10,000 BC.jpg". I tried "10 000 BC.jpg" as you suggested, but this didn't work.

I originally raised this as an issue with characters supported in the AMC database title not being the same as the characters supported for Windows filenames. While I acknowledge that comma's are supported for Windows filenames, this was still an example of the string search not working as expected. There are other examples (the use of ":" for example), but I thought this one proves the point.
 

Users who are viewing this thread

Top Bottom