PM3 HD: Video Previews and Filter Button

Discussion and development of skins for XBMC4XBOX
Post Reply
User avatar
Ninhooo
Posts: 55
Joined: Wed Aug 21, 2013 1:17 am
Location: Brasil
Has thanked: 4 times
Been thanked: 5 times

PM3 HD: Video Previews and Filter Button

Post by Ninhooo »

Copy in notepad Names Purple myprograms.xml this code and place in the folder on your xmbc4xbox pm3 hd.
Create a folder called Previews also the partition F xmvs to put your files on it.

Filter Screen:
Image

Previews Games:
Image

Code: Select all

<window id="1">
	<defaultcontrol always="true">50</defaultcontrol>
	<allowoverlay>no</allowoverlay>
	<controls>
		<include>CommonBackground</include>
		<control type="group">
			<include>Window_OpenClose_Right_Panel_Animation</include>
			<include>ContentPanel</include>
			<include>CommonRootView</include>
			<include>CommonListView</include>
			<include>ThumbnailView</include>
			<include>WideIconView</include>
			<include>AllViewCommonPageControls</include>
			<include>CommonFileCount</include>
			<include>ScrollOffsetLabel</include>
		</control>
		<control type="group">
			<include>Window_OpenClose_Left_Panel_Animation</include>
			<include>CommonNowPlaying</include>
			<control type="group" id="9000">
				<posx>0</posx>
				<posy>130</posy>
				<control type="button" id="2">
					<description>View As button</description>
					<posx>0</posx>
					<posy>0</posy>
					<include>ButtonCommonValues</include>
					<label>-</label>
					<onleft>50</onleft>
					<onright>50</onright>
					<onup>611</onup>
					<ondown>3</ondown>
				</control>
				<control type="button" id="3">
					<description>Sort by button</description>
					<posx>0</posx>
					<posy>45</posy>
					<include>ButtonCommonValues</include>
					<label>103</label>
					<onleft>50</onleft>
					<onright>4</onright>
					<onup>2</onup>
					<ondown>98</ondown>
				</control>
				<control type="togglebutton" id="4">
					<description>Sort asc</description>
					<posx>250</posx>
					<posy>58</posy>
					<label>-</label>
					<onleft>3</onleft>
					<onright>50</onright>
					<onup>2</onup>
					<ondown>98</ondown>
				</control>
				<control type="button" id="98">
					<description>Gamesaves Button</description>
					<posx>0</posx>
					<posy>90</posy>
					<include>ButtonCommonValues</include>
					<label>20323</label>
					<onclick>ActivateWindow(35)</onclick>
					<onleft>50</onleft>
					<onright>50</onright>
					<onup>3</onup>
					<ondown>6</ondown>
					<visible>System.Platform.Xbox</visible>
				</control>
				<control type="button" id="6">
					<description>game,emulator,rom,previews</description>
					<onclick>xbmc.playmedia(F:/Previews/$INFO[ListItem.Label].xmv,1)</onclick>
					<onleft>50</onleft>
					<onright>50</onright>
					<onup>98</onup>
					<label>Game Preview</label>
					<ondown>19</ondown>
					<posx>0</posx>
					<posy>135</posy>
					<include>ButtonCommonValues</include>
					<visible>player.IsRepeat</visible>
					<!-- $INFO[listitem.filenameandpath]fanart.jpg -->
				</control>
				<control type="edit" id="19">
					<description>Filter</description>
					<textwidth>230</textwidth>
					<include>ButtonCommonValues</include>
					<posx>0</posx>
					<posy>180</posy>
					<label>Pesquisar</label>
					<onright>50</onright>
					<onup>6</onup>
					<ondown>610</ondown>
				</control>
				<control type="button" id="610">
					<description>Fake Button to fix Player Controls Navigation</description>
					<onup>98</onup>
					<ondown>603</ondown>
					<visible>false</visible>
				</control>
				<control type="group">
					<posx>0</posx>
					<posy>225</posy>
					<animation effect="slide" start="0,0" end="0,-45" time="0" condition="!Control.IsVisible(98)">conditional</animation>
					<include>CommonNowPlaying_Controls</include>
				</control>
				<control type="button" id="611">
					<description>Fake Button to fix Player Controls Navigation</description>
					<onup>607</onup>
					<ondown>2</ondown>
					<visible>false</visible>
				</control>
			</control>
		</control>
		<control type="image">
			<posx>0</posx>
			<posy>0</posy>
			<width>1280</width>
			<height>128</height>
			<texture>Header.png</texture>
		</control>
		<control type="label">
			<include>WindowTitleCommons</include>
			<label>$LOCALIZE[9] - $LOCALIZE[0]$INFO[Container.PluginName, - ]</label>
		</control>
	</controls>
</window>
I'm from Brazil so some items are in Portuguese.
Post Reply