StreamedMP quite slow on my htpc when using moving pictures (1 Viewer)

olli14

Portal Pro
December 17, 2008
740
35
Home Country
Germany Germany
Hi,
I love the StreamedMP skin. It looks very good and it supports all the plugins I'm using. But it's very slow on my htpc system. When I'm in moving pictures and using the filmstrip view I have to wait more than one or two seconds till the backdrop pictures and the film details are updated. I have an Intel Atom Dual Core (overclocked to 2 GHz) and it's a single seat installation.
What's the reason for this?

olli14
 

Holzi

Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Yes.
    If you don't want any fading you could go to movingpictures.xml and try to delete the lines marked in red. (Make a backup of movingpictures.xml first in case anything goes wrong)

    <control>
    <description>Movie Backdrop (Fan Art)</description>
    <type>image</type>
    <id>1</id>
    <posX>0</posX>
    <posY>0</posY>
    <width>1280</width>
    <height>720</height>
    <texture>#MovingPictures.Backdrop</texture>
    <animation effect="fade" time="300">visible</animation>
    <animation effect="fade" time="300" delay="300">hidden</animation>
    </control>
    <control>
    <description>Alternate Movie Backdrop</description>
    <type>image</type>
    <id>11</id>
    <posX>0</posX>
    <posY>0</posY>
    <width>1280</width>
    <height>720</height>
    <texture>#MovingPictures.Backdrop2</texture>
    <animation effect="fade" time="300">visible</animation>
    <animation effect="fade" time="300" delay="300">hidden</animation>
    </control>
     

    Users who are viewing this thread

    Top Bottom