XMBML Functions: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
Line 762: Line 762:
|}
|}


=== Ps1SaveData ===
=== Ps2SaveData ===


{| class="wikitable sortable"
{| class="wikitable sortable"

Revision as of 15:46, 19 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
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 (to confirm)
x-xcb/game (to confirm)
x-xcb/game-disc (to confirm)
x-xcb/game-debug (to confirm)
x-xcb/game-list (to confirm)
x-xcb/video (to confirm)
x-xcb/video-disctitle (to confirm)
x-xcb/photo (to confirm)
x-xcb/photo-list (to confirm)
x-xcb/music (to confirm)
x-xcb/music-list (to confirm)
x-xcb/video-file (to confirm)
x-xcb/video-list (to confirm)
x-xcb/storage-media (to confirm)
x-xcb/storagemedia-generic (to confirm)
x-xcb/storagemedia-cdda (to confirm)
x-xcb/storagemedia-sacd (to confirm)
x-xcb/storagemedia-psmc (to confirm)
x-xcb/storagemedia-psv (to confirm)
x-xcb/storagemedia-sdpsp (to confirm)
x-xcb/storagemedia-dlna (to confirm)
x-xcb/storagemedia-avchd (to confirm)
x-xcb/storagemedia-bdc (to confirm)
x-xcb/storagemedia-bdc
x-xcb/storagemedia-videodisc (to confirm)
x-xcb/storagemedia-sdps2
x-xcb/storagemedia-sdps3
x-xcb/storagemedia-sdpsp
x-xcb/storagemedia-dspsp [OFW 1.10]
x-xcb/storagemedia-psv
x-xcb/storagemedia-psmc
x-xcb/directory (to confirm)
x-xcb/directory-generic (to confirm)
x-xcb/directory-photo (to confirm)
x-xcb/directory-music (to confirm)
x-xcb/directory-video (to confirm)
x-xcb/savedata-ps1 (to confirm)
x-xcb/savedata-ps2 (to confirm)
x-xcb/savedata-psp (to confirm)
x-xcb/savedata-pspdir (to confirm)
x-xcb/savedata-ps3 (to confirm)
x-xcb/savedata-plus
x-xcb/achbase (to confirm)
x-xcb/achievtitle
x-xcb/achievgroup
x-xcb/achievflag
x-xcb/friendachievtitle (to confirm)
x-xcb/friendachievflag
x-xcb/friendachievgroup
x-xcb/person (to confirm)
x-xcb/playedplayer (to confirm)
x-xcb/blockedplayer (to confirm)
x-xcb/psv (to confirm)
x-xcb/vmc (to confirm)
x-xcb/directory-bddata (to confirm)
x-xcb/content-disc (to confirm)
x-xcb/video-content (to confirm)
x-xcb/editingvideo (to confirm)
x-xcb/segment (to confirm)
x-xcb/message (to confirm)
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
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
Operators:
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

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

Objects and fields

Directory

Object Field Confirmed accepted values
Directory Directory:Common.fileName (null)
Directory Directory:Common.dirPath (null)
/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)
%01
%02
%03
Directory Directory:Directory.reserved2 (null)
Directory Directory:Directory.numOfItems (null)

StorageMedia

Object Field Confirmed accepted values
StorageMedia StorageMedia:StorageMedia.sortOrder (null)
StorageMedia StorageMedia:StorageMedia.timeInserted (null)
StorageMedia StorageMedia:StorageMedia.reserved24 (null)
StorageMedia StorageMedia:StorageMedia.mediaFormat (null)
%xCB_MEDIA_FORMAT_AVCHD
%xCB_MEDIA_FORMAT_BDAV
%xCB_MEDIA_FORMAT_BDMV
%xCB_MEDIA_FORMAT_BD_DATA
%xCB_MEDIA_FORMAT_CDDA
%xCB_MEDIA_FORMAT_CD_DATA
%xCB_MEDIA_FORMAT_CF_DATA
%xCB_MEDIA_FORMAT_DATA
%xCB_MEDIA_FORMAT_DLNA
%xCB_MEDIA_FORMAT_DSD
%xCB_MEDIA_FORMAT_DVDMVR
%xCB_MEDIA_FORMAT_DVDPVR
%xCB_MEDIA_FORMAT_DVD_DATA
%xCB_MEDIA_FORMAT_DVD_VIDEO
%xCB_MEDIA_FORMAT_HDD_DATA
%xCB_MEDIA_FORMAT_MS_DATA
%xCB_MEDIA_FORMAT_PS1GAME_CD
%xCB_MEDIA_FORMAT_PS1MC
%xCB_MEDIA_FORMAT_PS2GAME_CD
%xCB_MEDIA_FORMAT_PS2GAME_DVD
%xCB_MEDIA_FORMAT_PS2MC
%xCB_MEDIA_FORMAT_PS3CONTENT_BD
%xCB_MEDIA_FORMAT_PS3CONTENT_DVD
%xCB_MEDIA_FORMAT_PS3GAME_BD
%xCB_MEDIA_FORMAT_PS3GAME_DVD
%xCB_MEDIA_FORMAT_PSP_DATA
%xCB_MEDIA_FORMAT_RESERVED_5
%xCB_MEDIA_FORMAT_RESERVED_6
%xCB_MEDIA_FORMAT_RESERVED_7
%xCB_MEDIA_FORMAT_RESERVED_8
%xCB_MEDIA_FORMAT_RESERVED_9
%xCB_MEDIA_FORMAT_RESERVED_A
%xCB_MEDIA_FORMAT_SACD
%xCB_MEDIA_FORMAT_SD_DATA
%xCB_MEDIA_FORMAT_UNFORMATTED
%xCB_MEDIA_FORMAT_UNKNOWN
StorageMedia StorageMedia:StorageMedia.type (null)
%xCB_MEDIA_TYPE_AAD
%xCB_MEDIA_TYPE_AADWM
%xCB_MEDIA_TYPE_BDMR
%xCB_MEDIA_TYPE_BDMRE
%xCB_MEDIA_TYPE_BDROM
%xCB_MEDIA_TYPE_CDDA
%xCB_MEDIA_TYPE_CDMR
%xCB_MEDIA_TYPE_CDMRW
%xCB_MEDIA_TYPE_CDROM
%xCB_MEDIA_TYPE_CF
%xCB_MEDIA_TYPE_DLNA
%xCB_MEDIA_TYPE_DSD
%xCB_MEDIA_TYPE_DVDMR
%xCB_MEDIA_TYPE_DVDMRW
%xCB_MEDIA_TYPE_DVDPR
%xCB_MEDIA_TYPE_DVDPRW
%xCB_MEDIA_TYPE_DVDROM
%xCB_MEDIA_TYPE_FLASH
%xCB_MEDIA_TYPE_HDD
%xCB_MEDIA_TYPE_MS_IOX
%xCB_MEDIA_TYPE_MS_MG
%xCB_MEDIA_TYPE_MS_PRO
%xCB_MEDIA_TYPE_MS_R
%xCB_MEDIA_TYPE_MS_STD
%xCB_MEDIA_TYPE_NETSHARE
%xCB_MEDIA_TYPE_PDA
%xCB_MEDIA_TYPE_PS1MC
%xCB_MEDIA_TYPE_PS1_CD
%xCB_MEDIA_TYPE_PS2MC
%xCB_MEDIA_TYPE_PS2_CD
%xCB_MEDIA_TYPE_PS2_DVD
%xCB_MEDIA_TYPE_PS3_BD
%xCB_MEDIA_TYPE_PS3_DVD
%xCB_MEDIA_TYPE_RESERVED_4
%xCB_MEDIA_TYPE_RESERVED_5
%xCB_MEDIA_TYPE_RESERVED_6
%xCB_MEDIA_TYPE_RESERVED_7
%xCB_MEDIA_TYPE_RESERVED_8
%xCB_MEDIA_TYPE_RESERVED_9
%xCB_MEDIA_TYPE_SACD
%xCB_MEDIA_TYPE_SD
%xCB_MEDIA_TYPE_SYSTEM
%xCB_MEDIA_TYPE_UNKNOWN
%xCB_MEDIA_TYPE_USBMASS
%xCB_MEDIA_TYPE_USBPSP
%xCB_MEDIA_TYPE_VMC
%xCB_MEDIA_TYPE_WM
StorageMedia StorageMedia:StorageMedia.deviceType (null)
%xCB_DEVICE_TYPE_CF
%xCB_DEVICE_TYPE_ETHER
%xCB_DEVICE_TYPE_HDD
%xCB_DEVICE_TYPE_MS
%xCB_DEVICE_TYPE_OPTICAL_DRIVE
%xCB_DEVICE_TYPE_RESERVED_4
%xCB_DEVICE_TYPE_RESERVED_5
%xCB_DEVICE_TYPE_RESERVED_6
%xCB_DEVICE_TYPE_RESERVED_7
%xCB_DEVICE_TYPE_SD
%xCB_DEVICE_TYPE_UNKNOWN
%xCB_DEVICE_TYPE_USBAAD
%xCB_DEVICE_TYPE_USBAADWM
%xCB_DEVICE_TYPE_USBCAMERA
%xCB_DEVICE_TYPE_USBMASS
%xCB_DEVICE_TYPE_USBMCA
%xCB_DEVICE_TYPE_USBPSP
%xCB_DEVICE_TYPE_USBPSP_FLASH
%xCB_DEVICE_TYPE_USBPSP_HDD
%xCB_DEVICE_TYPE_USBPSP_MS
%xCB_DEVICE_TYPE_USBVIDEO
%xCB_DEVICE_TYPE_USBWM
StorageMedia StorageMedia:StorageMedia.hybrid (null)
HYBRID
StorageMedia StorageMedia:StorageMedia.sortOrder (null)
StorageMedia StorageMedia:StorageMedia.audio.channelType (null)
StorageMedia StorageMedia:StorageMedia.stat.version (null)
StorageMedia StorageMedia:StorageMedia.stat.mediaStatus (null)
%xCB_MEDIA_INSERTED
StorageMedia StorageMedia:Common.stat.timeImported (null)
StorageMedia StorageMedia:Common.titleForSort (null)
StorageMedia StorageMedia:Common.fileName (null)
EX_GAME
THEMEDIR
EX_VIDEO
VIDEODIR
(any file or dir name?)

Game

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)
SCEAPPS01
SCEAPPS02
SCEAPPS03
NPIA00002 (Folding@home)
NPIA00005 (Playstation home)
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)
0
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)
1P (Game - PS1 Game)
2P (Game - PS2 Game)
2D (Game - PS2 Emulator Data)
AM (Music, ex: Qriocity Music Unlimited)
AP (Photo, ex: Play Memories)
AT (TV, ex: QOOK TV, Now TV)
AV (Video, ex: Netflix, LoveFilm)
BV (Video, ??????)
CB (Network, ex: Life with Playstation, Folding@home)
GD (Game - Game Data)
HM (Music, ??????)
HG (Game - HDD Game)
MN? (Game - PSP Mini Game)
PP (Game - PSP Game?)
SD? (Game - Game Save Data)
VF (??????)
WT (??????)
XR (??????)
IP (??????)
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)
/dev_hdd0/game
Game Game:Common.fileName (null)
SCEAPPS01
SCEAPPS02
SCEAPPS03
NPIA00002 (Folding@home)
NPIA00005 (Playstation home)
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)
%xCB_CONTENT_STATUS_AVAILABLE
%xCB_CONTENT_STATUS_BROKEN
%xCB_CONTENT_STATUS_INACTIVE
%xCB_CONTENT_STATUS_NETSHARE_LOCAL
%xCB_CONTENT_STATUS_NETSHARE_MODIFIED
%xCB_CONTENT_STATUS_NOP
%xCB_CONTENT_STATUS_NOTSUPPORTED
%xCB_CONTENT_STATUS_OPERATION_INPROGRESS
%xCB_CONTENT_STATUS_PLAYING
%xCB_CONTENT_STATUS_RECORDING
%xCB_CONTENT_STATUS_RECOVERABLE
%xCB_CONTENT_STATUS_RESERVED
%xCB_CONTENT_STATUS_RESERVED4
%xCB_CONTENT_STATUS_UNKNOWN
Game Game:Common.stat.rating (null)
299
300
(any other number?)
Game Game:Common.stat.playCount (null)
Game Game:Common.stat.timeLastUsed (null)

GameList

GameList GameList:Common.title (null)
GameList GameList:Common.titleForSort (null)
2000
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)
%xUserId
GameList GameList:GameList.numOfItems (null)
GameList GameList:GameList.type (null)
%xCB_LIST_TYPE_PS1SAVEDATA_TITLE
%xCB_LIST_TYPE_PS2SAVEDATA_TITLE
%xCB_LIST_TYPE_PS3SAVEDATA_TITLE
%xCB_LIST_TYPE_PSPSAVEDATA_TITLE
%xCB_LIST_TYPE_GAME_TAGS
%xCB_LIST_TYPE_GAME_FORMAT
%xCB_LIST_TYPE_GAME_USER_DEFINED

Photo

Object Field Confirmed accepted values
Photo Photo:Common.titleForSort (null)
Photo Photo:Common.timeCreated (null)
Photo Photo:Common.size (null)
Photo Photo:Common.stat.contentsStatus (null)
%xCB_CONTENT_STATUS_AVAILABLE
%xCB_CONTENT_STATUS_BROKEN
%xCB_CONTENT_STATUS_INACTIVE
%xCB_CONTENT_STATUS_NETSHARE_LOCAL
%xCB_CONTENT_STATUS_NETSHARE_MODIFIED
%xCB_CONTENT_STATUS_NOP
%xCB_CONTENT_STATUS_NOTSUPPORTED
%xCB_CONTENT_STATUS_OPERATION_INPROGRESS
%xCB_CONTENT_STATUS_PLAYING
%xCB_CONTENT_STATUS_RECORDING
%xCB_CONTENT_STATUS_RECOVERABLE
%xCB_CONTENT_STATUS_RESERVED
%xCB_CONTENT_STATUS_RESERVED4
%xCB_CONTENT_STATUS_UNKNOWN
Photo Photo:Common.stat.timeImported (null)
Photo Photo:Common.stat.timeImportedTicks (null)
Photo Photo:Photo.codec (null)

PhotoList

Object Field Confirmed accepted values
PhotoList PhotoList:Common.titleForSort (null)
PhotoList PhotoList:PhotoList.type (null)
%xCB_LIST_TYPE_PHOTO_ALBUM_MONTH
%xCB_LIST_TYPE_PHOTO_ALBUM_YEAR
%xCB_LIST_TYPE_PHOTO_TAGS

Music

Object Field Confirmed accepted values
Music Music:Common.titleForSort (null)
Music Music:Common.reserved1 (null)
Music Music:Common.stat.timeImported [OFW 1.10] (null)
Music Music:Common.stat.timeImportedTicks (null)
Music Music:Music.codec (null)
Music Music:MusicServed.trackNumber (null)
Music Music:MusicServed.discNumber (null)
Music Music:MusicServed.listTitleForSort (null)
Music Music:MusicServed.playerForSort (null)
Music Music:MusicServed.genreForSort (null)

MusicList

Object Field Confirmed accepted values
MusicList MusicList:Common.titleForSort (null)
MusicList MusicList:MusicList.type (null)
%xCB_LIST_TYPE_MUSIC_ALBUM
%xCB_LIST_TYPE_MUSIC_PLAYLIST_ARTIST
%xCB_LIST_TYPE_MUSIC_PLAYLIST_GENRE
%xCB_LIST_TYPE_MUSIC_TRACKNAME_INITIAL
%xCB_LIST_TYPE_MUSIC_RELEASEDYEAR
MusicList MusicList:MusicListServed.genreForSort (null)
MusicList MusicList:MusicListServed.playerForSort (null)

Video

Object Field Confirmed accepted values
Video Video:Common.titleForSort (null)
Video Video:Common.size (null)
Video Video:Common.stat.timeImported [OFW 1.10] (null)
Video Video:Common.stat.timeImportedTicks (null)
Video Video:Video.videoCodec (null)

VideoList

Object Field Confirmed accepted values
VideoList VideoList:Common.titleForSort (null)
VideoList VideoList:VideoList.type (null)
%xCB_LIST_TYPE_VIDEO_TITLE_INITIAL
%xCB_LIST_TYPE_VIDEO_IMPORTEDMONTH
%xCB_LIST_TYPE_VIDEO_TAGS

AchievTitle

Object Field Confirmed accepted values
AchievTitle AchievTitle:Common.dirPath (null)
%xUserHomeDir/trophy
AchievTitle AchievTitle:Common.fileName (null)
AchievTitle AchievTitle:Common.titleForSort (null)
AchievTitle AchievTitle:Common.timeModified (null)
AchievTitle AchievTitle:AchievTitle.timeLastUnlocked (null)
AchievTitle AchievTitle:AchievTitle.ex.timeLastUpdate (null)
AchievTitle AchievTitle:AchievTitle.ex.timeLastUnlocked (null)

AchievFlag

Object Field Confirmed accepted values
AchievFlag AchievFlag:Common.fileName (null)
AchievFlag AchievFlag:Common.titleForSort (null)
AchievFlag AchievFlag:Common.fileName (null)
AchievFlag AchievFlag:AchievFlag.flagId (null)
AchievFlag AchievFlag:AchievFlag.flagType (null)
AchievFlag AchievFlag:AchievFlag.timeUnlocked (null)
AchievFlag AchievFlag:AchievFlag.reserved0 (null)
AchievFlag AchievFlag:AchievFlag.reserved3 (null)
AchievFlag AchievFlag:AchievFlag.reserved4 (null)
AchievFlag AchievFlag:AchievFlag.ex.timeUnlocked (null)

Person

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)
2
3
4
5
6
2 5
Person Person:Person.stat.capability (null)
Person Person:Person.stat.presence (null)
2 6

BlockedPlayer

Object Field Confirmed accepted values
BlockedPlayer BlockedPlayer:Common.title (null)
BlockedPlayer BlockedPlayer:Common.titleForSort (null)
BlockedPlayer BlockedPlayer:Common.owner (null)
%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

Object Field Confirmed accepted values
PlayedPlayer PlayedPlayer:Common.title (null)
PlayedPlayer PlayedPlayer:Common.titleForSort (null)
PlayedPlayer PlayedPlayer:Common.owner (null)
%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

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)
%xCB_PERMISSION_RRR
Message Message:Common.owner (null)
%xUserId
Message Message:Common.stat.contentsStatus (null)
Message Message:Message.type (null)
Message Message:Message.direction (null)
0
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)
0

Ps3SaveData

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)
%xUserHomeDir/savedata
/savedata
/PS3/SAVEDATA
%xUserHomeDir
Ps3SaveData Ps3SaveData:Common.fileName (null)
_
Ps3SaveData Ps3SaveData:Common.owner (null)
%xUserId
Ps3SaveData Ps3SaveData:Common.tags (null)
Ps3SaveData Ps3SaveData:Common.stat.contentsStatus (null)
%xCB_CONTENT_STATUS_AVAILABLE
%xCB_CONTENT_STATUS_BROKEN
%xCB_CONTENT_STATUS_INACTIVE
%xCB_CONTENT_STATUS_NETSHARE_LOCAL
%xCB_CONTENT_STATUS_NETSHARE_MODIFIED
%xCB_CONTENT_STATUS_NOP
%xCB_CONTENT_STATUS_NOTSUPPORTED
%xCB_CONTENT_STATUS_OPERATION_INPROGRESS
%xCB_CONTENT_STATUS_PLAYING
%xCB_CONTENT_STATUS_RECORDING
%xCB_CONTENT_STATUS_RECOVERABLE
%xCB_CONTENT_STATUS_RESERVED
%xCB_CONTENT_STATUS_RESERVED4
%xCB_CONTENT_STATUS_UNKNOWN
Ps3SaveData Ps3SaveData:Ps3SaveData.broken (null)
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

Object Field Confirmed accepted values
Ps2SaveData Ps2SaveData:Common.title (null)
Ps2SaveData Ps2SaveData:Common.titleForSort (null)
Ps2SaveData Ps2SaveData:Common.dirPath (null)
/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

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

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)
/PSP/SAVEDATA
%xUserHomeDir
%xUserHomeDir/minis_savedata
/minis_savedata
PspSaveData PspSaveData:Common.fileName (null)
_
PspSaveData PspSaveData:Common.owner (null)
%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)
0
PspSaveData PspSaveData:PspSaveData.tmpDirName (null)
PspSaveData PspSaveData:PspSaveData.backUpDirName (null)
PspSaveData PspSaveData:PspSaveData.timeModified (null)
PspSaveData PspSaveData:PspSaveData.size (null)

PlusSaveData

Object Field Confirmed accepted values
PlusSaveData PlusSaveData:Common.dirPath (null)
/savedata

Psv

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)
/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

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

Object Field Confirmed accepted values
Vmc Vmc:Common.title (null)
Vmc Vmc:Common.titleForSort (null)
Vmc Vmc:Common.dirPath (null)
./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)
%xCB_CONTENT_STATUS_AVAILABLE
%xCB_CONTENT_STATUS_BROKEN
%xCB_CONTENT_STATUS_INACTIVE
%xCB_CONTENT_STATUS_NETSHARE_LOCAL
%xCB_CONTENT_STATUS_NETSHARE_MODIFIED
%xCB_CONTENT_STATUS_NOP
%xCB_CONTENT_STATUS_NOTSUPPORTED
%xCB_CONTENT_STATUS_OPERATION_INPROGRESS
%xCB_CONTENT_STATUS_PLAYING
%xCB_CONTENT_STATUS_RECORDING
%xCB_CONTENT_STATUS_RECOVERABLE
%xCB_CONTENT_STATUS_RESERVED
%xCB_CONTENT_STATUS_RESERVED4
%xCB_CONTENT_STATUS_UNKNOWN
Vmc Vmc:Vmc.broken (null)
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

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)