XMBML Functions: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(→‎Objects and fields: new object device)
(→‎xcb Functions: links to xmb databse)
Line 72: Line 72:
| Run function (from envirmont variables?) || rqueryenv || (null)<br />backup || rqueryenv=backup
| Run function (from envirmont variables?) || rqueryenv || (null)<br />backup || rqueryenv=backup
|-
|-
| Search condition || cond || (null)<br />Any combination of [[#Objects_and_fields]]<br />Any combination of [[#Operators]] || cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF
| Search condition || cond || (null)<br />Any combination of objects and fields (see [[http://www.ps3devwiki.com/wiki/XMB_database]])<br />Any combination of [[#Operators]] || cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF
|-
|-
|}
|}
Line 97: Line 97:
| Filter by genre? || genre || (null)<br />Photo<br />Game<br />Music<br />Video<br/>BdData || genre=Photo
| Filter by genre? || genre || (null)<br />Photo<br />Game<br />Music<br />Video<br/>BdData || genre=Photo
|-
|-
| Sorting || sort || (null)<br />Any combination of [[#Objects_and_fields]]<br />'''Operators:'''</br>+ ''[increasing]''<br/>- ''[decreasing]'' || sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia :StorageMedia.timeInserted
| Sorting || sort || (null)<br />Any combination of objects and fields (see [[http://www.ps3devwiki.com/wiki/XMB_database]])<br />'''Operators:'''</br>+ ''[increasing]''<br/>- ''[decreasing]'' || sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia :StorageMedia.timeInserted
|-
|-
| Sorting (from registory.xml variables) || ssort || (null)<br />Variables from registory.xml || ssort=root.sort_selected.friend_named
| Sorting (from registory.xml variables) || ssort || (null)<br />Variables from registory.xml || ssort=root.sort_selected.friend_named
|-
|-
| Search condition || cond || (null)<br />Any combination of [[#Objects_and_fields]]<br />Any combination of [[#Operators]] || cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF
| Search condition || cond || (null)<br />Any combination of objects and fields (see [[http://www.ps3devwiki.com/wiki/XMB_database]])<br />Any combination of [[#Operators]] || cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF
|-
|-
| Search condition (from registory.xml variables) || scond || (null)<br />Variables from registory.xml || scond=root.cond_selected.gamelist_format
| Search condition (from registory.xml variables) || scond || (null)<br />Variables from registory.xml || scond=root.cond_selected.gamelist_format
Line 193: Line 193:
|-
|-
| OGL || Or greater or equal than and less or equal than || OGL+Person:Person.stat.presence 2 6
| OGL || Or greater or equal than and less or equal than || OGL+Person:Person.stat.presence 2 6
|-
|}
== Objects and fields ==
=== Device ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
|-
|}
=== Directory ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| Directory || Directory:Common.fileName || (null)
|-
| Directory || Directory:Common.dirPath  || (null)<br/>/dev_hdd0/vsh/bdplayer/BD_BUDB
|-
| Directory || Directory:Common.title || (null)
|-
| Directory || Directory:Common.titleForSort || (null)
|-
| Directory || Directory:Common.timeModified || (null)
|-
| Directory || Directory:Common.thumbnail || (null)
|-
| Directory || Directory:Common.size || (null)
|-
| Directory || Directory:Common.stat.contentsStatus || (null)
|-
| Directory || Directory:Directory.reserved1 || (null)<br/>%01<br/>%02<br/>%03
|-
| Directory || Directory:Directory.reserved2 || (null)
|-
| Directory || Directory:Directory.numOfItems || (null)
|-
|}
=== StorageMedia ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| StorageMedia || StorageMedia:Common.title || (null)
|-
| StorageMedia || StorageMedia:Common.titleForSort || (null)
|-
| StorageMedia || StorageMedia:Common.dirPath || (null)
|-
| StorageMedia || StorageMedia:Common.fileName || (null)<br/>EX_GAME<br/>THEMEDIR<br/>EX_VIDEO<br/>VIDEODIR<br/>(any file or dir name?)
|-
| StorageMedia || StorageMedia:Common.timeCreated || (null)
|-
| StorageMedia || StorageMedia:Common.timeModified || (null)
|-
| StorageMedia || StorageMedia:Common.copyright || (null)
|-
| StorageMedia || StorageMedia:Common.thumbnail || (null)
|-
| StorageMedia || StorageMedia:Common.altThumbnail || (null)
|-
| StorageMedia || StorageMedia:Common.owner || (null)
|-
| StorageMedia || StorageMedia:Common.stat.timeImported || (null)
|-
| StorageMedia || StorageMedia:Common.stat.playCount || (null)
|-
| StorageMedia || StorageMedia:Common.stat.promoterStatus || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.id || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.hybrid || (null)<br/>HYBRID
|-
| StorageMedia || StorageMedia:StorageMedia.isRom || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.type || (null)<br/>%xCB_MEDIA_TYPE_AAD<br/>%xCB_MEDIA_TYPE_AADWM<br/>%xCB_MEDIA_TYPE_BDMR<br/>%xCB_MEDIA_TYPE_BDMRE<br/>%xCB_MEDIA_TYPE_BDROM<br/>%xCB_MEDIA_TYPE_CDDA<br/>%xCB_MEDIA_TYPE_CDMR<br/>%xCB_MEDIA_TYPE_CDMRW<br/>%xCB_MEDIA_TYPE_CDROM<br/>%xCB_MEDIA_TYPE_CF<br/>%xCB_MEDIA_TYPE_DLNA<br/>%xCB_MEDIA_TYPE_DSD<br/>%xCB_MEDIA_TYPE_DVDMR<br/>%xCB_MEDIA_TYPE_DVDMRW<br/>%xCB_MEDIA_TYPE_DVDPR<br/>%xCB_MEDIA_TYPE_DVDPRW<br/>%xCB_MEDIA_TYPE_DVDROM<br/>%xCB_MEDIA_TYPE_FLASH<br/>%xCB_MEDIA_TYPE_HDD<br/>%xCB_MEDIA_TYPE_MS_IOX<br/>%xCB_MEDIA_TYPE_MS_MG<br/>%xCB_MEDIA_TYPE_MS_PRO<br/>%xCB_MEDIA_TYPE_MS_R<br/>%xCB_MEDIA_TYPE_MS_STD<br/>%xCB_MEDIA_TYPE_NETSHARE<br/>%xCB_MEDIA_TYPE_PDA<br/>%xCB_MEDIA_TYPE_PS1MC<br/>%xCB_MEDIA_TYPE_PS1_CD<br/>%xCB_MEDIA_TYPE_PS2MC<br/>%xCB_MEDIA_TYPE_PS2_CD<br/>%xCB_MEDIA_TYPE_PS2_DVD<br/>%xCB_MEDIA_TYPE_PS3_BD<br/>%xCB_MEDIA_TYPE_PS3_DVD<br/>%xCB_MEDIA_TYPE_RESERVED_4<br/>%xCB_MEDIA_TYPE_RESERVED_5<br/>%xCB_MEDIA_TYPE_RESERVED_6<br/>%xCB_MEDIA_TYPE_RESERVED_7<br/>%xCB_MEDIA_TYPE_RESERVED_8<br/>%xCB_MEDIA_TYPE_RESERVED_9<br/>%xCB_MEDIA_TYPE_SACD<br/>%xCB_MEDIA_TYPE_SD<br/>%xCB_MEDIA_TYPE_SYSTEM<br/>%xCB_MEDIA_TYPE_UNKNOWN<br/>%xCB_MEDIA_TYPE_USBMASS<br/>%xCB_MEDIA_TYPE_USBPSP<br/>%xCB_MEDIA_TYPE_VMC<br/>%xCB_MEDIA_TYPE_WM
|-
| StorageMedia || StorageMedia:StorageMedia.deviceType || (null)<br/>%xCB_DEVICE_TYPE_CF<br/>%xCB_DEVICE_TYPE_ETHER<br/>%xCB_DEVICE_TYPE_HDD<br/>%xCB_DEVICE_TYPE_MS<br/>%xCB_DEVICE_TYPE_OPTICAL_DRIVE<br/>%xCB_DEVICE_TYPE_RESERVED_4<br/>%xCB_DEVICE_TYPE_RESERVED_5<br/>%xCB_DEVICE_TYPE_RESERVED_6<br/>%xCB_DEVICE_TYPE_RESERVED_7<br/>%xCB_DEVICE_TYPE_SD<br/>%xCB_DEVICE_TYPE_UNKNOWN<br/>%xCB_DEVICE_TYPE_USBAAD<br/>%xCB_DEVICE_TYPE_USBAADWM<br/>%xCB_DEVICE_TYPE_USBCAMERA<br/>%xCB_DEVICE_TYPE_USBMASS<br/>%xCB_DEVICE_TYPE_USBMCA<br/>%xCB_DEVICE_TYPE_USBPSP<br/>%xCB_DEVICE_TYPE_USBPSP_FLASH<br/>%xCB_DEVICE_TYPE_USBPSP_HDD<br/>%xCB_DEVICE_TYPE_USBPSP_MS<br/>%xCB_DEVICE_TYPE_USBVIDEO<br/>%xCB_DEVICE_TYPE_USBWM
|-
| StorageMedia || StorageMedia:StorageMedia.deviceName || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.mediaFormat || (null)<br/>%xCB_MEDIA_FORMAT_AVCHD<br/>%xCB_MEDIA_FORMAT_BDAV<br/>%xCB_MEDIA_FORMAT_BDMV<br/>%xCB_MEDIA_FORMAT_BD_DATA<br/>%xCB_MEDIA_FORMAT_CDDA<br/>%xCB_MEDIA_FORMAT_CD_DATA<br/>%xCB_MEDIA_FORMAT_CF_DATA<br/>%xCB_MEDIA_FORMAT_DATA<br/>%xCB_MEDIA_FORMAT_DLNA<br/>%xCB_MEDIA_FORMAT_DSD<br/>%xCB_MEDIA_FORMAT_DVDMVR<br/>%xCB_MEDIA_FORMAT_DVDPVR<br/>%xCB_MEDIA_FORMAT_DVD_DATA<br/>%xCB_MEDIA_FORMAT_DVD_VIDEO<br/>%xCB_MEDIA_FORMAT_HDD_DATA<br/>%xCB_MEDIA_FORMAT_MS_DATA<br/>%xCB_MEDIA_FORMAT_PS1GAME_CD<br/>%xCB_MEDIA_FORMAT_PS1MC<br/>%xCB_MEDIA_FORMAT_PS2GAME_CD<br/>%xCB_MEDIA_FORMAT_PS2GAME_DVD<br/>%xCB_MEDIA_FORMAT_PS2MC<br/>%xCB_MEDIA_FORMAT_PS3CONTENT_BD<br/>%xCB_MEDIA_FORMAT_PS3CONTENT_DVD<br/>%xCB_MEDIA_FORMAT_PS3GAME_BD<br/>%xCB_MEDIA_FORMAT_PS3GAME_DVD<br/>%xCB_MEDIA_FORMAT_PSP_DATA<br/>%xCB_MEDIA_FORMAT_RESERVED_5<br/>%xCB_MEDIA_FORMAT_RESERVED_6<br/>%xCB_MEDIA_FORMAT_RESERVED_7<br/>%xCB_MEDIA_FORMAT_RESERVED_8<br/>%xCB_MEDIA_FORMAT_RESERVED_9<br/>%xCB_MEDIA_FORMAT_RESERVED_A<br/>%xCB_MEDIA_FORMAT_SACD<br/>%xCB_MEDIA_FORMAT_SD_DATA<br/>%xCB_MEDIA_FORMAT_UNFORMATTED<br/>%xCB_MEDIA_FORMAT_UNKNOWN
|-
| StorageMedia || StorageMedia:StorageMedia.timeInserted || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.sortOrder || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.numOfItems || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.autoFocus || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.capability || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.secureEnable || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.clusterSize || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.mridList || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.regionCode || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.promotedProfInfo || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.optionalInfo || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.capability || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.reserved20 || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.reserved21 || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.reserved23 || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.reserved24 || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.reserved25 || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.reserved26 || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.reserved27 || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.reserved28 || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.reserved29 || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.stat.id || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.stat.nickname || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.stat.version || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.stat.usedSpace || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.stat.freeSpace || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.stat.resumeFlag || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.stat.protectFlag || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.stat.protectResult || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.stat.mpProtectFlag || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.stat.mpProtectRes || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.stat.writeFlag || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.stat.firstPlay || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.stat.key || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.stat.mediaStatus || (null)<br/>%xCB_MEDIA_INSERTED
|-
| StorageMedia || StorageMedia:StorageMedia.video.tvSystem || (null)
|-
| StorageMedia || StorageMedia:StorageMedia.audio.channelType || (null)
|}
=== Game ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| Game || Game:Game.title00 || (null)
|-
| Game || Game:Game.title01 || (null)
|-
| Game || Game:Game.title02 || (null)
|-
| Game || Game:Game.title03 || (null)
|-
| Game || Game:Game.title04 || (null)
|-
| Game || Game:Game.title05 || (null)
|-
| Game || Game:Game.title06 || (null)
|-
| Game || Game:Game.title07 || (null)
|-
| Game || Game:Game.title08 || (null)
|-
| Game || Game:Game.title09 || (null)
|-
| Game || Game:Game.title10 || (null)
|-
| Game || Game:Game.title11 || (null)
|-
| Game || Game:Game.title12 || (null)
|-
| Game || Game:Game.title13 || (null)
|-
| Game || Game:Game.title14 || (null)
|-
| Game || Game:Game.title15 || (null)
|-
| Game || Game:Game.title16 || (null)
|-
| Game || Game:Game.title17 || (null)
|-
| Game || Game:Game.title18 || (null)
|-
| Game || Game:Game.title19 || (null)
|-
| Game || Game:Game.title%02d || (null)
|-
| Game || Game:Game.titleId || (null)<br/>SCEAPPS01<br/>SCEAPPS02<br/>SCEAPPS03<br/>NPIA00002 (Folding@home)<br/>NPIA00005 (Playstation home)<br/>Any other game ID
|-
| Game || Game:Game.subTitle || (null)
|-
| Game || Game:Game.subTitleId || (null)
|-
| Game || Game:Game.detail || (null)
|-
| Game || Game:Game.parentalLevel || (null)
|-
| Game || Game:Game.broken || (null)<br/>0<br/>1
|-
| Game || Game:Game.contentUrl || (null)
|-
| Game || Game:Game.resolution || (null)
|-
| Game || Game:Game.soundFormat || (null)
|-
| Game || Game:Game.xmbApps || (null)
|-
| Game || Game:Game.commerceParam || (null)
|-
| Game || Game:Game.region || (null)
|-
| Game || Game:Game.bootable || (null)
|-
| Game || Game:Game.ps3SystemVer || (null)
|-
| Game || Game:Game.tmpDirName || (null)
|-
| Game || Game:Game.category || (null)<br/>1P (Game - PS1 Game)<br/>2P (Game - PS2 Game)<br/>2D (Game - PS2 Emulator Data)<br/>AM (Music, ex: Qriocity Music Unlimited)<br/>AP (Photo, ex: Play Memories)<br/>AT (TV, ex: QOOK TV, Now TV)<br/>AV (Video, ex: Netflix, LoveFilm)<br/>BV (Video, ??????)<br/>CB (Network, ex: Life with Playstation, Folding@home)<br/>GD (Game - Game Data)<br/>HM (Music, ??????)<br/>HG (Game - HDD Game)<br/>MN? (Game - PSP Mini Game)<br/>PP (Game - PSP Game?)<br/>SD? (Game - Game Save Data)<br/>VF (??????)<br/>WT (??????)<br/>XR (??????)<br/>IP (??????)<br/>DP (??????)
|-
| Game || Game:Game.gameCategory || (null)
|-
| Game || Game:Game.timeModified || (null)
|-
| Game || Game:Game.license || (null)
|-
| Game || Game:Game.attribute || (null)
|-
| Game || Game:Game.gameDataID || (null)
|-
| Game || Game:Game.patchFile || (null)
|-
| Game || Game:Game.version || (null)
|-
| Game || Game:Game.param1 || (null)
|-
| Game || Game:Game.param2 || (null)
|-
| Game || Game:Game.reserved22 || (null)
|-
| Game || Game:Game.reserved23 || (null)
|-
| Game || Game:Game.reserved24 || (null)
|-
| Game || Game:Game.reserved25 || (null)
|-
| Game || Game:Game.reserved26 || (null)
|-
| Game || Game:Game.reserved27 || (null)
|-
| Game || Game:Game.reserved28 || (null)
|-
| Game || Game:Common.dirPath || (null)<br/>/dev_hdd0/game
|-
| Game || Game:Common.fileName || (null)<br/>SCEAPPS01<br/>SCEAPPS02<br/>SCEAPPS03<br/>NPIA00002 (Folding@home)<br/>NPIA00005 (Playstation home)<br/>Any other game ID
|-
| Game || Game:Common.title || (null)
|-
| Game || Game:Common.titleForSort || (null)
|-
| Game || Game:Common.size || (null)
|-
| Game || Game:Common.timeCreated || (null)
|-
| Game || Game:Common.timeCreatedUTC || (null)
|-
| Game || Game:Common.tags || (null)
|-
| Game || Game:Common.reserved24 || (null)
|-
| Game || Game:Common.stat.contentsStatus || (null)<br/>%xCB_CONTENT_STATUS_AVAILABLE<br/>%xCB_CONTENT_STATUS_BROKEN<br/>%xCB_CONTENT_STATUS_INACTIVE<br/>%xCB_CONTENT_STATUS_NETSHARE_LOCAL<br/>%xCB_CONTENT_STATUS_NETSHARE_MODIFIED<br/>%xCB_CONTENT_STATUS_NOP<br/>%xCB_CONTENT_STATUS_NOTSUPPORTED<br/>%xCB_CONTENT_STATUS_OPERATION_INPROGRESS<br/>%xCB_CONTENT_STATUS_PLAYING<br/>%xCB_CONTENT_STATUS_RECORDING<br/>%xCB_CONTENT_STATUS_RECOVERABLE<br/>%xCB_CONTENT_STATUS_RESERVED<br/>%xCB_CONTENT_STATUS_RESERVED4<br/>%xCB_CONTENT_STATUS_UNKNOWN
|-
| Game || Game:Common.stat.rating || (null)<br/>299<br/>300<br/>(any other number?)
|-
| Game || Game:Common.stat.playCount || (null)
|-
| Game || Game:Common.stat.timeLastUsed || (null)
|-
|}
=== GameList ===
{| class="wikitable sortable"
|-
| GameList || GameList:Common.title || (null)
|-
| GameList || GameList:Common.titleForSort || (null)<br/>2000<br/>4000
|-
| GameList || GameList:Common.fileName || (null)
|-
| GameList || GameList:Common.refCount || (null)
|-
| GameList || GameList:Common.size || (null)
|-
| GameList || GameList:Common.timeModified || (null)
|-
| GameList || GameList:Common.owner || (null)<br/>%xUserId
|-
| GameList || GameList:GameList.numOfItems || (null)
|-
| GameList || GameList:GameList.type || (null)<br/>%xCB_LIST_TYPE_PS1SAVEDATA_TITLE<br/>%xCB_LIST_TYPE_PS2SAVEDATA_TITLE<br/>%xCB_LIST_TYPE_PS3SAVEDATA_TITLE<br/>%xCB_LIST_TYPE_PSPSAVEDATA_TITLE<br/>%xCB_LIST_TYPE_GAME_TAGS<br/>%xCB_LIST_TYPE_GAME_FORMAT<br/>%xCB_LIST_TYPE_GAME_USER_DEFINED
|-
|}
=== Photo ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| Photo || Photo:Common.title || (null)
|-
| Photo || Photo:Common.titleForSort || (null)
|-
| Photo || Photo:Common.dirPath || (null)
|-
| Photo || Photo:Common.fileName || (null)
|-
| Photo || Photo:Common.size || (null)
|-
| Photo || Photo:Common.permission || (null)
|-
| Photo || Photo:Common.tags || (null)
|-
| Photo || Photo:Common.timeCreated || (null)
|-
| Photo || Photo:Common.timeCreatedUTC || (null)
|-
| Photo || Photo:Common.timeModified || (null)
|-
| Photo || Photo:Common.reserved || (null)
|-
| Photo || Photo:Common.thumbnail || (null)
|-
| Photo || Photo:Common.altThumbnail || (null)
|-
| Photo || Photo:Common.thumbnailOffset || (null)
|-
| Photo || Photo:Common.thumbnailSize || (null)
|-
| Photo || Photo:Common.stat.timeImported || (null)
|-
| Photo || Photo:Common.stat.timeImportedTicks || (null)
|-
| Photo || Photo:Common.stat.contentsStatus || (null)<br/>%xCB_CONTENT_STATUS_AVAILABLE<br/>%xCB_CONTENT_STATUS_BROKEN<br/>%xCB_CONTENT_STATUS_INACTIVE<br/>%xCB_CONTENT_STATUS_NETSHARE_LOCAL<br/>%xCB_CONTENT_STATUS_NETSHARE_MODIFIED<br/>%xCB_CONTENT_STATUS_NOP<br/>%xCB_CONTENT_STATUS_NOTSUPPORTED<br/>%xCB_CONTENT_STATUS_OPERATION_INPROGRESS<br/>%xCB_CONTENT_STATUS_PLAYING<br/>%xCB_CONTENT_STATUS_RECORDING<br/>%xCB_CONTENT_STATUS_RECOVERABLE<br/>%xCB_CONTENT_STATUS_RESERVED<br/>%xCB_CONTENT_STATUS_RESERVED4<br/>%xCB_CONTENT_STATUS_UNKNOWN
|-
| Photo || Photo:Photo.orientation || (null)
|-
| Photo || Photo:Photo.codec || (null)
|-
| Photo || Photo:Photo.width || (null)
|-
| Photo || Photo:Photo.height || (null)
|-
| Photo || Photo:Photo.reserved24 || (null)
|-
| Photo || Photo:Photo.reserved25 || (null)
|-
| Photo || Photo:Photo_Ex.description || (null)
|-
| Photo || Photo:Photo_Ex.fileNumber || (null)
|-
| Photo || Photo:Photo_Ex.resolution || (null)
|-
| Photo || Photo:Photo_Ex.resolutionUnit || (null)
|-
| Photo || Photo:Photo_Ex.modelName || (null)
|-
| Photo || Photo:Photo_Ex.timeDigitized || (null)
|-
| Photo || Photo:Photo_Ex.exifVersion || (null)
|-
| Photo || Photo:Photo.ext.gameDescription || (null)
|-
|}
=== PhotoList ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| PhotoList || PhotoList:Common.title || (null)
|-
| PhotoList || PhotoList:Common.titleForSort || (null)
|-
| PhotoList || PhotoList:Common.dirPath || (null)
|-
| PhotoList || PhotoList:Common.fileName || (null)
|-
| PhotoList || PhotoList:Common.size || (null)
|-
| PhotoList || PhotoList:Common.stat.timeImportedTicks || (null)
|-
| PhotoList || PhotoList:PhotoList.numOfItems || (null)
|-
| PhotoList || PhotoList:PhotoList.type || (null)<br/>%xCB_LIST_TYPE_PHOTO_ALBUM<br/>%xCB_LIST_TYPE_PHOTO_ALBUM_DAY<br/>%xCB_LIST_TYPE_PHOTO_ALBUM_MONTH<br/>%xCB_LIST_TYPE_PHOTO_ALBUM_YEAR<br/>%xCB_LIST_TYPE_PHOTO_LABEL<br/>%xCB_LIST_TYPE_PHOTO_NETSHARE_FRIEND_ALBUM<br/>%xCB_LIST_TYPE_PHOTO_NETSHARE_INVITED_ALBUM<br/>%xCB_LIST_TYPE_PHOTO_NETSHARE_MY_ALBUM<br/>%xCB_LIST_TYPE_PHOTO_NETSHARE_VIRTUAL_ALL<br/>%xCB_LIST_TYPE_PHOTO_NETSHARE_VIRTUAL_FEATURED<br/>%xCB_LIST_TYPE_PHOTO_NETSHARE_VIRTUAL_KEYWORD_SEARCH<br/>%xCB_LIST_TYPE_PHOTO_PICCTO<br/>%xCB_LIST_TYPE_PHOTO_PLAYLIST<br/>%xCB_LIST_TYPE_PHOTO_PSP_PLAYLIST<br/>%xCB_LIST_TYPE_PHOTO_TAGS<br/>%xCB_LIST_TYPE_PHOTO_USER_DEFINED
|-
| PhotoList || PhotoList:PhotoList.reserved22 || (null)
|-
|}
=== Music ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| Music || Music:Common.title || (null)
|-
| Music || Music:Common.titleForSort || (null)
|-
| Music || Music:Common.dirPath || (null)
|-
| Music || Music:Common.fileName || (null)
|-
| Music || Music:Common.size || (null)
|-
| Music || Music:Common.permission || (null)
|-
| Music || Music:Common.timeModified || (null)
|-
| Music || Music:Common.drmTypeStr || (null)
|-
| Music || Music:Common.thumbnail || (null)
|-
| Music || Music:Common.altThumbnail || (null)
|-
| Music || Music:Common.thumbnailOffset || (null)
|-
| Music || Music:Common.thumbnailSize || (null)
|-
| Music || Music:Common.reserved1 || (null)
|-
| Music || Music:Common.stat.timeImported || (null)
|-
| Music || Music:Common.stat.playCount || (null)
|-
| Music || Music:Common.stat.timeLastUsed || (null)
|-
| Music || Music:Common.stat.contentsStatus || (null)<br/>%xCB_CONTENT_STATUS_AVAILABLE<br/>%xCB_CONTENT_STATUS_BROKEN<br/>%xCB_CONTENT_STATUS_INACTIVE<br/>%xCB_CONTENT_STATUS_NETSHARE_LOCAL<br/>%xCB_CONTENT_STATUS_NETSHARE_MODIFIED<br/>%xCB_CONTENT_STATUS_NOP<br/>%xCB_CONTENT_STATUS_NOTSUPPORTED<br/>%xCB_CONTENT_STATUS_OPERATION_INPROGRESS<br/>%xCB_CONTENT_STATUS_PLAYING<br/>%xCB_CONTENT_STATUS_RECORDING<br/>%xCB_CONTENT_STATUS_RECOVERABLE<br/>%xCB_CONTENT_STATUS_RESERVED<br/>%xCB_CONTENT_STATUS_RESERVED4<br/>%xCB_CONTENT_STATUS_UNKNOWN
|-
| Music || Music:Music.codec || (null)<br/>%xCB_CODEC_TYPE_AAC<br/>%xCB_CODEC_TYPE_AC3<br/>%xCB_CODEC_TYPE_ALAC<br/>%xCB_CODEC_TYPE_AT3<br/>%xCB_CODEC_TYPE_AT3P<br/>%xCB_CODEC_TYPE_ATALL<br/>%xCB_CODEC_TYPE_AVC<br/>%xCB_CODEC_TYPE_BMP<br/>%xCB_CODEC_TYPE_DIVX<br/>%xCB_CODEC_TYPE_DNG<br/>%xCB_CODEC_TYPE_DSD<br/>%xCB_CODEC_TYPE_GIF<br/>%xCB_CODEC_TYPE_JPEG<br/>%xCB_CODEC_TYPE_JPEG_TRANSCODED<br/>%xCB_CODEC_TYPE_LPCM<br/>%xCB_CODEC_TYPE_LPCM_TRANSCODED<br/>%xCB_CODEC_TYPE_MOTIONJPEG<br/>%xCB_CODEC_TYPE_MP3<br/>%xCB_CODEC_TYPE_MPEG1<br/>%xCB_CODEC_TYPE_MPEG1_LAYER1<br/>%xCB_CODEC_TYPE_MPEG1_LAYER2<br/>%xCB_CODEC_TYPE_MPEG1_LAYER3<br/>%xCB_CODEC_TYPE_MPEG2<br/>%xCB_CODEC_TYPE_MPEG2_LAYER1<br/>%xCB_CODEC_TYPE_MPEG2_LAYER2<br/>%xCB_CODEC_TYPE_MPEG2_LAYER3<br/>%xCB_CODEC_TYPE_MPEG2_TRANSCODED<br/>%xCB_CODEC_TYPE_MPEG2_TS<br/>%xCB_CODEC_TYPE_MPEG2_TS_CP_HEADER<br/>%xCB_CODEC_TYPE_MPEG2_TS_TRANSCODED<br/>%xCB_CODEC_TYPE_MPEG4<br/>%xCB_CODEC_TYPE_PNG<br/>%xCB_CODEC_TYPE_PNG_TRANSCODED<br/>%xCB_CODEC_TYPE_PPS<br/>%xCB_CODEC_TYPE_RAW_CANON<br/>%xCB_CODEC_TYPE_RAW_NIKON<br/>%xCB_CODEC_TYPE_RAW_SONY<br/>%xCB_CODEC_TYPE_RESERVED_1<br/>%xCB_CODEC_TYPE_RESERVED_2<br/>%xCB_CODEC_TYPE_RESERVED_7<br/>%xCB_CODEC_TYPE_RESERVED_8<br/>%xCB_CODEC_TYPE_RESERVED_9<br/>%xCB_CODEC_TYPE_TIFF<br/>%xCB_CODEC_TYPE_UNKNOWN<br/>%xCB_CODEC_TYPE_U_LAW<br/>%xCB_CODEC_TYPE_WAV<br/>%xCB_CODEC_TYPE_WMA<br/>%xCB_CODEC_TYPE_WMV
|-
| Music || Music:Music.channelType || (null)
|-
| Music || Music:Music.samplingRate || (null)
|-
| Music || Music:Music.quantizationBitRate || (null)
|-
| Music || Music:Music.bitrate || (null)
|-
| Music || Music:Music.reserved1 || (null)
|-
| Music || Music:Music.reserved2 || (null)
|-
| Music || Music:Music.ext.timeReleased || (null)
|-
| Music || Music:Music.ext.gameDescription || (null)
|-
| Music || Music:MusicServed.genre || (null)
|-
| Music || Music:MusicServed.player || (null)
|-
| Music || Music:MusicServed.listTitle || (null)
|-
| Music || Music:MusicServed.trackNumber || (null)
|-
| Music || Music:MusicServed.numOfTracks || (null)
|-
| Music || Music:MusicServed.discNumber || (null)
|-
| Music || Music:MusicServed.duration || (null)
|-
| Music || Music:MusicServed.groupId || (null)
|-
| Music || Music:MusicServed.playerForSort || (null)
|-
| Music || Music:MusicServed.genreForSort || (null)
|-
| Music || Music:MusicServed.listTitleForSort || (null)
|-
| Music || Music:MusicServed_Ex.description || (null)
|-
| Music || Music:MusicIntelligent.bpm || (null)
|-
|}
=== MusicList ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| MusicList || MusicList:Common.title || (null)
|-
| MusicList || MusicList:Common.titleForSort || (null)
|-
| MusicList || MusicList:Common.refCount || (null)
|-
| MusicList || MusicList:Common.size || (null)
|-
| MusicList || MusicList:Common.timeCreated || (null)
|-
| MusicList || MusicList:Common.timeModified || (null)
|-
| MusicList || MusicList:Common.dirPath || (null)<br/>cdda://<br/>sacd://
|-
| MusicList || MusicList:Common.fileName || (null)<br/>00
|-
| MusicList || MusicList:Common.thumbnail || (null)
|-
| MusicList || MusicList:Common.stat.timeImportedTicks || (null)
|-
| MusicList || MusicList:MusicList.type || (null)<br/>%xCB_LIST_TYPE_MUSIC_ALBUM<br/>%xCB_LIST_TYPE_MUSIC_ALBUM_AMG<br/>%xCB_LIST_TYPE_MUSIC_ALBUM_TOC<br/>%xCB_LIST_TYPE_MUSIC_ALBUM_USERMODIFIED<br/>%xCB_LIST_TYPE_MUSIC_GROUP<br/>%xCB_LIST_TYPE_MUSIC_PLAYLIST<br/>%xCB_LIST_TYPE_MUSIC_PLAYLIST_ARTIST<br/>%xCB_LIST_TYPE_MUSIC_PLAYLIST_GENRE<br/>%xCB_LIST_TYPE_MUSIC_PSP_PLAYLIST<br/>%xCB_LIST_TYPE_MUSIC_RELEASEDYEAR<br/>%xCB_LIST_TYPE_MUSIC_TRACKNAME_INITIAL<br/>%xCB_LIST_TYPE_MUSIC_USER_DEFINED
|-
| MusicList || MusicList:MusicList.numOfItems || (null)
|-
| MusicList || MusicList:MusicList.mridList || (null)
|-
| MusicList || MusicList:MusicList.reserved1 || (null)
|-
| MusicList || MusicList:MusicList.reserved2 || (null)
|-
| MusicList || MusicList:MusicListServed.genre || (null)
|-
| MusicList || MusicList:MusicListServed.genreForSort || (null)
|-
| MusicList || MusicList:MusicListServed.duration || (null)
|-
| MusicList || MusicList:MusicListServed.player || (null)
|-
| MusicList || MusicList:MusicListServed.playerForSort || (null)
|-
| MusicList || MusicList:MusicListServed.groupId || (null)
|-
| MusicList || MusicList:MusicListServed_Ex.description || (null)
|-
|}
=== Video ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| Video || Video:Common.title || (null)
|-
| Video || Video:Common.titleForSort || (null)
|-
| Video || Video:Common.drmType || (null)
|-
| Video || Video:Common.drmTypeStr || (null)
|-
| Video || Video:Common.fileName || (null)
|-
| Video || Video:Common.dirPath || (null)
|-
| Video || Video:Common.fileFormatType || (null)<br/>%xCB_FILEFORMAT_TYPE_VIDEO_BACKUP
|-
| Video || Video:Common.size || (null)
|-
| Video || Video:Common.permission || (null)
|-
| Video || Video:Common.thumbnail || (null)
|-
| Video || Video:Common.altThumbnail || (null)
|-
| Video || Video:Common.altThumbnailOption || (null)
|-
| Video || Video:Common.tags || (null)
|-
| Video || Video:Common.reserved1 || (null)
|-
| Video || Video:Common.reserved2 || (null)
|-
| Video || Video:Common.reserved20 || (null)
|-
| Video || Video:Common.reserved24 || (null)
|-
| Video || Video:Common.timeCreated || (null)
|-
| Video || Video:Common.timeModified || (null)
|-
| Video || Video:Common.timeStart || (null)
|-
| Video || Video:Common.timeEnd || (null)
|-
| Video || Video:Common.stat.contentsStatus || (null)
|-
| Video || Video:Common.stat.playCount || (null)
|-
| Video || Video:Common.stat.duplicationAbility || (null)
|-
| Video || Video:Common.stat.timeImported || (null)
|-
| Video || Video:Common.stat.timeImportedTicks || (null)
|-
| Video || Video:Common.stat.rating || (null)
|-
| Video || Video:Video.audioCodec || (null)
|-
| Video || Video:Video.audioBitrate || (null)
|-
| Video || Video:Video.videoCodec || (null)
|-
| Video || Video:Video.videoBitrate || (null)
|-
| Video || Video:Video.width || (null)
|-
| Video || Video:Video.height || (null)
|-
| Video || Video:Video.duration || (null)
|-
| Video || Video:Video.altThumbnail || (null)
|-
| Video || Video:Video.altThumbnailOption || (null)
|-
| Video || Video:Video.thumbnailAvailability || (null)
|-
| Video || Video:Video.reserved3 || (null)
|-
| Video || Video:Video.reserved23 || (null)
|-
| Video || Video:Video.reserved27 || (null)
|-
| Video || Video:Video.reserved28 || (null)
|-
| Video || Video:Video.reserved29 || (null)
|-
| Video || Video:Video.reserved30 || (null)
|-
| Video || Video:Video.stat.protectFlag || (null)<br/>0
|-
| Video || Video:Video.stat.playListFlag || (null)
|-
| Video || Video:Video.ext.id || (null)
|-
| Video || Video:Video.ext.fileNumber || (null)<br/>000-0000
|-
| Video || Video:Video.ext.mediaFormat || (null)
|-
| Video || Video:Video.ext.timeReleased || (null)
|-
| Video || Video:Video.ext.friendlyName || (null)
|-
| Video || Video:Video.ext.titleEditDisabled || (null)
|-
| Video || Video:Video.ext.gameDescription || (null)
|-
| Video || Video:VideoServed.parentalLevel || (null)
|-
| Video || Video:VideoServed.diskId || (null)
|-
| Video || Video:VideoServed.description || (null)
|-
| Video || Video:VideoServed_Ex.broadcastType || (null)
|-
| Video || Video:VideoServed_Ex.channel || (null)
|-
|}
=== VideoList ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| VideoList || VideoList:Common.title || (null)
|-
| VideoList || VideoList:Common.titleForSort || (null)
|-
| VideoList || VideoList:Common.size || (null)
|-
| VideoList || VideoList:Common.stat.timeImportedTicks || (null)
|-
| VideoList || VideoList:VideoList.type || (null)<br/>%xCB_LIST_TYPE_VIDEO_IMPORTEDMONTH<br/>%xCB_LIST_TYPE_VIDEO_PLAYLIST<br/>%xCB_LIST_TYPE_VIDEO_PSP_PLAYLIST<br/>%xCB_LIST_TYPE_VIDEO_TAGS<br/>%xCB_LIST_TYPE_VIDEO_TITLELIST<br/>%xCB_LIST_TYPE_VIDEO_TITLE_INITIAL<br/>%xCB_LIST_TYPE_VIDEO_USER_DEFINED
|-
| VideoList || VideoList:VideoList.numOfItems || (null)
|-
|}
=== Segment ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| Segment || Segment:Common.title || (null)
|-
| Segment || Segment:Common.dirPath || (null)
|-
| Segment || Segment:Common.fileName || (null)
|-
| Segment || Segment:Common.size || (null)
|-
| Segment || Segment:Common.timeModified || (null)
|-
| Segment || Segment:Common.fileName || (null)
|-
| Segment || Segment:Common.drmTypeStr || (null)
|-
| Segment || Segment:Common.thumbnail || (null)
|-
| Segment || Segment:Common.altThumbnail || (null)
|-
| Segment || Segment:Common.thumbnailOffset || (null)
|-
| Segment || Segment:Common.thumbnailSize || (null)
|-
| Segment || Segment:Common.stat.timeImported || (null)
|-
| Segment || Segment:Common.stat.timeLastUsed || (null)
|-
| Segment || Segment:Common.stat.playCount || (null)
|-
| Segment || Segment:Common.stat.contentsStatus || (null)
|-
| Segment || Segment:Segment.in || (null)
|-
| Segment || Segment:Segment.out || (null)
|-
| Segment || Segment:Segment.reserved2 || (null)
|-
| Segment || Segment:Music.quantizationBitRate || (null)
|-
| Segment || Segment:Music.bitrate || (null)
|-
| Segment || Segment:Music.codec || (null)
|-
| Segment || Segment:Music.samplingRate || (null)
|-
| Segment || Segment:Music.channelType || (null)
|-
| Segment || Segment:Music.ext.timeReleased || (null)
|-
| Segment || Segment:Music.ext.gameDescription || (null)
|-
| Segment || Segment:MusicServed.genre || (null)
|-
| Segment || Segment:MusicServed.player || (null)
|-
| Segment || Segment:MusicServed.listTitle || (null)
|-
| Segment || Segment:MusicServed.trackNumber || (null)
|-
| Segment || Segment:MusicServed.duration || (null)
|-
| Segment || Segment:MusicServed.numOfTracks || (null)
|-
| Segment || Segment:MusicServed.discNumber || (null)
|-
| Segment || Segment:MusicServed_Ex.description || (null)
|-
| Segment || Segment:MusicIntelligent.bpm || (null)
|-
|}
=== SegmentList ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| SegmentList || SegmentList:Common.title || (null)
|-
| SegmentList || SegmentList:Common.titleForSort || (null)
|-
| SegmentList || SegmentList:Common.size || (null)
|-
| SegmentList || SegmentList:Common.dirPath || (null)
|-
| SegmentList || SegmentList:Common.fileName || (null)
|-
| SegmentList || SegmentList:Common.altThumbnail || (null)
|-
| SegmentList || SegmentList:Common.timeCreated || (null)
|-
| SegmentList || SegmentList:Common.timeModified || (null)
|-
| SegmentList || SegmentList:Common.tags || (null)
|-
| SegmentList || SegmentList:Common.stat.timeImported || (null)
|-
| SegmentList || SegmentList:Common.stat.timeImportedTicks || (null)
|-
| SegmentList || SegmentList:Common.stat.contentsStatus || (null)
|-
| SegmentList || SegmentList:SegmentList.type || (null)<br/>4<br/>21
|-
| SegmentList || SegmentList:SegmentList.numOfItems || (null)
|-
| SegmentList || SegmentList:SegmentList.reserved0 || (null)
|-
| SegmentList || SegmentList:SegmentList.reserved1 || (null)
|-
| SegmentList || SegmentList:SegmentList.reserved2 || (null)
|-
| SegmentList || SegmentList:SegmentList.reserved3 || (null)
|-
| SegmentList || SegmentList:SegmentList.reserved4 || (null)
|-
|}
=== AchievTitle ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| AchievTitle || AchievTitle:Common.title || (null)
|-
| AchievTitle || AchievTitle:Common.titleForSort || (null)
|-
| AchievTitle || AchievTitle:Common.owner || (null)
|-
| AchievTitle || AchievTitle:Common.fileName || (null)
|-
| AchievTitle || AchievTitle:Common.dirPath || (null)<br/>./trophy<br/>%xUserHomeDir/trophy
|-
| AchievTitle || AchievTitle:Common.thumbnail || (null)
|-
| AchievTitle || AchievTitle:Common.timeModified || (null)
|-
| AchievTitle || AchievTitle:Common.stat.contentsStatus || (null)<br/>0<br/>1
|-
| AchievTitle || AchievTitle:AchievTitle.broken || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.parentalLevel || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.detail || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.flagNum || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.unlockedFlagNum || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.contentsStatus || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.unlockedFlagNum || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.reserved0 || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.reserved1 || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.reserved2 || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.reserved3 || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.reserved4 || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.reserved6 || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.npcommId || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.confDirPath || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.timeLastUnlocked || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.ex.unlockedFlagNum || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.ex.timeLastUpdate || (null)
|-
| AchievTitle || AchievTitle:AchievTitle.ex.timeLastUnlocked || (null)
|-
|}
=== AchievFlag ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| AchievFlag || AchievFlag:Common.title || (null)
|-
| AchievFlag || AchievFlag:Common.titleForSort || (null)
|-
| AchievFlag || AchievFlag:Common.thumbnail || (null)
|-
| AchievFlag || AchievFlag:Common.owner || (null)
|-
| AchievFlag || AchievFlag:Common.fileName || (null)<br/>FLG
|-
| AchievFlag || AchievFlag:Common.dirPath || (null)
|-
| AchievFlag || AchievFlag:Common.stat.contentsStatus || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.flagId || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.flagType || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.userFlagStatus || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.npcommId || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.broken || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.unlocked || (null)<br/>0<br/>1
|-
| AchievFlag || AchievFlag:AchievFlag.hidden || (null)<br/>0<br/>1
|-
| AchievFlag || AchievFlag:AchievFlag.timeUnlocked || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.confDirPath || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.detail || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.reserved0 || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.reserved1 || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.reserved2 || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.reserved3 || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.reserved4 || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.reserved5 || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.reserved6 || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.ex.timeUnlocked || (null)
|-
| AchievFlag || AchievFlag:AchievFlag.ex.unlocked || (null)
|-
|}
=== Person ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| Person || Person:Common.title || (null)
|-
| Person || Person:Common.titleForSort || (null)
|-
| Person || Person:Common.thumbnail || (null)
|-
| Person || Person:Common.altThumbnail || (null)
|-
| Person || Person:Common.timeCreated || (null)
|-
| Person || Person:Common.stat.timeLastUsed || (null)
|-
| Person || Person:Common.stat.contentsStatus || (null)
|-
| Person || Person:Person.friendId || (null)
|-
| Person || Person:Person.encodedId || (null)
|-
| Person || Person:Person.reserved1 || (null)
|-
| Person || Person:Person.reserved2 || (null)
|-
| Person || Person:Person.stat.userStatus || (null)
|-
| Person || Person:Person.stat.statusDetail || (null)
|-
| Person || Person:Person.stat.status || (null)<br/>2<br/>3<br/>4<br/>5<br/>6<br/>2 5
|-
| Person || Person:Person.stat.capability || (null)
|-
| Person || Person:Person.stat.presence || (null)<br/>2 6
|-
|}
=== BlockedPlayer ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| BlockedPlayer || BlockedPlayer:Common.title || (null)
|-
| BlockedPlayer || BlockedPlayer:Common.titleForSort || (null)
|-
| BlockedPlayer || BlockedPlayer:Common.owner || (null)<br/>%xUserId
|-
| BlockedPlayer || BlockedPlayer:Common.thumbnail || (null)
|-
| BlockedPlayer || BlockedPlayer:Common.altThumbnail || (null)
|-
| BlockedPlayer || BlockedPlayer:BlockedPlayer.friendId || (null)
|-
| BlockedPlayer || BlockedPlayer:BlockedPlayer.encodedId || (null)
|-
| BlockedPlayer || BlockedPlayer:BlockedPlayer.reserved1 || (null)
|-
| BlockedPlayer || BlockedPlayer:BlockedPlayer.friendId || (null)
|-
|}
=== PlayedPlayer ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| PlayedPlayer || PlayedPlayer:Common.title || (null)
|-
| PlayedPlayer || PlayedPlayer:Common.titleForSort || (null)
|-
| PlayedPlayer || PlayedPlayer:Common.owner || (null)<br/>%xUserId
|-
| PlayedPlayer || PlayedPlayer:Common.timeCreated || (null)
|-
| PlayedPlayer || PlayedPlayer:Common.thumbnail || (null)
|-
| PlayedPlayer || PlayedPlayer:PlayedPlayer.titleName || (null)
|-
| PlayedPlayer || PlayedPlayer:PlayedPlayer.description || (null)
|-
| PlayedPlayer || PlayedPlayer:PlayedPlayer.encodedId || (null)
|-
| PlayedPlayer || PlayedPlayer:PlayedPlayer.friendId || (null)
|-
| PlayedPlayer || PlayedPlayer:PlayedPlayer.reserved4 || (null)
|-
|}
=== Message ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| Message || Message:Common.titleForSort || (null)
|-
| Message || Message:Common.title || (null)
|-
| Message || Message:Common.thumbnail || (null)
|-
| Message || Message:Common.timeCreated || (null)
|-
| Message || Message:Common.size || (null)
|-
| Message || Message:Common.permission || (null)<br/>%xCB_PERMISSION_RRR
|-
| Message || Message:Common.owner || (null)<br/>%xUserId
|-
| Message || Message:Common.stat.contentsStatus || (null)
|-
| Message || Message:Message.type || (null)
|-
| Message || Message:Message.direction || (null)<br/>0<br/>1
|-
| Message || Message:Message.other || (null)
|-
| Message || Message:Message.buddyName || (null)
|-
| Message || Message:Message.encodedId || (null)
|-
| Message || Message:Message.body || (null)
|-
| Message || Message:Message.stat.status || (null)<br/>0
|-
|}
=== Ps3SaveData ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| Ps3SaveData || Ps3SaveData:Common.title || (null)
|-
| Ps3SaveData || Ps3SaveData:Common.titleForSort || (null)
|-
| Ps3SaveData || Ps3SaveData:Common.size || (null)
|-
| Ps3SaveData || Ps3SaveData:Common.timeCreated || (null)
|-
| Ps3SaveData || Ps3SaveData:Common.dirPath || (null)<br/>%xUserHomeDir/savedata<br/>/savedata<br/>/PS3/SAVEDATA<br/>%xUserHomeDir
|-
| Ps3SaveData || Ps3SaveData:Common.fileName || (null)<br/>_
|-
| Ps3SaveData || Ps3SaveData:Common.owner || (null)<br/>%xUserId
|-
| Ps3SaveData || Ps3SaveData:Common.tags || (null)
|-
| Ps3SaveData || Ps3SaveData:Common.stat.contentsStatus || (null)<br/>%xCB_CONTENT_STATUS_AVAILABLE<br/>%xCB_CONTENT_STATUS_BROKEN<br/>%xCB_CONTENT_STATUS_INACTIVE<br/>%xCB_CONTENT_STATUS_NETSHARE_LOCAL<br/>%xCB_CONTENT_STATUS_NETSHARE_MODIFIED<br/>%xCB_CONTENT_STATUS_NOP<br/>%xCB_CONTENT_STATUS_NOTSUPPORTED<br/>%xCB_CONTENT_STATUS_OPERATION_INPROGRESS<br/>%xCB_CONTENT_STATUS_PLAYING<br/>%xCB_CONTENT_STATUS_RECORDING<br/>%xCB_CONTENT_STATUS_RECOVERABLE<br/>%xCB_CONTENT_STATUS_RESERVED<br/>%xCB_CONTENT_STATUS_RESERVED4<br/>%xCB_CONTENT_STATUS_UNKNOWN
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.broken || (null)<br/>0
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.parentalLevel || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.subTitle || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.detail || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.accountId || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.version || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.category || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.attribute || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.tmpDirName || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.timeModified || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.listParam || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.sizeOnHdd || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.fileNum || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.param1 || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.ownerPsId || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.ownerUserId || (null)
|-
| Ps3SaveData || Ps3SaveData:Ps3SaveData.ownerAccountId || (null)
|-
|}
=== Ps2SaveData ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| Ps2SaveData || Ps2SaveData:Common.title || (null)
|-
| Ps2SaveData || Ps2SaveData:Common.titleForSort || (null)
|-
| Ps2SaveData || Ps2SaveData:Common.dirPath || (null)<br/>/dev_hdd0/savedata/vmc/
|-
| Ps2SaveData || Ps2SaveData:Common.fileName || (null)
|-
| Ps2SaveData || Ps2SaveData:Common.size || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.broken || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.titleRetloc || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.dataType || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.listIconFileName || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.copyIconFileName || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.deleteIconFileName || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.timeModified || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.attribute || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.transparent || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights1X || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights1Y || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights1Z || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights2X || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights2Y || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights2Z || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights3X || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights3Y || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights3Z || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights1R || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights1G || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights1B || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights2R || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights2G || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights2B || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights3R || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights3G || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.lights3B || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.backRGBluR || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.backRGBluG || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.backRGBluB || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.backRGBruR || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.backRGBruG || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.backRGBruB || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.backRGBldR || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.backRGBldG || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.backRGBldB || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.backRGBrdR || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.backRGBrdG || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.backRGBrdB || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.ambientR || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.ambientG || (null)
|-
| Ps2SaveData || Ps2SaveData:Ps2.ambientB || (null)
|-
|}
=== Ps1SaveData ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| Ps1SaveData || Ps1SaveData:Common.dirPath || (null)
|-
| Ps1SaveData || Ps1SaveData:Common.title || (null)
|-
| Ps1SaveData || Ps1SaveData:Common.titleForSort || (null)
|-
| Ps1SaveData || Ps1SaveData:Common.dirPath || (null)
|-
| Ps1SaveData || Ps1SaveData:Common.fileName || (null)
|-
| Ps1SaveData || Ps1SaveData:Common.size || (null)
|-
| Ps1SaveData || Ps1SaveData:Common.stat.timeImportedTicks || (null)
|-
| Ps1SaveData || Ps1SaveData:Ps1.broken || (null)
|-
| Ps1SaveData || Ps1SaveData:Ps1.dataType || (null)
|-
| Ps1SaveData || Ps1SaveData:Ps1.iconImage || (null)
|-
| Ps1SaveData || Ps1SaveData:Ps1.iconClut || (null)
|-
| Ps1SaveData || Ps1SaveData:Ps1.timeModified || (null)
|-
|}
=== PspSaveData ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| PspSaveData || PspSaveData:Common.title || (null)
|-
| PspSaveData || PspSaveData:Common.titleForSort || (null)
|-
| PspSaveData || PspSaveData:Common.size || (null)
|-
| PspSaveData || PspSaveData:Common.timeCreatedUTC || (null)
|-
| PspSaveData || PspSaveData:Common.dirPath || (null)<br/>/PSP/SAVEDATA<br/>%xUserHomeDir<br/>%xUserHomeDir/minis_savedata<br/>/minis_savedata
|-
| PspSaveData || PspSaveData:Common.fileName || (null)<br/>_
|-
| PspSaveData || PspSaveData:Common.owner || (null)<br/>%xUserId
|-
| PspSaveData || PspSaveData:Common.stat.contentsStatus || (null)
|-
| PspSaveData || PspSaveData:PspSaveData.sdTitle || (null)
|-
| PspSaveData || PspSaveData:PspSaveData.detail || (null)
|-
| PspSaveData || PspSaveData:PspSaveData.parentalLevel || (null)
|-
| PspSaveData || PspSaveData:PspSaveData.broken || (null)<br/>0
|-
| PspSaveData || PspSaveData:PspSaveData.tmpDirName || (null)
|-
| PspSaveData || PspSaveData:PspSaveData.backUpDirName || (null)
|-
| PspSaveData || PspSaveData:PspSaveData.timeModified || (null)
|-
| PspSaveData || PspSaveData:PspSaveData.size || (null)
|-
|}
=== PlusSaveData ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| PlusSaveData || PlusSaveData:Common.dirPath || (null)<br/>/savedata
|-
|}
=== Psv ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| Psv || Psv:Common.title || (null)
|-
| Psv || Psv:Common.titleForSort || (null)
|-
| Psv || Psv:Common.timeCreatedUTC || (null)
|-
| Psv || Psv:Common.size || (null)
|-
| Psv || Psv:Common.fileName || (null)
|-
| Psv || Psv:Common.dirPath || (null)<br/>/PS3/EXPORT/PSV
|-
| Psv || Psv:Common.stat.timeImportedTicks || (null)
|-
| Psv || Psv:Psv.broken || (null)
|-
| Psv || Psv:Psv.dataType || (null)
|-
| Psv || Psv:Psv.timeModified || (null)
|-
| Psv || Psv:Psv.vmcSaveDataSize || (null)
|-
| Psv || Psv:Psv.param1 || (null)
|-
| Psv || Psv:Psv.PS1_type || (null)
|-
| Psv || Psv:Psv.PS1_iconImage || (null)
|-
| Psv || Psv:Psv.PS2_type || (null)
|-
| Psv || Psv:Psv.PS2_attribute || (null)
|-
| Psv || Psv:Psv.PS2_transparent || (null)
|-
| Psv || Psv:Psv.PS2_lights1X || (null)
|-
| Psv || Psv:Psv.PS2_lights1Y || (null)
|-
| Psv || Psv:Psv.PS2_lights1Z || (null)
|-
| Psv || Psv:Psv.PS2_lights2X || (null)
|-
| Psv || Psv:Psv.PS2_lights2Y || (null)
|-
| Psv || Psv:Psv.PS2_lights2Z || (null)
|-
| Psv || Psv:Psv.PS2_lights3X || (null)
|-
| Psv || Psv:Psv.PS2_lights3Y || (null)
|-
| Psv || Psv:Psv.PS2_lights3Z || (null)
|-
| Psv || Psv:Psv.PS2_lights1R || (null)
|-
| Psv || Psv:Psv.PS2_lights1G || (null)
|-
| Psv || Psv:Psv.PS2_lights1B || (null)
|-
| Psv || Psv:Psv.PS2_lights2R || (null)
|-
| Psv || Psv:Psv.PS2_lights2G || (null)
|-
| Psv || Psv:Psv.PS2_lights2B || (null)
|-
| Psv || Psv:Psv.PS2_lights3R || (null)
|-
| Psv || Psv:Psv.PS2_lights3G || (null)
|-
| Psv || Psv:Psv.PS2_lights3B || (null)
|-
| Psv || Psv:Psv.PS2_ambientR || (null)
|-
| Psv || Psv:Psv.PS2_ambientG || (null)
|-
| Psv || Psv:Psv.PS2_ambientB || (null)
|-
| Psv || Psv:Psv.PS2_backRGBluR || (null)
|-
| Psv || Psv:Psv.PS2_backRGBluG || (null)
|-
| Psv || Psv:Psv.PS2_backRGBluB || (null)
|-
| Psv || Psv:Psv.PS2_backRGBruR || (null)
|-
| Psv || Psv:Psv.PS2_backRGBruG || (null)
|-
| Psv || Psv:Psv.PS2_backRGBruB || (null)
|-
| Psv || Psv:Psv.PS2_backRGBldR || (null)
|-
| Psv || Psv:Psv.PS2_backRGBldG || (null)
|-
| Psv || Psv:Psv.PS2_backRGBldB || (null)
|-
| Psv || Psv:Psv.PS2_backRGBrdR || (null)
|-
| Psv || Psv:Psv.PS2_backRGBrdG || (null)
|-
| Psv || Psv:Psv.PS2_backRGBrdB || (null)
|-
| Psv || Psv:Psv.PS2_listIconOffset || (null)
|-
| Psv || Psv:Psv.PS2_listIconSize || (null)
|-
| Psv || Psv:Psv.PS2_copyIconOffset || (null)
|-
| Psv || Psv:Psv.PS2_copyIconSize || (null)
|-
| Psv || Psv:Psv.PS2_deleteIconOffset || (null)
|-
| Psv || Psv:Psv.PS2_deleteIconSize || (null)
|-
|}
=== PspSdDir ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| PspSdDir || PspSdDir:Common.title || (null)
|-
| PspSdDir || PspSdDir:Common.titleForSort || (null)
|-
| PspSdDir || PspSdDir:Common.size || (null)
|-
| PspSdDir || PspSdDir:Common.timeCreatedUTC || (null)
|-
| PspSdDir || PspSdDir:Common.dirPath || (null)
|-
| PspSdDir || PspSdDir:Common.fileName || (null)
|-
| PspSdDir || PspSdDir:Common.stat.contentsStatus || (null)
|-
| PspSdDir || PspSdDir:PspSdDir.broken || (null)
|-
| PspSdDir || PspSdDir:PspSdDir.tmpDirName || (null)
|-
| PspSdDir || PspSdDir:PspSdDir.timeModified || (null)
|-
|}
=== Vmc ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| Vmc || Vmc:Common.title || (null)
|-
| Vmc || Vmc:Common.titleForSort || (null)
|-
| Vmc || Vmc:Common.dirPath || (null)<br/>./PSP/SAVEDATA
|-
| Vmc || Vmc:Common.fileName || (null)
|-
| Vmc || Vmc:Common.size || (null)
|-
| Vmc || Vmc:Common.timeCreated || (null)
|-
| Vmc || Vmc:Common.timeCreatedUTC || (null)
|-
| Vmc || Vmc:Common.stat.contentsStatus || (null)<br/>%xCB_CONTENT_STATUS_AVAILABLE<br/>%xCB_CONTENT_STATUS_BROKEN<br/>%xCB_CONTENT_STATUS_INACTIVE<br/>%xCB_CONTENT_STATUS_NETSHARE_LOCAL<br/>%xCB_CONTENT_STATUS_NETSHARE_MODIFIED<br/>%xCB_CONTENT_STATUS_NOP<br/>%xCB_CONTENT_STATUS_NOTSUPPORTED<br/>%xCB_CONTENT_STATUS_OPERATION_INPROGRESS<br/>%xCB_CONTENT_STATUS_PLAYING<br/>%xCB_CONTENT_STATUS_RECORDING<br/>%xCB_CONTENT_STATUS_RECOVERABLE<br/>%xCB_CONTENT_STATUS_RESERVED<br/>%xCB_CONTENT_STATUS_RESERVED4<br/>%xCB_CONTENT_STATUS_UNKNOWN
|-
| Vmc || Vmc:Vmc.broken || (null)<br/>0
|-
| Vmc || Vmc:Vmc.type || (null)
|-
| Vmc || Vmc:Vmc.freeSize || (null)
|-
| Vmc || Vmc:Vmc.iconType || (null)
|-
| Vmc || Vmc:Vmc.sealFileName || (null)
|-
| Vmc || Vmc:Vmc.tmpFileName || (null)
|-
| Vmc || Vmc:Vmc.timeModified || (null)
|-
| Vmc || Vmc:Vmc.slot || (null)
|-
| Vmc || Vmc:Vmc.port || (null)
|-
|}
=== xCB ===
{| class="wikitable sortable"
|-
! Object !! Field !! Confirmed accepted values
|-
| xCB || xCB:LogicalView || (null)
|-
| xCB || xCB:MusicList || (null)
|-
| xCB || xCB:PSPMusicPlaylist || (null)
|-
| xCB || xCB:PhotoList || (null)
|-
| xCB || xCB:PSPPhotoPlaylist || (null)
|-
| xCB || xCB:VideoList || (null)
|-
|-
|}
|}

Revision as of 00:36, 23 February 2012

host Functions

host functions enable you to see folders and files on the filesystem.

no function: direct

You can add direct paths to the filesystem. Depending on the Query class atribute, you can unlink (delete) files (type:x-xmb/folder-pixmap) or install package files (type:x-xmb/xmlpackagefolder).

Usage example:

<Query class="type:x-xmb/folder-pixmap" key="host_hdd0" src="host://localhost/dev_hdd0"/>

Examples:

Disk Path Example
All filesystem / host://localhost/
PS3 Disk /dev_hdd0 host://localhost/dev_hdd0
PS3 Disk (installed games directory) /dev_hdd0/game host://localhost/dev_hdd0/game
USB Port 0 Disk /dev_usb000 host://localhost/dev_usb000

q

Querys the filesystem with parameters. Depending on the Query class atribute, you can unlink (delete) files (type:x-xmb/folder-pixmap) or install package files (type:x-xmb/xmlpackagefolder).

Usage example:

<Query class="type:x-xmb/xmlpackagefolder" key="host_provider_usb0" src="host://localhost/q?path=/dev_usb000&suffix=.pkg&subclass=x-host/package" />

Parameters

Description Parameter Examples
path FileSystem Path (null)
path=/
path=/dev_hdd0/game
path=/dev_usb000
path=/dev_bdvd/PS3_CONTENT/THEMEDIR/D000
any other filesystem path
suffix Filter by extension? (null)
suffix=.*
suffix=.pkg
suffix=.P3T
any other extension?
subclass Subclass of the files (mimetype?) (null)
subclass=x-host/package
subclass=x-host/widget
subclass=x-host/directory
subclass=x-host/theme-content
subclass=x-host/mount-info (to confirm)
subclass=x-host/unknown (to confirm)
subclass=x-host/file (to confirm)

xcb Functions

exists

Querys the database for Games, Music, Photos, Video, etc and if condition satisfaied (or not) go to selected xcb function.

Usage example:

<Query class="type:x-xmb/folder-pixmap" key="seg_folding_at_home" src="xcb://localhost/exists?having=off&rquery=root.fixed_items.fah&cond=Ae+Game:Common.dirPath /dev_hdd0/game+Ae+Game:Common.fileName NPIA00002"/>

Parameters

Description Parameter Confirmed accepted values Example
Positive or negative condition having on
off
having=off
Main search table? table (null)
MMS_MEDIA_TYPE_SYSTEM
MMS_MEDIA_TYPE_HDD
MMS_MEDIA_TYPE_PLUS
MMS_MEDIA_TYPE_CDDA
MMS_MEDIA_TYPE_PS3_BD [OFW 1.10]
MMS_MEDIA_TYPE_PS3_DVD [OFW 1.10]
MMS_MEDIA_TYPE_PS2_DVD [OFW 1.10]
MMS_MEDIA_TYPE_PS2_CD [OFW 1.10]
MMS_MEDIA_TYPE_PS1_CD [OFW 1.10]
%2Fdev_bdvd
table=MMS_MEDIA_TYPE_SYSTEM
Run function (from registory.xml variables) rquery (null)
Variables from registory.xml
rquery=root.fixed_items.fah
Run function (from envirmont variables?) rqueryenv (null)
backup
rqueryenv=backup
Search condition cond (null)
Any combination of objects and fields (see [[1]])
Any combination of #Operators
cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF

query

Querys the database for Games, Music, Photos, Video, etc and presents the returned items.

Usage example:

<Query class="type:x-xmb/folder-pixmap" key="vmc_device_ms" src="xcb://localhost/query?table=MMS_MEDIA_TYPE_SYSTEM&subclass=x-xcb/storagemedia-psv&sort=+StorageMedia:StorageMedia.sortOrder&genre=Game&cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_MS+AGL+StorageMedia:StorageMedia.type %xCB_MEDIA_TYPE_MS_STD %xCB_MEDIA_TYPE_MS_IOX+Ae+StorageMedia:StorageMedia.mediaFormat %xCB_MEDIA_FORMAT_DATA" />

Parameters

Description Parameter Confirmed accepted values Example
Returned items limit limit (null)
Numbers up to 2048?
limit=2048
Main search table? table (null)
MMS_MEDIA_TYPE_SYSTEM
MMS_MEDIA_TYPE_HDD
MMS_MEDIA_TYPE_PLUS
MMS_MEDIA_TYPE_CDDA
MMS_MEDIA_TYPE_PS3_BD [OFW 1.10]
MMS_MEDIA_TYPE_PS3_DVD [OFW 1.10]
MMS_MEDIA_TYPE_PS2_DVD [OFW 1.10]
MMS_MEDIA_TYPE_PS2_CD [OFW 1.10]
MMS_MEDIA_TYPE_PS1_CD [OFW 1.10]
%2Fdev_bdvd
table=MMS_MEDIA_TYPE_SYSTEM
Filter by subclass? subclass (null)
x-xcb/unknown
x-xcb/game
x-xcb/game-disc
x-xcb/game-debug
x-xcb/game-list
x-xcb/content-disc
x-xcb/video
x-xcb/video-disctitle
x-xcb/video-file
x-xcb/video-list
x-xcb/video-content
x-xcb/editingvideo
x-xcb/photo
x-xcb/photo-list
x-xcb/music
x-xcb/music-list
x-xcb/segment
x-xcb/storage-media
x-xcb/storagemedia-generic
x-xcb/storagemedia-cdda
x-xcb/storagemedia-sacd
x-xcb/storagemedia-psmc
x-xcb/storagemedia-sdpsp
x-xcb/storagemedia-dlna
x-xcb/storagemedia-avchd
x-xcb/storagemedia-bdc
x-xcb/storagemedia-videodisc
x-xcb/storagemedia-sdps3
x-xcb/storagemedia-sdps2
x-xcb/storagemedia-sdpsp
x-xcb/storagemedia-psv
x-xcb/directory
x-xcb/directory-generic
x-xcb/directory-photo
x-xcb/directory-music
x-xcb/directory-video
x-xcb/directory-bddata
x-xcb/savedata-ps3
x-xcb/savedata-ps2
x-xcb/savedata-ps1
x-xcb/savedata-psp
x-xcb/savedata-plus
x-xcb/savedata-pspdir
x-xcb/achbase
x-xcb/achievtitle
x-xcb/achievgroup
x-xcb/achievflag
x-xcb/friendachievtitle
x-xcb/friendachievflag
x-xcb/friendachievgroup
x-xcb/person
x-xcb/playedplayer
x-xcb/blockedplayer
x-xcb/message
x-xcb/psv
x-xcb/vmc
x-xcb/query-condition
subclass=x-xcb/storagemedia-sdps2
Filter by genre? genre (null)
Photo
Game
Music
Video
BdData
genre=Photo
Sorting sort (null)
Any combination of objects and fields (see [[2]])
Operators:
+ [increasing]
- [decreasing]
sort=+StorageMedia:StorageMedia.sortOrder+StorageMedia :StorageMedia.timeInserted
Sorting (from registory.xml variables) ssort (null)
Variables from registory.xml
ssort=root.sort_selected.friend_named
Search condition cond (null)
Any combination of objects and fields (see [[3]])
Any combination of #Operators
cond=Ae+StorageMedia:StorageMedia.stat.mediaStatus %xCB_MEDIA_INSERTED+Ae+StorageMedia:StorageMedia.deviceType %xCB_DEVICE_TYPE_CF
Search condition (from registory.xml variables) scond (null)
Variables from registory.xml
scond=root.cond_selected.gamelist_format
???????? option (null)
option_hybrid
option_plus
option=option_hybrid
???????? perm (null)
1
perm=1
???????? attr (to confirm) (null)
Any combination of #Objects_and_fields
attr=PspSdDir:Common.title+PspSdDir:Common.fileName+PspSdDir:Common.titleForSort+PspSdDir:Common.size+PspSdDir:Common.timeCreatedUTC+PspSdDir:Common.dirPath
???????? trigger (null)
off
trigger=off
???????? range (null)
off
only 0 1
ahead 0 1024
range=ahead 0 1024
???????? opt (null)
parent
logical
shared
opt=parent

raw

Unknown.

Usage example:

<Query class="type:x-xmb/folder-pixmap" key="vmc_device_ms" src="xcb://localhost/raw?idlist=?????" />

Parameters

Description Parameter Confirmed accepted values Example
List of ids? idlist (null) idlist=?????

Operators

Operator Field Example
Ae And equal Ae+Game:Game.category GD
Oe Or equal Oe+Game:Game.category GD
An And not equal An+Game:Game.category GD
On Or not equal On+Game:Game.category GD
Aa And exists Aa+Game:Common.title
Oa Or exists Oa+Game:Common.title
Ai ?????? Ai+xCB:MusicList
Oi ?????? Oi+xCB:MusicList
Ap And path? Ap+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata
Op Or path? Op+Ps3SaveData:Common.dirPath %xUserHomeDir/savedata
Al And less than Al+Game:Common.stat.rating 299
Ol Or less than Ol+Game:Common.stat.rating 299
AL And less or equal than AL+Game:Common.stat.rating 299
OL Or less or equal than OL+Game:Common.stat.rating 299
AG And greater or equal than AG+Game:Common.stat.rating 299
OG Or greater or equal than OG+Game:Common.stat.rating 299
Ag And greater than Ag+Game:Common.stat.rating 299
Og Or greater than Og+Game:Common.stat.rating 299
Agl And greater than and less than Agl+Person:Person.stat.presence 2 6
Ogl Or greater than and less than Ogl+Person:Person.stat.presence 2 6
AGl And greater or equal than and less than AGl+Person:Person.stat.presence 2 6
OGl Or greater or equal than and less than OGl+Person:Person.stat.presence 2 6
AgL And greater than and less or equal than AgL+Person:Person.stat.presence 2 6
OgL Or greater than and less or equal than OgL+Person:Person.stat.presence 2 6
AGL And greater or equal than and less or equal than AGL+Person:Person.stat.presence 2 6
OGL Or greater or equal than and less or equal than OGL+Person:Person.stat.presence 2 6