XMB-TV: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with "Category:Software =XMB TV/Video Services Category= ==RCO configuration files== ===update_files/dev_flash/vsh/resource/explore_category_tv.rco=== ==XML configuration fil...")
 
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:Software]]
=XMB TV/Video Services Category=
=XMB TV/Video Services Category=


Line 10: Line 9:
===update_files/dev_flash/vsh/resource/explore/xmb/category_tv.xml===
===update_files/dev_flash/vsh/resource/explore/xmb/category_tv.xml===


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


Line 60: Line 59:


</XMBML>
</XMBML>
</pre>
</syntaxhighlight>
 
 
 
 
{{File Formats}}
<noinclude>[[Category:Main]]</noinclude>

Latest revision as of 16:40, 5 June 2015

XMB TV/Video Services Category[edit | edit source]

RCO configuration files[edit | edit source]

update_files/dev_flash/vsh/resource/explore_category_tv.rco[edit | edit source]

XML configuration files[edit | edit source]

update_files/dev_flash/vsh/resource/explore/xmb/category_tv.xml[edit | edit source]

<?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>