XMBML Mountpoints: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{cleanup}}
{{wikify}}


== xmlbddatamgmt ==
== xmlbddatamgmt ==
Line 6: Line 6:
Add this query in category_video.xml in the position you want it to appear
Add this query in category_video.xml in the position you want it to appear


{{Boxcode|content=<syntaxhighlight lang="xml">
{{Boxcode|code=<syntaxhighlight lang="xml">
<View id="root">
<View id="root">
<Items>
<Items>
Line 16: Line 16:
And add this segments at the bottom
And add this segments at the bottom


{{Boxcode|content=<syntaxhighlight lang="xml">
{{Boxcode|code=<syntaxhighlight lang="xml">
<View id="seg_videoiso_mgmt">
<View id="seg_videoiso_mgmt">
<Attributes>
<Attributes>
Line 30: Line 30:
</syntaxhighlight>}}
</syntaxhighlight>}}


{{Boxcode|content=<syntaxhighlight lang="xml">
{{Boxcode|code=<syntaxhighlight lang="xml">
<View id="seg_videoiso_paths">
<View id="seg_videoiso_paths">
<Items>
<Items>

Latest revision as of 05:57, 30 August 2021

xmlbddatamgmt[edit | edit source]

This is an example of an XMBML file

Add this query in category_video.xml in the position you want it to appear

	<View id="root">
		<Items>
			<Query class="type:x-xmb/folder-pixmap" key="videoiso" src="#seg_videoiso_mgmt"/>
		</Items>
	</View>

And add this segments at the bottom

	<View id="seg_videoiso_mgmt">
		<Attributes>
			<Table key="videoiso_mgmt">
				<Pair key="mode"><String>mgmt</String></Pair>
				<Pair key="genre"><String>msg_tools_ISO</String></Pair> <!-- this is wrong, mistmatched key and probably other keys missing -->
			</Table>
		</Attributes>
		<Items>
			<Item class="type:x-xmb/xmlbddatamgmt" key="videoiso_mgmt" attr="videoiso_mgmt" src="#seg_videoiso_paths"/>
		</Items>
	</View>
	<View id="seg_videoiso_paths">
		<Items>
			<Query class="type:x-xmb/folder-pixmap" key="host_provider_hdd0_DVDISO" src="host://localhost/q?path=/dev_hdd0/DVDISO&suffix=.iso&subclass=x-host/xmlbddatamgmt"/>
			<Query class="type:x-xmb/folder-pixmap" key="host_provider_hdd0_BDISO" src="host://localhost/q?path=/dev_hdd0/BDISO&suffix=.iso&subclass=x-host/xmlbddatamgmt"/>
		</Items>
	</View>
  • Ideas
    • Adding of Videos: BDISO from /dev_hdd0/BDISO/[name].iso, and DVDISO from /dev_hdd0/DVDISO/[name].iso
    • After selecting in [videos]/[name.iso] must play through ps3 vidplayer