2009-02-23, 14:27
I recently added multiple images for favorites & shutdown when they are selected. It adds some more good style to the skin if you have a nice selection of images to use. Just add the following to the top of your home.xml where you will see all of the other background codes.
<control type="multiimage">
<posx>356</posx>
<posy>100</posy>
<width>924</width>
<height>520</height>
<imagepath>foldername</imagepath>
<timeperimage>5000</timeperimage>
<randomize>true</randomize>
<fadetime>2000</fadetime>
<include>backgroundfade</include>
<visible>ControlGroup(9001).HasFocus(20)</visible>
</control>
You will need to add it twice and change the hasfocus() to 21(shutdown) for the next set. The imagepath should be a folder created within your PM3.HD media folder with your desired images inside it.
<control type="multiimage">
<posx>356</posx>
<posy>100</posy>
<width>924</width>
<height>520</height>
<imagepath>foldername</imagepath>
<timeperimage>5000</timeperimage>
<randomize>true</randomize>
<fadetime>2000</fadetime>
<include>backgroundfade</include>
<visible>ControlGroup(9001).HasFocus(20)</visible>
</control>
You will need to add it twice and change the hasfocus() to 21(shutdown) for the next set. The imagepath should be a folder created within your PM3.HD media folder with your desired images inside it.