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"> | ||
<Query class="type:x-xmb/folder-pixmap" key="seg_Video_iso" attr="seg_Video_iso" src="#seg_Videoiso"/> | |||
</View> | </View> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
Line 16: | Line 14: | ||
And add this segments at the bottom | And add this segments at the bottom | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<View id="seg_Videoiso"> | |||
<Attributes> | <Attributes> | ||
<Table key=" | <Table key="videoisos"> | ||
<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=" | <Item class="type:x-xmb/xmlbddatamgmt" key="videoisos" attr="videoisos" src="#seg_ISOS"/> | ||
</Items> | </Items> | ||
</View> | </View> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<View id=" | <View id="seg_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 42: | Line 40: | ||
**Adding of Videos: BDISO from /dev_hdd0/BDISO/[name].iso, and DVDISO from /dev_hdd0/DVDISO/[name].iso | **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 | **After selecting in [videos]/[name.iso] must play through ps3 vidplayer | ||