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 1: | Line 1: | ||
= xcb Functions = | = xcb Functions = | ||
== | == query == | ||
Usage example: | |||
=== Parameters === | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
! | ! Parameter !! Accepted values !! Example !! Description | ||
|- | |- | ||
| | | limit || (null)<br />Numbers up to 2048? || limit=2048 || Returned items limit | ||
|- | |- | ||
| | | table || (null)<br />MMS_MEDIA_TYPE_SYSTEM<br />MMS_MEDIA_TYPE_HDD<br />MMS_MEDIA_TYPE_PLUS<br />MMS_MEDIA_TYPE_PS3_BD ''(OFW 1.10)''<br />MMS_MEDIA_TYPE_PS3_DVD ''(OFW 1.10)''<br />MMS_MEDIA_TYPE_PS2_DVD ''(OFW 1.10)''<br />MMS_MEDIA_TYPE_PS2_CD ''(OFW 1.10)''<br />MMS_MEDIA_TYPE_PS1_CD ''(OFW 1.10)'' || table=MMS_MEDIA_TYPE_SYSTEM || Main search table? | ||
|- | |- | ||
| | | subclass || (null)<br />x-xcb/storagemedia-sdps2<br />x-xcb/storagemedia-sdps3<br />x-xcb/storagemedia-sdpsp<br />x-xcb/storagemedia-dspsp ''(OFW 1.10)''<br />x-xcb/storagemedia-psv<br />x-xcb/storagemedia-psmc<br />x-xcb/storagemedia-bdc<br />x-xcb/friendachievgroup<br />x-xcb/savedata-plus<br />x-xcb/friendachievflag || subclass=x-xcb/storagemedia-sdps2 || Filter by subclass? | ||
|- | |- | ||
| | | genre || (null)<br />Photo<br />Game<br />Music<br />Video || genre=Photo || Filter by genre? | ||
|- | |- | ||
| | | sort || (null)<br />Operators:</br>+ ''(increasing)''<br/>- ''(decreasing)'' || sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia :StorageMedia.timeInserted || Sorting | ||
|- | |- | ||
|} | |} | ||