XMBML Mountpoints: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(overall cleanup) |
||
Line 1: | Line 1: | ||
{{cleanup}} | {{cleanup}} | ||
== | == xmlbddatamgmt == | ||
This is an example of an [[XMBML Structure]] | |||
Add this query in category_video.xml in the position you want it to appear | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{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>}} | |||
And add this at the bottom | |||
add this at the bottom | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<View id="seg_Videoiso"> | <View id="seg_Videoiso"> | ||
<Attributes> | <Attributes> | ||
Line 372: | Line 23: | ||
</Attributes> | </Attributes> | ||
<Items> | <Items> | ||
<Item | <Item class="type:x-xmb/xmlbddatamgmt" key="videoisos" attr="videoisos" src="#seg_ISOS"/> | ||
</Items> | </Items> | ||
</View> | </View> | ||
Line 383: | Line 29: | ||
<View id="seg_ISOS"> | <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_BDISO" src="host://localhost/q?path=/dev_hdd0/BDISO&suffix=.iso&subclass=x-host/xmlbddatamgmt"/> | |||
</Items> | </Items> | ||
</View> | </View> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
*'''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 | |||
Revision as of 18:57, 15 October 2014
This article is marked for cleanup/reorganize in proper wiki format. You can help PS3 Developer wiki by editing it. |
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 at the bottom
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