XMB-TV

From PS3 Developer wiki
Revision as of 00:19, 3 February 2014 by Euss (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

XMB TV/Video Services Category

RCO configuration files

update_files/dev_flash/vsh/resource/explore_category_tv.rco

XML configuration files

update_files/dev_flash/vsh/resource/explore/xmb/category_tv.xml

<?xml version="1.0" encoding="UTF-8"?>

<XMBML version="1.0">
	<View id="root">
		<Attributes>
			<Table key="seg_welcome">
				<Pair key="focus_priority"><String>2</String></Pair>
				<Pair key="custom_priority"><String>tv=-80</String></Pair>
			</Table>
		</Attributes>
		<Items>
			<Query
				class="type:x-xmb/folder-pixmap"
				key="seg_welcome"
				attr="seg_welcome"
				src="sel://localhost/welcome?type=tv"
				/>
			<Query
				class="type:x-xmb/folder-pixmap"
				key="seg_gameexit"
				src="sel://localhost/ingame?path=category_tv.xml#seg_gameexit&type=tv"
				/>
			<Query
				class="type:x-xmb/folder-pixmap"
				key="gameDir"
				src="xil://localhost/list?t=tv"
			/>

		</Items>
	</View>

	<View id="seg_gameexit">
		<Items>
			<Item class="type:x-xmb/xmlgameexit" key="gameexit" />
		</Items>
	</View>

	<View id="seg_welcome">
		<Attributes>
			<Table key="welcome">
				<Pair key="content_type"><String>tv</String></Pair>
 			</Table>
		</Attributes>
		<Items>
			<Item class="type:x-xmb/xmlwelcome" key="welcome" attr="welcome" />
		</Items>
	</View>

</XMBML>