Editing XMBML Functions
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 413: | Line 413: | ||
== xil://localhost/list? == | == xil://localhost/list? == | ||
Loads XIL information, in most cases this xil info is stored in a xil.xml configuration file. Usage example: | Loads XIL information, in most cases this xil info is stored in a xil.xml configuration file (music, tv, and video uses xil files, but not game). Usage example: | ||
<pre><Query class="type:x-xmb/folder-pixmap" key="seg_xil" attr="seg_xil" src="xil://localhost/list?t=music"/></pre> | <pre><Query class="type:x-xmb/folder-pixmap" key="seg_xil" attr="seg_xil" src="xil://localhost/list?t=music"/></pre> | ||
Line 440: | Line 440: | ||
== xil://localhost/item? == | == xil://localhost/item? == | ||
Found in explore_category_game.sprx | Found in explore_category_game.sprx | ||
<pre>xil://localhost/item?x=%d&y=%u&t=%llx</pre> | <pre>xil://localhost/item?x=%d&y=%u&t=%llx</pre> | ||
Line 449: | Line 449: | ||
|- | |- | ||
! x | ! x | ||
| || | | || | ||
|- | |- | ||
! y | ! y | ||
| || | | || | ||
|- | |- | ||
! t | ! t | ||
| || | | || | ||
|- | |- | ||
|} | |} | ||
= chat Functions = | = chat Functions = |