thanx ltfearme, for some reason the episode pic was turned off in the latest version of mp-tv series. turned it back on and bingo! w00t this is awesome!
I am having problems selecting channels in the mini epg. I load the mini epg, but am unable to select any channels by going up or down.. everything is lighter and therefore no selected. I am using a regular 4:3 CRT TV. The skin looks fantastic, even on the old CRT.
Change the parts in red (common.facade.video.xml)...I want to have more movies on the filmstrip view. What xml must i change to get this?
<control>
<description>Filmstrip view</description>
<type>filmstrip</type>
<id>50</id>
<posX>60</posX>
<posY>130</posY>
<width>1300</width>
<onup>2</onup>
<spinPosY>630</spinPosY>
<spinPosX>1218</spinPosX>
<thumbWidth>243</thumbWidth>
<thumbHeight>360</thumbHeight>
<thumbPosX>13</thumbPosX>
<thumbPosY>11</thumbPosY>
<itemWidth>245</itemWidth>
<itemHeight>360</itemHeight>
<textureWidth>275</textureWidth>
<textureHeight>395</textureHeight>
<imageFolderFocus>Framefocus.png</imageFolderFocus>
<frame>-</frame>
<frameFocus>video_filmstrip_frame.png</frameFocus>
<background>Coverbig.png</background>
<thumbs flipY="true" diffuse="Thumb_Mask.png">
</thumbs>
<InfoImage flipY="true" diffuse="Thumb_Mask.png">
</InfoImage>
<showFrame>yes</showFrame>
<showFolder>no</showFolder>
<showBackGround>no</showBackGround>
<showInfoImage>no</showInfoImage>
<thumbAnimation effect="zoom" start="100,100" end="130,130" time="200">focus</thumbAnimation>
<thumbAnimation effect="zoom" start="130,130" end="100,100" time="200">unfocus</thumbAnimation>
</control>