BasicHome help (1 Viewer)

peter212693

Portal Member
March 2, 2010
8
0
Hi all,

Ive got my mediaportal all setup and working fine at home but some of the plug ins are a bit outdated so I updated them.

So I now have:

MediaPortal v1.1RC1
MP-TV Series
Moving Pictures
StreamedMP

Now on the basic home for the tv series and films I had it cycling the fan art useing the following code:

<control>
<description>MOVIES DVD BACKGROUND</description>
<id>1203</id>
<type>multiimage</type>
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath>C:\ProgramData\Team MediaPortal\MediaPortal\thumbs\MovingPictures\Backdrops\FullSize</imagepath>
<timeperimage>60000</timeperimage>
<fadetime>800</fadetime>
<loop>yes</loop>
<randomize>True</randomize>
<animation effect="fade" start="200" end="0" time="500">WindowClose</animation>
<animation effect="fade" start="0" end="100" time="350">VisibleChange</animation>
<visible>Control.IsVisible(1003)|Control.IsVisible(1006)</visible>
</control>
<control>
<description>TV SHOWS TV BACKGROUND</description>
<id>1204</id>
<type>multiimage</type>
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath>C:\ProgramData\Team MediaPortal\MediaPortal\thumbs\Fan Art\fanart\original</imagepath>
<timeperimage>60000</timeperimage>
<fadetime>800</fadetime>
<loop>yes</loop>
<randomize>True</randomize>
<animation effect="fade" start="200" end="0" time="500">WindowClose</animation>
<animation effect="fade" start="0" end="100" time="350">VisibleChange</animation>
<visible>Control.IsVisible(1004)|Control.IsVisible(1005)</visible>
</control>


Now after ive installed the latest streamedMP which included the new MP-TV and moving pictures I only get the default image on the basichome for movies and tv series then if I drop the above code in where I did with the older version I get nothing just a black screen. Once inside the tv series or movies the fan art works fine its just on the basichome.

Can anyone help?

Thanks
 

Users who are viewing this thread

Top Bottom