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

zebons

Portal Pro
January 2, 2006
1,484
114
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)
 

nmt1978

Portal Pro
October 14, 2008
95
1
When i activated the fanart function. My MP crashed and closed immediately after starting
Here is the log file, please help me to fix it

Edit: When i downloaded the MyFilms lastest version. The detailed views results lot of errors (empty detailed views), then i downloaded a version of MyFilm which i enclosed here to fix that problem (https://forum.team-mediaportal.com/my-films-164/empty-details-page-48664/)

I do not know whether this error is due to that file or not
Looks like you're using StreamedMP - I've had similar issues with this skin.

Try using the files from Post 64 on https://forum.team-mediaportal.com/...mp-community-mods-bug-fixes-49484/index7.html

set the secondary title not to "none" or install the file above doesn't solve the problem :(
 

nmt1978

Portal Pro
October 14, 2008
95
1

z3us

Portal Pro
December 4, 2007
1,047
123
46
Home Country
Spain Spain
Zebons, we can import the resolution in a field, but Would it be possible to obtain the aspect ratio? so we can display it in the detailed screen or have a 16:9, 4:3, etc logo...
Thanks
 

gamestar

Portal Member
March 17, 2008
21
0
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)

I'm having the same problem on some of mine. For example, I have the movie named:

Austin Powers: International Man of Mystery

I've tried:

Austin Powers International Man of Mystery (2 spaces after Powers)
Austin Powers International Man of Mystery (1 space after Powers)

But the fanart doesn't show up.
 

z3us

Portal Pro
December 4, 2007
1,047
123
46
Home Country
Spain Spain
Zebons, I think that sorting by resolution has the same bug that sorting by lenght had, and it jump from 4 to 3 digits numbers
 

arryo

Portal Pro
July 12, 2008
162
4
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>
 

Users who are viewing this thread

Top Bottom