XMBML Mountpoints: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
Line 9: Line 9:
<View id="root">
<View id="root">
<Items>
<Items>
<Query class="type:x-xmb/folder-pixmap" key="seg_Video_iso" attr="seg_Video_iso" src="#seg_Videoiso"/>
<Query class="type:x-xmb/folder-pixmap" key="videoiso" attr="videoiso" src="#seg_videoiso_mgmt"/>
</Items>
</Items>
</View>
</View>
Line 17: Line 17:


{{Boxcode|content=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">
<View id="seg_Videoiso">
<View id="seg_videoiso_mgmt">
<Attributes>
<Attributes>
<Table key="videoisos">
<Table key="videoiso_mgmt">
<Pair key="mode"><String>mgmt</String></Pair>
<Pair key="mode"><String>mgmt</String></Pair>
<Pair key="genre"><String>msg_tools_ISO</String></Pair>
<Pair key="genre"><String>msg_tools_ISO</String></Pair>
Line 25: Line 25:
</Attributes>
</Attributes>
<Items>
<Items>
<Item class="type:x-xmb/xmlbddatamgmt" key="videoisos" attr="videoisos" src="#seg_ISOS"/>
<Item class="type:x-xmb/xmlbddatamgmt" key="videoiso_mgmt" attr="videoiso_mgmt" src="#seg_videoiso_isos"/>
</Items>
</Items>
</View>
</View>
Line 31: Line 31:


{{Boxcode|content=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">
<View id="seg_ISOS">
<View id="seg_videoiso_isos">
<Items>
<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_DVDISO" src="host://localhost/q?path=/dev_hdd0/DVDISO&suffix=.iso&subclass=x-host/xmlbddatamgmt"/>

Revision as of 22:43, 15 October 2014

xmlbddatamgmt

This is an example of an XMBML Structure

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

Code Sample

And add this segments at the bottom

Code Sample
Code Sample
  • 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