Editing XMBML Mountpoints
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{ | {{cleanup}} | ||
== xmlbddatamgmt == | == xmlbddatamgmt == | ||
This is an example of an [[XMBML | This is an example of an [[XMBML Structure]] | ||
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| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<View id="root"> | <View id="root"> | ||
<Items> | <Items> | ||
<Query class="type:x-xmb/folder-pixmap" key="videoiso" src="#seg_videoiso_mgmt"/> | <Query class="type:x-xmb/folder-pixmap" key="videoiso" attr="videoiso" src="#seg_videoiso_mgmt"/> | ||
</Items> | </Items> | ||
</View> | </View> | ||
Line 16: | Line 16: | ||
And add this segments at the bottom | And add this segments at the bottom | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<View id="seg_videoiso_mgmt"> | <View id="seg_videoiso_mgmt"> | ||
<Attributes> | <Attributes> | ||
<Table key="videoiso_mgmt"> | <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> | ||
</Table> | </Table> | ||
</Attributes> | </Attributes> | ||
<Items> | <Items> | ||
<Item class="type:x-xmb/xmlbddatamgmt" key="videoiso_mgmt" attr="videoiso_mgmt" src="# | <Item class="type:x-xmb/xmlbddatamgmt" key="videoiso_mgmt" attr="videoiso_mgmt" src="#seg_videoiso_isos"/> | ||
</Items> | </Items> | ||
</View> | </View> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<View id=" | <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"/> | ||
Line 43: | Line 43: | ||
**After selecting in [videos]/[name.iso] must play through ps3 vidplayer | **After selecting in [videos]/[name.iso] must play through ps3 vidplayer | ||
{{ | {{System Firmware}}<noinclude>[[Category:Main]]</noinclude> |