XMBML Functions: Difference between revisions
Jump to navigation
Jump to search
m (→Game) |
(→GameList: more fields) |
||
Line 361: | Line 361: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| GameList || GameList:Common.title || (null) | |||
|- | |- | ||
| GameList || GameList:Common.titleForSort || (null)<br/>2000<br/>4000 | | GameList || GameList:Common.titleForSort || (null)<br/>2000<br/>4000 | ||
|- | |- | ||
| GameList || GameList:GameList. | | 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: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 | |||
|- | |- | ||
|} | |} |
Revision as of 01:03, 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
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_DATA %xCB_MEDIA_FORMAT_PS3GAME_BD %xCB_MEDIA_FORMAT_PS3GAME_DVD %xCB_MEDIA_FORMAT_PS3CONTENT_BD %xCB_MEDIA_FORMAT_PS3CONTENT_DVD %xCB_MEDIA_FORMAT_PS1GAME_CD %xCB_MEDIA_FORMAT_BDMV %xCB_MEDIA_FORMAT_BDAV %xCB_MEDIA_FORMAT_AVCHD %xCB_MEDIA_FORMAT_DVD_VIDEO %xCB_MEDIA_FORMAT_DVDPVR |
StorageMedia | StorageMedia:StorageMedia.type | (null) %xCB_MEDIA_TYPE_BDROM %xCB_MEDIA_TYPE_DVDROM %xCB_MEDIA_TYPE_DVDPRW %xCB_MEDIA_TYPE_DVDMR %xCB_MEDIA_TYPE_CDROM %xCB_MEDIA_TYPE_CDMRW %xCB_MEDIA_TYPE_MS_STD %xCB_MEDIA_TYPE_MS_R %xCB_MEDIA_TYPE_MS_IOX %xCB_MEDIA_TYPE_SD %xCB_MEDIA_TYPE_CF %xCB_MEDIA_TYPE_PS3_BD %xCB_MEDIA_TYPE_PS3_DVD %xCB_MEDIA_TYPE_PS2MC %xCB_MEDIA_TYPE_PS1MC %xCB_MEDIA_TYPE_PS1_CD %xCB_MEDIA_TYPE_PDA %xCB_MEDIA_TYPE_DLNA %xCB_MEDIA_TYPE_WM %xCB_MEDIA_TYPE_SACD %xCB_MEDIA_TYPE_CDDA %xCB_MEDIA_TYPE_DSD %xCB_MEDIA_TYPE_AAD [OFW 1.10] |
StorageMedia | StorageMedia:StorageMedia.deviceType | (null) %xCB_DEVICE_TYPE_USBPSP %xCB_DEVICE_TYPE_USBAAD %xCB_DEVICE_TYPE_USBAADWM %xCB_DEVICE_TYPE_USBWM %xCB_DEVICE_TYPE_USBMASS %xCB_DEVICE_TYPE_USBCAMERA %xCB_DEVICE_TYPE_MS %xCB_DEVICE_TYPE_SD %xCB_DEVICE_TYPE_C %xCB_DEVICE_TYPE_ETHER |
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) |
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 [OFW 1.10] | (null) %xCB_CONTENT_STATUS_AVAILABLE |
Photo | Photo:Common.stat.timeImported [OFW 1.10] | (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) |
Ps3SaveData
Object | Field | Confirmed accepted values |
---|---|---|
Ps3SaveData | Ps3SaveData:Common.title [OFW 1.10] | (null) |
Ps3SaveData | Ps3SaveData:Common.titleForSort | (null) |
Ps3SaveData | Ps3SaveData:Common.dirPath | (null) %xUserHomeDir/savedata |
Ps3SaveData | Ps3SaveData:Common.owner | (null) %xUserId |
Ps3SaveData | Ps3SaveData:Ps3SaveData.timeModified | (null) |
Ps3SaveData | Ps3SaveData:Ps3SaveData.subTitle | (null) |
Ps3SaveData | Ps3SaveData:Ps3SaveData.broken | (null) |
Ps2SaveData
Object | Field | Confirmed accepted values |
---|---|---|
Ps2SaveData | Ps2SaveData:Common.titleForSort | (null) |
Ps2SaveData | Ps2SaveData:Ps2.timeModified | (null) |
Ps2SaveData | Ps2SaveData:Ps2.timeModified | (null) |
PspSaveData
Object | Field | Confirmed accepted values |
---|---|---|
PspSaveData | PspSaveData:Common.titleForSort | (null) |
PspSaveData | PspSaveData:Common.dirPath | (null) %xUserHomeDir/minis_savedata |
PspSaveData | PspSaveData:Common.owner | (null) %xUserId |
PspSaveData | PspSaveData:PspSaveData.timeModified | (null) |
PspSaveData | PspSaveData:PspSaveData.sdTitle | (null) |
PspSaveData | PspSaveData:PspSaveData.broken | (null) |
Person
Object | Field | Confirmed accepted values |
---|---|---|
Person | Person:Common.titleForSort | (null) |
Person | Person:Common.stat.status | (null) 2 3 4 5 6 2 5 |
Person | Person:Common.stat.timeLastUsed | (null) |
Person | Person:Person.reserved20 | (null) |
Person | Person:Person.stat.presence | (null) 2 6 |
BlockedPlayer
Object | Field | Confirmed accepted values |
---|---|---|
BlockedPlayer | BlockedPlayer:Common.titleForSort | (null) |
BlockedPlayer | BlockedPlayer:Common.owner | (null) %xUserId |
PlayedPlayer
Object | Field | Confirmed accepted values |
---|---|---|
PlayedPlayer | PlayedPlayer:Common.timeCreated | (null) |
PlayedPlayer | PlayedPlayer:Common.titleForSort | (null) |
PlayedPlayer | PlayedPlayer:Common.owner | (null) %xUserId |
Vmc
Object | Field | Confirmed accepted values |
---|---|---|
Vmc | Vmc:Common.timeCreated [OFW 1.10] | (null) |
Vmc | Vmc:Common.timeCreatedUTC | (null) |
Vmc | Vmc:Common.titleForSort | (null) |
Vmc | Vmc:Common.title | (null) |
Vmc | Vmc:Vmc.type | (null) |