Mod player has video- noob
#1
Hi guys i wondering if anyone would be able to point me in the right direction. What Im trying to achive is instead of video playing in the background when i back out to my home.xmli would like it to paly n a window the same way as say the pvr window does.

<control type="group">
<visible>!IsEmpty(ListItem.Icon) | !Player.HasVideo</visible>
<posx>0</posx>
<posy>300</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>420</width>
<height>300</height>
<aspectratio>keep</aspectratio>
<fadetime>400</fadetime>
<texture>$INFO[ListItem.Icon]</texture>
</control>


and i see in VideoFullscreen.xml

<onunload condition="![Player.HasVideo + VideoPlayer.Content(livetv)]">ClearProperty(pvrGuideOnFullscreenVideo,home)</onunload>


i would just like a few pointers on editing this. Any tips would be greatly appreciated

thanks in advance.
Reply

Logout Mark Read Team Forum Stats Members Help
player has video- noob0