XMB database: Difference between revisions
Strike Venom (talk | contribs) m (→Common fields) |
m (→Common fields: added NPIA00006 and NPIA00016 for completion) |
||
Line 41: | Line 41: | ||
| Common.titleForSort || *:Common.titleForSort || (null)<br/>GameList:Common.titleForSort 2000<br/>GameList:Common.titleForSort 4000<br/>GameList:Common.titleForSort ''(Any title order)'' | | Common.titleForSort || *:Common.titleForSort || (null)<br/>GameList:Common.titleForSort 2000<br/>GameList:Common.titleForSort 4000<br/>GameList:Common.titleForSort ''(Any title order)'' | ||
|- | |- | ||
| Common.fileName || *:Common.fileName || (null)<br/>StorageMedia:Common.fileName EX_GAME<br/>StorageMedia:Common.fileName THEMEDIR<br/>StorageMedia:Common.fileName EX_VIDEO<br/>StorageMedia:Common.fileName VIDEODIR<br/>Game:Common.fileName SCEAPPS01<br/>Game:Common.fileName SCEAPPS02<br/>Game:Common.fileName SCEAPPS03<br/>Game:Common.fileName NPIA00001 ''(PS2 System Data)''<br/>Game:Common.fileName NPIA00002 ''(Life with Playstation)''<br/>Game:Common.fileName NPIA00005 ''(Playstation home)''<br/>Game:Common.fileName NPIA00007 ''(Life with Playstation)''<br/>Game:Common.fileName NPIA00025 ''(Playstation Store)''<br/>Game:Common.fileName NPIA9000X ''(Playstation Plus)''<br/>Game:Common.fileName ''(any other game ID)''<br/>MusicList:Common.fileName 00<br/>AchievFlag:Common.fileName FLG<br/>Ps3SaveData:Common.fileName _<br/>PspSaveData:Common.fileName _ | | Common.fileName || *:Common.fileName || (null)<br/>StorageMedia:Common.fileName EX_GAME<br/>StorageMedia:Common.fileName THEMEDIR<br/>StorageMedia:Common.fileName EX_VIDEO<br/>StorageMedia:Common.fileName VIDEODIR<br/>Game:Common.fileName SCEAPPS01<br/>Game:Common.fileName SCEAPPS02<br/>Game:Common.fileName SCEAPPS03<br/>Game:Common.fileName NPIA00001 ''(PS2 System Data)''<br/>Game:Common.fileName NPIA00002 ''(Life with Playstation)''<br/>Game:Common.fileName NPIA00005 ''(Playstation home)''<br/>Game:Common.fileName NPIA00006 ''(Photo Gallery)''<br/>Game:Common.fileName NPIA00007 ''(Life with Playstation)''<br/>Game:Common.fileName NPIA00016 ''(Video Editor and Uploader)''<br/>Game:Common.fileName NPIA00025 ''(Playstation Store)''<br/>Game:Common.fileName NPIA9000X ''(Playstation Plus)''<br/>Game:Common.fileName ''(any other game ID)''<br/>MusicList:Common.fileName 00<br/>AchievFlag:Common.fileName FLG<br/>Ps3SaveData:Common.fileName _<br/>PspSaveData:Common.fileName _ | ||
|- | |- | ||
| Common.dirPath || *:Common.dirPath || (null)<br/>Directory:Common.dirPath /dev_hdd0/vsh/bdplayer/BD_BUDB<br/>Game:Common.dirPath /dev_hdd0/game<br/>MusicList:Common.dirPath cdda://<br/>MusicList:Common.dirPath sacd://<br/>AchievTitle:Common.dirPath ./trophy<br/>AchievTitle:Common.dirPath %xUserHomeDir/trophy<br/>AchievTitle:Common.dirPath /dev_hdd0/home/00000001/trophy<br/>Ps3SaveData:Common.dirPath %xUserHomeDir/savedata<br/>Ps3SaveData:Common.dirPath /savedata<br/>Ps3SaveData:Common.dirPath PS3/SAVEDATA<br/>Ps3SaveData:Common.dirPath %xUserHomeDir<br/>Ps2SaveData:Common.dirPath /dev_hdd0/savedata/vmc/<br/>PspSaveData:Common.dirPath /PSP/SAVEDATA<br/>PspSaveData:Common.dirPath %xUserHomeDir<br/>PspSaveData:Common.dirPath %xUserHomeDir/minis_savedata<br/>PspSaveData:Common.dirPath /minis_savedata<br/>PlusSaveData:Common.dirPath /savedata<br/>Psv:Common.dirPath /PS3/EXPORT/PSV<br/>Vmc:Common.dirPath ./PSP/SAVEDATA | | Common.dirPath || *:Common.dirPath || (null)<br/>Directory:Common.dirPath /dev_hdd0/vsh/bdplayer/BD_BUDB<br/>Game:Common.dirPath /dev_hdd0/game<br/>MusicList:Common.dirPath cdda://<br/>MusicList:Common.dirPath sacd://<br/>AchievTitle:Common.dirPath ./trophy<br/>AchievTitle:Common.dirPath %xUserHomeDir/trophy<br/>AchievTitle:Common.dirPath /dev_hdd0/home/00000001/trophy<br/>Ps3SaveData:Common.dirPath %xUserHomeDir/savedata<br/>Ps3SaveData:Common.dirPath /savedata<br/>Ps3SaveData:Common.dirPath PS3/SAVEDATA<br/>Ps3SaveData:Common.dirPath %xUserHomeDir<br/>Ps2SaveData:Common.dirPath /dev_hdd0/savedata/vmc/<br/>PspSaveData:Common.dirPath /PSP/SAVEDATA<br/>PspSaveData:Common.dirPath %xUserHomeDir<br/>PspSaveData:Common.dirPath %xUserHomeDir/minis_savedata<br/>PspSaveData:Common.dirPath /minis_savedata<br/>PlusSaveData:Common.dirPath /savedata<br/>Psv:Common.dirPath /PS3/EXPORT/PSV<br/>Vmc:Common.dirPath ./PSP/SAVEDATA |
Revision as of 20:13, 25 November 2012
What is the XMB database?
The XMB database is the database used by PS3 to present items in the XMB.
Tables
There are several tables in the XMB database, each one containing all objects and fields in the next topic.
One of the uses of this tables is to define in which table xcb function will search for displaying items in the XMB.
Table name | Description |
---|---|
MMS_MEDIA_TYPE_HDD (default) | The internal disc table. Used for storing information of installed games, trophys, etc that are stored in the PS3 internal disc. |
MMS_MEDIA_TYPE_SYSTEM | The external and optical devices table. Used for storing information of games, music, etc that are stored in external and optical devices (USB, Blu-Ray, etc). |
/dev_bdvd | The Blu-Ray disc table. Used for storing information of games and other stuff etc that are stored in the PS3 Blu-Ray disc. |
MMS_MEDIA_TYPE_PLUS | Unknown Note: found in firmware 4.00 |
MMS_MEDIA_TYPE_CDDA | Unknown |
Objects and fields
The objects, fields and values below were fetched from several sources but the main sources are the flash xmls in /dev_flash/vsh/explore/xmb/*.xml and the main database schema in /mms/db/md_schema.scm.
Common fields
The "Common" fields are fields that can be used with any object.
Field | Usage | Confirmed accepted values |
---|---|---|
Common.title | *:Common.title | (null) |
Common.titleForSort | *:Common.titleForSort | (null) GameList:Common.titleForSort 2000 GameList:Common.titleForSort 4000 GameList:Common.titleForSort (Any title order) |
Common.fileName | *:Common.fileName | (null) StorageMedia:Common.fileName EX_GAME StorageMedia:Common.fileName THEMEDIR StorageMedia:Common.fileName EX_VIDEO StorageMedia:Common.fileName VIDEODIR Game:Common.fileName SCEAPPS01 Game:Common.fileName SCEAPPS02 Game:Common.fileName SCEAPPS03 Game:Common.fileName NPIA00001 (PS2 System Data) Game:Common.fileName NPIA00002 (Life with Playstation) Game:Common.fileName NPIA00005 (Playstation home) Game:Common.fileName NPIA00006 (Photo Gallery) Game:Common.fileName NPIA00007 (Life with Playstation) Game:Common.fileName NPIA00016 (Video Editor and Uploader) Game:Common.fileName NPIA00025 (Playstation Store) Game:Common.fileName NPIA9000X (Playstation Plus) Game:Common.fileName (any other game ID) MusicList:Common.fileName 00 AchievFlag:Common.fileName FLG Ps3SaveData:Common.fileName _ PspSaveData:Common.fileName _ |
Common.dirPath | *:Common.dirPath | (null) Directory:Common.dirPath /dev_hdd0/vsh/bdplayer/BD_BUDB Game:Common.dirPath /dev_hdd0/game MusicList:Common.dirPath cdda:// MusicList:Common.dirPath sacd:// AchievTitle:Common.dirPath ./trophy AchievTitle:Common.dirPath %xUserHomeDir/trophy AchievTitle:Common.dirPath /dev_hdd0/home/00000001/trophy Ps3SaveData:Common.dirPath %xUserHomeDir/savedata Ps3SaveData:Common.dirPath /savedata Ps3SaveData:Common.dirPath PS3/SAVEDATA Ps3SaveData:Common.dirPath %xUserHomeDir Ps2SaveData:Common.dirPath /dev_hdd0/savedata/vmc/ PspSaveData:Common.dirPath /PSP/SAVEDATA PspSaveData:Common.dirPath %xUserHomeDir PspSaveData:Common.dirPath %xUserHomeDir/minis_savedata PspSaveData:Common.dirPath /minis_savedata PlusSaveData:Common.dirPath /savedata Psv:Common.dirPath /PS3/EXPORT/PSV Vmc:Common.dirPath ./PSP/SAVEDATA |
Common.owner | *:Common.owner | (null) GameList:Common.owner %xUserId GameList:Common.owner 00000001 GameList:Common.owner (any other user ID) BlockedPlayer:Common.owner %xUserId PlayedPlayer:Common.owner %xUserId Message:Common.owner %xUserId Ps3SaveData:Common.owner %xUserId PspSaveData:Common.owner %xUserId |
Common.permission | *:Common.permission | (null) Message:Common.permission %xCB_PERMISSION_RRR |
Common.size | *:Common.size | (null) |
Common.timeCreated | *:Common.timeCreated | (null) |
Common.timeModified | *:Common.timeModified | (null) |
Common.timeStart | *:Common.timeStart | (null) |
Common.timeEnd | *:Common.timeEnd | (null) |
Common.timeCreatedUTC | *:Common.timeCreatedUTC | (null) |
Common.refCount | *:Common.refCount | (null) |
Common.drmType | *:Common.drmType | (null) |
Common.drmTypeStr | *:Common.drmTypeStr | (null) |
Common.modified | *:Common.modified | (null) |
Common.modifiedField | *:Common.modifiedField | (null) |
Common.extensionRecord | *:Common.extensionRecord | (null) |
Common.groupingType | *:Common.groupingType | (null) |
Common.fileFormatType | *:Common.fileFormatType | (null) Video:Common.fileFormatType %xCB_FILEFORMAT_TYPE_VIDEO_BACKUP |
Common.shadowType | *:Common.shadowType | (null) |
Common.copyright | *:Common.copyright | (null) |
Common.tags | *:Common.tags | (null) |
Common.linkedList | *:Common.linkedList | (null) |
Common.thumbnailCodecOption | *:Common.thumbnailCodecOption | (null) |
Common.locationLatitude | *:Common.locationLatitude | (null) |
Common.locationLongitude | *:Common.locationLongitude | (null) |
Common.locationAltitude | *:Common.locationAltitude | (null) |
Common.thumbnail | *:Common.thumbnail | (null) |
Common.thumbnailOption | *:Common.thumbnailOption | (null) |
Common.thumbnailWidth | *:Common.thumbnailWidth | (null) |
Common.thumbnailHeight | *:Common.thumbnailHeight | (null) |
Common.thumbnailOffset | *:Common.thumbnailOffset | (null) |
Common.thumbnailSize | *:Common.thumbnailSize | (null) |
Common.thumbnailCodec | *:Common.thumbnailCodec | (null) |
Common.altThumbnail | *:Common.altThumbnail | (null) |
Common.altThumbnailOption | *:Common.altThumbnailOption | (null) |
Common.altThumbnailWidth | *:Common.altThumbnailWidth | (null) |
Common.altThumbnailHeight | *:Common.altThumbnailHeight | (null) |
Common.altThumbnailOffset | *:Common.altThumbnailOffset | (null) |
Common.altThumbnailSize | *:Common.altThumbnailSize | (null) |
Common.altThumbnailCodec | *:Common.altThumbnailCodec | (null) |
Common.dxtThumbnailOffset | *:Common.dxtThumbnailOffset | (null) |
Common.reserved3 | *:Common.reserved3 | (null) |
Common.reserved20 | *:Common.reserved20 | (null) |
Common.reserved21 | *:Common.reserved21 | (null) |
Common.reserved22 | *:Common.reserved22 | (null) |
Common.reserved23 | *:Common.reserved23 | (null) |
Common.reserved24 | *:Common.reserved24 | (null) |
Common.stat.timeImported | *:Common.stat.timeImported | (null) |
Common.stat.timeImportedTicks | *:Common.stat.timeImportedTicks | (null) |
Common.stat.timeSynced | *:Common.stat.timeSynced | (null) |
Common.stat.focusedItem | *:Common.stat.focusedItem | (null) |
Common.stat.status | *:Common.stat.status | (null) |
Common.stat.contentsStatus | *:Common.stat.contentsStatus | (null) StorageMedia:Common.stat.contentsStatus %xCB_CONTENT_STATUS_AVAILABLE StorageMedia:Common.stat.contentsStatus %xCB_CONTENT_STATUS_BROKEN StorageMedia:Common.stat.contentsStatus %xCB_CONTENT_STATUS_INACTIVE StorageMedia:Common.stat.contentsStatus %xCB_CONTENT_STATUS_NETSHARE_LOCAL StorageMedia:Common.stat.contentsStatus %xCB_CONTENT_STATUS_NETSHARE_MODIFIED StorageMedia:Common.stat.contentsStatus %xCB_CONTENT_STATUS_NOP StorageMedia:Common.stat.contentsStatus %xCB_CONTENT_STATUS_NOTSUPPORTED StorageMedia:Common.stat.contentsStatus %xCB_CONTENT_STATUS_OPERATION_INPROGRESS StorageMedia:Common.stat.contentsStatus %xCB_CONTENT_STATUS_PLAYING StorageMedia:Common.stat.contentsStatus %xCB_CONTENT_STATUS_RECORDING StorageMedia:Common.stat.contentsStatus %xCB_CONTENT_STATUS_RECOVERABLE StorageMedia:Common.stat.contentsStatus %xCB_CONTENT_STATUS_RESERVED StorageMedia:Common.stat.contentsStatus %xCB_CONTENT_STATUS_RESERVED4 StorageMedia:Common.stat.contentsStatus %xCB_CONTENT_STATUS_UNKNOWN AchievTitle:Common.stat.contentsStatus 0 AchievTitle:Common.stat.contentsStatus 1 |
Common.stat.playCount | *:Common.stat.playCount | (null) |
Common.stat.timeLastUsed | *:Common.stat.timeLastUsed | (null) |
Common.stat.stopPointInfo | *:Common.stat.stopPointInfo | (null) |
Common.stat.rating | *:Common.stat.rating | (null) Game:Common.stat.rating 299 Game:Common.stat.rating 300 Game:Common.stat.rating (any other rating) |
Common.stat.stopPointInfoSuppl | *:Common.stat.stopPointInfoSuppl | (null) |
Common.stat.promoterStatus | *:Common.stat.promoterStatus | (null) |
Common.stat.duplicationAbility | *:Common.stat.duplicationAbility | (null) |
Common.stat.genPending | *:Common.stat.genPending | (null) |
Note: you can replace "*" with any object below (Device; StorageMedia; Game; etc)
Device
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
Device.type | Device:Device.type | (null) |
Device.reserved3 | Device:Device.reserved3 | (null) |
Device.reserved2 | Device:Device.reserved2 | (null) |
Device.reserved1 | Device:Device.reserved1 | (null) |
Device.stat.status | Device:Device.stat.status | (null) |
Device.stat.numOfItems | Device:Device.stat.numOfItems | (null) |
Device.stat.name | Device:Device.stat.name | (null) |
Device.stat.mridList | Device:Device.stat.mridList | (null) |
Device.stat.nickname | Device:Device.stat.nickname | (null) |
Device.stat.version | Device:Device.stat.version | (null) |
Device.stat.id | Device:Device.stat.id | (null) |
Directory
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
Directory.type | Directory:Directory.type | (null) |
Directory.numOfItems | Directory:Directory.numOfItems | (null) |
Directory.mridList | Directory:Directory.mridList | (null) |
Directory.reserved2 | Directory:Directory.reserved2 | (null) |
Directory.reserved3 | Directory:Directory.reserved3 | (null) |
File
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
File.reserved1 | File:File.reserved1 | (null) |
File.reserved2 | File:File.reserved2 | (null) |
File.reserved3 | File:File.reserved3 | (null) |
StorageMedia
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
StorageMedia.id | StorageMedia:StorageMedia.id | (null) |
StorageMedia.type | 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.mediaFormat | 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.numOfItems | StorageMedia:StorageMedia.numOfItems | (null) |
StorageMedia.deviceType | 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.timeInserted | StorageMedia:StorageMedia.timeInserted | (null) |
StorageMedia.sortOrder | StorageMedia:StorageMedia.sortOrder | (null) |
StorageMedia.isRom | StorageMedia:StorageMedia.isRom | (null) |
StorageMedia.clusterSize | StorageMedia:StorageMedia.clusterSize | (null) |
StorageMedia.mridList | StorageMedia:StorageMedia.mridList | (null) |
StorageMedia.regionCode | StorageMedia:StorageMedia.regionCode | (null) |
StorageMedia.capability | StorageMedia:StorageMedia.capability | (null) |
StorageMedia.deviceName | StorageMedia:StorageMedia.deviceName | (null) |
StorageMedia.autoFocus | StorageMedia:StorageMedia.autoFocus | (null) |
StorageMedia.hybrid | StorageMedia:StorageMedia.hybrid | (null) HYBRID |
StorageMedia.promotedProfInfo | StorageMedia:StorageMedia.promotedProfInfo | (null) |
StorageMedia.optionalInfo | StorageMedia:StorageMedia.optionalInfo | (null) |
StorageMedia.secureEnable | StorageMedia:StorageMedia.secureEnable | (null) |
StorageMedia.reserved20 | StorageMedia:StorageMedia.reserved20 | (null) |
StorageMedia.reserved21 | StorageMedia:StorageMedia.reserved21 | (null) |
StorageMedia.reserved23 | StorageMedia:StorageMedia.reserved23 | (null) |
StorageMedia.reserved24 | StorageMedia:StorageMedia.reserved24 | (null) |
StorageMedia.reserved25 | StorageMedia:StorageMedia.reserved25 | (null) |
StorageMedia.reserved26 | StorageMedia:StorageMedia.reserved26 | (null) |
StorageMedia.reserved27 | StorageMedia:StorageMedia.reserved27 | (null) |
StorageMedia.reserved28 | StorageMedia:StorageMedia.reserved28 | (null) |
StorageMedia.reserved29 | StorageMedia:StorageMedia.reserved29 | (null) |
StorageMedia.stat.key | StorageMedia:StorageMedia.stat.key | (null) |
StorageMedia.stat.firstPlay | StorageMedia:StorageMedia.stat.firstPlay | (null) |
StorageMedia.stat.protectFlag | StorageMedia:StorageMedia.stat.protectFlag | (null) |
StorageMedia.stat.protectResult | StorageMedia:StorageMedia.stat.protectResult | (null) |
StorageMedia.stat.resumeFlag | StorageMedia:StorageMedia.stat.resumeFlag | (null) |
StorageMedia.stat.writeFlag | StorageMedia:StorageMedia.stat.writeFlag | (null) |
StorageMedia.stat.mpProtectFlag | StorageMedia:StorageMedia.stat.mpProtectFlag | (null) |
StorageMedia.stat.mpProtectRes | StorageMedia:StorageMedia.stat.mpProtectRes | (null) |
StorageMedia.stat.nickname | StorageMedia:StorageMedia.stat.nickname | (null) |
StorageMedia.stat.version | StorageMedia:StorageMedia.stat.version | (null) |
StorageMedia.stat.id | StorageMedia:StorageMedia.stat.id | (null) |
StorageMedia.stat.mediaStatus | StorageMedia:StorageMedia.stat.mediaStatus | (null) %xCB_MEDIA_INSERTED |
StorageMedia.stat.freeSpace | StorageMedia:StorageMedia.stat.freeSpace | (null) |
StorageMedia.stat.usedSpace | StorageMedia:StorageMedia.stat.usedSpace | (null) |
StorageMedia.audio.channelType | StorageMedia:StorageMedia.audio.channelType | (null) |
StorageMedia.video.tvSystem | StorageMedia:StorageMedia.video.tvSystem | (null) |
Video
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
Video.videoCodec | Video:Video.videoCodec | (null) |
Video.width | Video:Video.width | (null) |
Video.height | Video:Video.height | (null) |
Video.pixelAspect | Video:Video.pixelAspect | (null) |
Video.videoBitrate | Video:Video.videoBitrate | (null) |
Video.duration | Video:Video.duration | (null) |
Video.audioCodec | Video:Video.audioCodec | (null) |
Video.audioBitrate | Video:Video.audioBitrate | (null) |
Video.altThumbnailWidth | Video:Video.altThumbnailWidth | (null) |
Video.altThumbnailHeight | Video:Video.altThumbnailHeight | (null) |
Video.altThumbnailOffset | Video:Video.altThumbnailOffset | (null) |
Video.altThumbnailSize | Video:Video.altThumbnailSize | (null) |
Video.altThumbnailCodec | Video:Video.altThumbnailCodec | (null) |
Video.audioTrackCount | Video:Video.audioTrackCount | (null) |
Video.subtitleTrackCount | Video:Video.subtitleTrackCount | (null) |
Video.videoVBRType | Video:Video.videoVBRType | (null) |
Video.audioVBRType | Video:Video.audioVBRType | (null) |
Video.containerType | Video:Video.containerType | (null) |
Video.segmentType | Video:Video.segmentType | (null) |
Video.smallThumbWidth | Video:Video.smallThumbWidth | (null) |
Video.smallThumbHieght | Video:Video.smallThumbHieght | (null) |
Video.smallThumbOffset | Video:Video.smallThumbOffset | (null) |
Video.smallThumbSize | Video:Video.smallThumbSize | (null) |
Video.smallThumbCodec | Video:Video.smallThumbCodec | (null) |
Video.altThumbnail | Video:Video.altThumbnail | (null) |
Video.altThumbnailOption | Video:Video.altThumbnailOption | (null) |
Video.titleNumber | Video:Video.titleNumber | (null) |
Video.thumbnailAvailability | Video:Video.thumbnailAvailability | (null) |
Video.segmentList | Video:Video.segmentList | (null) |
Video.smallThumb | Video:Video.smallThumb | (null) |
Video.smallThumbOption | Video:Video.smallThumbOption | (null) |
Video.extFilePath | Video:Video.extFilePath | (null) |
Video.extFileType | Video:Video.extFileType | (null) |
Video.extFileValue | Video:Video.extFileValue | (null) |
Video.reserved20 | Video:Video.reserved20 | (null) |
Video.reserved21 | Video:Video.reserved21 | (null) |
Video.reserved22 | Video:Video.reserved22 | (null) |
Video.reserved23 | Video:Video.reserved23 | (null) |
Video.reserved24 | Video:Video.reserved24 | (null) |
Video.reserved25 | Video:Video.reserved25 | (null) |
Video.reserved26 | Video:Video.reserved26 | (null) |
Video.reserved27 | Video:Video.reserved27 | (null) |
Video.reserved28 | Video:Video.reserved28 | (null) |
Video.reserved29 | Video:Video.reserved29 | (null) |
Video.reserved30 | Video:Video.reserved30 | (null) |
Video.reserved31 | Video:Video.reserved31 | (null) |
Video.reserved32 | Video:Video.reserved32 | (null) |
Video.reserved33 | Video:Video.reserved33 | (null) |
Video.reserved34 | Video:Video.reserved34 | (null) |
Video.reserved35 | Video:Video.reserved35 | (null) |
Video.reserved36 | Video:Video.reserved36 | (null) |
Video.reserved37 | Video:Video.reserved37 | (null) |
Video.reserved38 | Video:Video.reserved38 | (null) |
Video.reserved39 | Video:Video.reserved39 | (null) |
Video.stat.protectFlag | Video:Video.stat.protectFlag | (null) 0 |
Video.stat.playListFlag | Video:Video.stat.playListFlag | (null) |
Video.stat.albumId | Video:Video.stat.albumId | (null) |
Video.stat.copyCountRemain | Video:Video.stat.copyCountRemain | (null) |
Video.stat.copyCountMax | Video:Video.stat.copyCountMax | (null) |
Video.stat.copyCountCurrent | Video:Video.stat.copyCountCurrent | (null) |
Video.ext.modelName | Video:Video.ext.modelName | (null) |
Video.ext.timeReleased | Video:Video.ext.timeReleased | (null) |
Video.ext.manufacturer | Video:Video.ext.manufacturer | (null) |
Video.ext.titleEditDisabled | Video:Video.ext.titleEditDisabled | (null) |
Video.ext.mediaFormat | Video:Video.ext.mediaFormat | (null) |
Video.ext.fileNumber | Video:Video.ext.fileNumber | (null) 000-0000 |
Video.ext.friendlyName | Video:Video.ext.friendlyName | (null) |
Video.ext.originalName | Video:Video.ext.originalName | (null) |
Video.ext.id | Video:Video.ext.id | (null) |
Video.ext.gameFlag | Video:Video.ext.gameFlag | (null) |
Video.ext.gameProductNumber | Video:Video.ext.gameProductNumber | (null) |
Video.ext.gameTitle | Video:Video.ext.gameTitle | (null) |
Video.ext.gameDescription | Video:Video.ext.gameDescription | (null) |
Video.ext.infoFile | Video:Video.ext.infoFile | (null) |
VideoServed.genre | Video:VideoServed.genre | (null) |
VideoServed.genreForSort | Video:VideoServed.genreForSort | (null) |
VideoServed.description | Video:VideoServed.description | (null) |
VideoServed.diskId | Video:VideoServed.diskId | (null) |
VideoServed.parentalLevel | Video:VideoServed.parentalLevel | (null) |
VideoServedEx.numOfPerson | Video:VideoServedEx.numOfPerson | (null) |
VideoServedEx.guidedDuration | Video:VideoServedEx.guidedDuration | (null) |
VideoServedEx.broadcastType | Video:VideoServedEx.broadcastType | (null) |
VideoServedEx.dataBroadcast | Video:VideoServedEx.dataBroadcast | (null) |
VideoServedEx.multiViewer | Video:VideoServedEx.multiViewer | (null) |
VideoServedEx.caption | Video:VideoServedEx.caption | (null) |
VideoServedEx.episodeCount | Video:VideoServedEx.episodeCount | (null) |
VideoServedEx.episodeNumber | Video:VideoServedEx.episodeNumber | (null) |
VideoServedEx.director | Video:VideoServedEx.director | (null) |
VideoServedEx.producer | Video:VideoServedEx.producer | (null) |
VideoServedEx.writer | Video:VideoServedEx.writer | (null) |
VideoServedEx.channel | Video:VideoServedEx.channel | (null) |
VideoServedEx.person | Video:VideoServedEx.person | (null) |
VideoServedEx.subtitle | Video:VideoServedEx.subtitle | (null) |
VideoServedEx.language | Video:VideoServedEx.language | (null) |
VideoServedEx.country | Video:VideoServedEx.country | (null) |
VideoServedEx.price | Video:VideoServedEx.price | (null) |
VideoIntelligent.recgPersonList | Video:VideoIntelligent.recgPersonList | (null) |
VideoIntelligent.recommendation | Video:VideoIntelligent.recommendation | (null) |
VideoList
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
VideoList.type | VideoList:VideoList.type | (null) %xCB_LIST_TYPE_VIDEO_IMPORTEDMONTH %xCB_LIST_TYPE_VIDEO_PLAYLIST %xCB_LIST_TYPE_VIDEO_PSP_PLAYLIST %xCB_LIST_TYPE_VIDEO_TAGS %xCB_LIST_TYPE_VIDEO_TITLELIST %xCB_LIST_TYPE_VIDEO_TITLE_INITIAL %xCB_LIST_TYPE_VIDEO_USER_DEFINED |
VideoList.numOfItems | VideoList:VideoList.numOfItems | (null) |
VideoList.numOfUnlinkedItems | VideoList:VideoList.numOfUnlinkedItems | (null) |
VideoList.syncTarget | VideoList:VideoList.syncTarget | (null) |
VideoList.numOfSyncTargetMedia | VideoList:VideoList.numOfSyncTargetMedia | (null) |
VideoList.mridList | VideoList:VideoList.mridList | (null) |
VideoList.unlinkedMridList | VideoList:VideoList.unlinkedMridList | (null) |
VideoList.syncTargetMediaList | VideoList:VideoList.syncTargetMediaList | (null) |
VideoList.m3uFilePath | VideoList:VideoList.m3uFilePath | (null) |
VideoList.reserved1 | VideoList:VideoList.reserved1 | (null) |
VideoList.reserved2 | VideoList:VideoList.reserved2 | (null) |
VideoList.reserved3 | VideoList:VideoList.reserved3 | (null) |
VideoList.reserved20 | VideoList:VideoList.reserved20 | (null) |
VideoList.reserved21 | VideoList:VideoList.reserved21 | (null) |
VideoList.reserved22 | VideoList:VideoList.reserved22 | (null) |
VideoList.reserved23 | VideoList:VideoList.reserved23 | (null) |
VideoList.reserved24 | VideoList:VideoList.reserved24 | (null) |
VideoList.reserved25 | VideoList:VideoList.reserved25 | (null) |
VideoList.reserved26 | VideoList:VideoList.reserved26 | (null) |
VideoList.reserved27 | VideoList:VideoList.reserved27 | (null) |
VideoList.reserved28 | VideoList:VideoList.reserved28 | (null) |
VideoList.reserved29 | VideoList:VideoList.reserved29 | (null) |
VideoListServed.diskId | VideoList:VideoListServed.diskId | (null) |
VideoListServed.genre | VideoList:VideoListServed.genre | (null) |
VideoListServed.description | VideoList:VideoListServed.description | (null) |
VideoListServed.mediaFormat | VideoList:VideoListServed.mediaFormat | (null) |
VideoListServed.duration | VideoList:VideoListServed.duration | (null) |
VideoListServedEx.numOfPerson | VideoList:VideoListServedEx.numOfPerson | (null) |
VideoListServedEx.production | VideoList:VideoListServedEx.production | (null) |
VideoListServedEx.publisher | VideoList:VideoListServedEx.publisher | (null) |
VideoListServedEx.person | VideoList:VideoListServedEx.person | (null) |
VideoListServedEx.subtitle | VideoList:VideoListServedEx.subtitle | (null) |
VideoListServedEx.language | VideoList:VideoListServedEx.language | (null) |
VideoListServedEx.country | VideoList:VideoListServedEx.country | (null) |
Music
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
Music.codec | Music:Music.codec | (null) %xCB_CODEC_TYPE_AAC %xCB_CODEC_TYPE_AC3 %xCB_CODEC_TYPE_ALAC %xCB_CODEC_TYPE_AT3 %xCB_CODEC_TYPE_AT3P %xCB_CODEC_TYPE_ATALL %xCB_CODEC_TYPE_AVC %xCB_CODEC_TYPE_BMP %xCB_CODEC_TYPE_DIVX %xCB_CODEC_TYPE_DNG %xCB_CODEC_TYPE_DSD %xCB_CODEC_TYPE_GIF %xCB_CODEC_TYPE_JPEG %xCB_CODEC_TYPE_JPEG_TRANSCODED %xCB_CODEC_TYPE_LPCM %xCB_CODEC_TYPE_LPCM_TRANSCODED %xCB_CODEC_TYPE_MOTIONJPEG %xCB_CODEC_TYPE_MP3 %xCB_CODEC_TYPE_MPEG1 %xCB_CODEC_TYPE_MPEG1_LAYER1 %xCB_CODEC_TYPE_MPEG1_LAYER2 %xCB_CODEC_TYPE_MPEG1_LAYER3 %xCB_CODEC_TYPE_MPEG2 %xCB_CODEC_TYPE_MPEG2_LAYER1 %xCB_CODEC_TYPE_MPEG2_LAYER2 %xCB_CODEC_TYPE_MPEG2_LAYER3 %xCB_CODEC_TYPE_MPEG2_TRANSCODED %xCB_CODEC_TYPE_MPEG2_TS %xCB_CODEC_TYPE_MPEG2_TS_CP_HEADER %xCB_CODEC_TYPE_MPEG2_TS_TRANSCODED %xCB_CODEC_TYPE_MPEG4 %xCB_CODEC_TYPE_PNG %xCB_CODEC_TYPE_PNG_TRANSCODED %xCB_CODEC_TYPE_PPS %xCB_CODEC_TYPE_RAW_CANON %xCB_CODEC_TYPE_RAW_NIKON %xCB_CODEC_TYPE_RAW_SONY %xCB_CODEC_TYPE_RESERVED_1 %xCB_CODEC_TYPE_RESERVED_2 %xCB_CODEC_TYPE_RESERVED_7 %xCB_CODEC_TYPE_RESERVED_8 %xCB_CODEC_TYPE_RESERVED_9 %xCB_CODEC_TYPE_TIFF %xCB_CODEC_TYPE_UNKNOWN %xCB_CODEC_TYPE_U_LAW %xCB_CODEC_TYPE_WAV %xCB_CODEC_TYPE_WMA %xCB_CODEC_TYPE_WMV |
Music.bitrate | Music:Music.bitrate | (null) |
Music.samplingRate | Music:Music.samplingRate | (null) |
Music.quantizationBitRate | Music:Music.quantizationBitRate | (null) |
Music.channelType | Music:Music.channelType | (null) |
Music.vbrType | Music:Music.vbrType | (null) |
Music.containerType | Music:Music.containerType | (null) |
Music.m3uFilePath | Music:Music.m3uFilePath | (null) |
Music.m3uSortOrder | Music:Music.m3uSortOrder | (null) |
Music.extFilePath | Music:Music.extFilePath | (null) |
Music.extFileType | Music:Music.extFileType | (null) |
Music.extFileValue | Music:Music.extFileValue | (null) |
Music.reserved3 | Music:Music.reserved3 | (null) |
Music.reserved20 | Music:Music.reserved20 | (null) |
Music.reserved21 | Music:Music.reserved21 | (null) |
Music.reserved22 | Music:Music.reserved22 | (null) |
Music.reserved23 | Music:Music.reserved23 | (null) |
Music.reserved24 | Music:Music.reserved24 | (null) |
Music.reserved25 | Music:Music.reserved25 | (null) |
Music.reserved26 | Music:Music.reserved26 | (null) |
Music.reserved27 | Music:Music.reserved27 | (null) |
Music.reserved28 | Music:Music.reserved28 | (null) |
Music.reserved29 | Music:Music.reserved29 | (null) |
Music.stat.albumId | Music:Music.stat.albumId | (null) |
Music.stat.copyCountRemain | Music:Music.stat.copyCountRemain | (null) |
Music.stat.copyCountMax | Music:Music.stat.copyCountMax | (null) |
Music.stat.copyCountCurrent | Music:Music.stat.copyCountCurrent | (null) |
Music.ext.gameFlag | Music:Music.ext.gameFlag | (null) |
Music.ext.gameTitle | Music:Music.ext.gameTitle | (null) |
Music.ext.gameDescription | Music:Music.ext.gameDescription | (null) |
Music.ext.gameProductNumber | Music:Music.ext.gameProductNumber | (null) |
Music.ext.timeReleased | Music:Music.ext.timeReleased | (null) |
MusicServed.genre | Music:MusicServed.genre | (null) |
MusicServed.numOfTracks | Music:MusicServed.numOfTracks | (null) |
MusicServed.playerForSortAt | Music:MusicServed.playerForSortAt | (null) |
MusicServed.diskId | Music:MusicServed.diskId | (null) |
MusicServed.discNumber | Music:MusicServed.discNumber | (null) |
MusicServed.groupId | Music:MusicServed.groupId | (null) |
MusicServed.genreForSort | Music:MusicServed.genreForSort | (null) |
MusicServed.player | Music:MusicServed.player | (null) |
MusicServed.playerForSort | Music:MusicServed.playerForSort | (null) |
MusicServed.listTitle | Music:MusicServed.listTitle | (null) |
MusicServed.listTitleForSort | Music:MusicServed.listTitleForSort | (null) |
MusicServed.discNum | Music:MusicServed.discNum | (null) |
MusicServed.discNumMax | Music:MusicServed.discNumMax | (null) |
MusicServed.duration | Music:MusicServed.duration | (null) |
MusicServed.trackNumber | Music:MusicServed.trackNumber | (null) |
MusicServed.trackId | Music:MusicServed.trackId | (null) |
MusicServedEx.label | Music:MusicServedEx.label | (null) |
MusicServedEx.subtitle | Music:MusicServedEx.subtitle | (null) |
MusicServedEx.language | Music:MusicServedEx.language | (null) |
MusicServedEx.country | Music:MusicServedEx.country | (null) |
MusicServedEx.description | Music:MusicServedEx.description | (null) |
MusicIntelligent.recommendation | Music:MusicIntelligent.recommendation | (null) |
MusicIntelligent.segmentList | Music:MusicIntelligent.segmentList | (null) |
MusicIntelligent.sabiStart | Music:MusicIntelligent.sabiStart | (null) |
MusicIntelligent.sabiEnd | Music:MusicIntelligent.sabiEnd | (null) |
MusicIntelligent.bpm | Music:MusicIntelligent.bpm | (null) |
MusicIntelligent.mood | Music:MusicIntelligent.mood | (null) |
MusicIntelligent.theme | Music:MusicIntelligent.theme | (null) |
MusicIntelligent.peak | Music:MusicIntelligent.peak | (null) |
MusicIntelligent.mood1 | Music:MusicIntelligent.mood1 | (null) |
MusicIntelligent.mood2 | Music:MusicIntelligent.mood2 | (null) |
MusicIntelligent.mood3 | Music:MusicIntelligent.mood3 | (null) |
MusicIntelligent.mood4 | Music:MusicIntelligent.mood4 | (null) |
MusicIntelligent.mood5 | Music:MusicIntelligent.mood5 | (null) |
MusicIntelligent.mood6 | Music:MusicIntelligent.mood6 | (null) |
MusicIntelligent.mood7 | Music:MusicIntelligent.mood7 | (null) |
MusicIntelligent.mood8 | Music:MusicIntelligent.mood8 | (null) |
MusicIntelligent.mood9 | Music:MusicIntelligent.mood9 | (null) |
MusicIntelligent.mood10 | Music:MusicIntelligent.mood10 | (null) |
MusicIntelligent.hlf1 | Music:MusicIntelligent.hlf1 | (null) |
MusicIntelligent.hlf2 | Music:MusicIntelligent.hlf2 | (null) |
MusicIntelligent.hlf3 | Music:MusicIntelligent.hlf3 | (null) |
MusicIntelligent.hlf4 | Music:MusicIntelligent.hlf4 | (null) |
MusicIntelligent.hlf5 | Music:MusicIntelligent.hlf5 | (null) |
MusicIntelligent.hlf6 | Music:MusicIntelligent.hlf6 | (null) |
MusicIntelligent.hlf7 | Music:MusicIntelligent.hlf7 | (null) |
MusicIntelligent.hlf8 | Music:MusicIntelligent.hlf8 | (null) |
MusicIntelligent.hlf9 | Music:MusicIntelligent.hlf9 | (null) |
MusicIntelligent.hlf10 | Music:MusicIntelligent.hlf10 | (null) |
MusicIntelligent.hlf11 | Music:MusicIntelligent.hlf11 | (null) |
MusicIntelligent.hlf12 | Music:MusicIntelligent.hlf12 | (null) |
MusicList
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
MusicList.type | MusicList:MusicList.type | (null) %xCB_LIST_TYPE_MUSIC_ALBUM %xCB_LIST_TYPE_MUSIC_ALBUM_AMG %xCB_LIST_TYPE_MUSIC_ALBUM_TOC %xCB_LIST_TYPE_MUSIC_ALBUM_USERMODIFIED %xCB_LIST_TYPE_MUSIC_GROUP %xCB_LIST_TYPE_MUSIC_PLAYLIST %xCB_LIST_TYPE_MUSIC_PLAYLIST_ARTIST %xCB_LIST_TYPE_MUSIC_PLAYLIST_GENRE %xCB_LIST_TYPE_MUSIC_PSP_PLAYLIST %xCB_LIST_TYPE_MUSIC_RELEASEDYEAR %xCB_LIST_TYPE_MUSIC_TRACKNAME_INITIAL %xCB_LIST_TYPE_MUSIC_USER_DEFINED |
MusicList.numOfItems | MusicList:MusicList.numOfItems | (null) |
MusicList.numOfMaxItems | MusicList:MusicList.numOfMaxItems | (null) |
MusicList.numOfUnlinkedItems | MusicList:MusicList.numOfUnlinkedItems | (null) |
MusicList.syncTarget | MusicList:MusicList.syncTarget | (null) |
MusicList.numOfSyncTargetMedia | MusicList:MusicList.numOfSyncTargetMedia | (null) |
MusicList.mridList | MusicList:MusicList.mridList | (null) |
MusicList.m3uFilePath | MusicList:MusicList.m3uFilePath | (null) |
MusicList.unlinkedMridList | MusicList:MusicList.unlinkedMridList | (null) |
MusicList.syncTargetMediaList | MusicList:MusicList.syncTargetMediaList | (null) |
MusicList.reserved2 | MusicList:MusicList.reserved2 | (null) |
MusicList.reserved3 | MusicList:MusicList.reserved3 | (null) |
MusicList.reserved20 | MusicList:MusicList.reserved20 | (null) |
MusicList.reserved21 | MusicList:MusicList.reserved21 | (null) |
MusicList.reserved22 | MusicList:MusicList.reserved22 | (null) |
MusicList.reserved23 | MusicList:MusicList.reserved23 | (null) |
MusicList.reserved24 | MusicList:MusicList.reserved24 | (null) |
MusicList.reserved25 | MusicList:MusicList.reserved25 | (null) |
MusicList.reserved26 | MusicList:MusicList.reserved26 | (null) |
MusicList.reserved27 | MusicList:MusicList.reserved27 | (null) |
MusicList.reserved28 | MusicList:MusicList.reserved28 | (null) |
MusicList.reserved29 | MusicList:MusicList.reserved29 | (null) |
MusicListServed.genre | MusicList:MusicListServed.genre | (null) |
MusicListServed.genreForSort | MusicList:MusicListServed.genreForSort | (null) |
MusicListServed.player | MusicList:MusicListServed.player | (null) |
MusicListServed.playerForSort | MusicList:MusicListServed.playerForSort | (null) |
MusicListServed.diskId | MusicList:MusicListServed.diskId | (null) |
MusicListServed.groupId | MusicList:MusicListServed.groupId | (null) |
MusicListServed.playerForSortAt | MusicList:MusicListServed.playerForSortAt | (null) |
MusicListServed.duration | MusicList:MusicListServed.duration | (null) |
MusicListServedEx.numOfPerson | MusicList:MusicListServedEx.numOfPerson | (null) |
MusicListServedEx.similarList | MusicList:MusicListServedEx.similarList | (null) |
MusicListServedEx.label | MusicList:MusicListServedEx.label | (null) |
MusicListServedEx.playerInfo | MusicList:MusicListServedEx.playerInfo | (null) |
MusicListServedEx.subtitle | MusicList:MusicListServedEx.subtitle | (null) |
MusicListServedEx.style | MusicList:MusicListServedEx.style | (null) |
MusicListServedEx.theme | MusicList:MusicListServedEx.theme | (null) |
MusicListServedEx.language | MusicList:MusicListServedEx.language | (null) |
MusicListServedEx.country | MusicList:MusicListServedEx.country | (null) |
MusicListServedEx.description | MusicList:MusicListServedEx.description | (null) |
Photo
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
Photo.codec | Photo:Photo.codec | (null) |
Photo.depth | Photo:Photo.depth | (null) |
Photo.width | Photo:Photo.width | (null) |
Photo.height | Photo:Photo.height | (null) |
Photo.pixelAspect | Photo:Photo.pixelAspect | (null) |
Photo.orientation | Photo:Photo.orientation | (null) |
Photo.trimMode | Photo:Photo.trimMode | (null) |
Photo.trimX | Photo:Photo.trimX | (null) |
Photo.trimY | Photo:Photo.trimY | (null) |
Photo.trimWidth | Photo:Photo.trimWidth | (null) |
Photo.trimHeight | Photo:Photo.trimHeight | (null) |
Photo.cbsWhite | Photo:Photo.cbsWhite | (null) |
Photo.cbsBlack | Photo:Photo.cbsBlack | (null) |
Photo.cbsRed | Photo:Photo.cbsRed | (null) |
Photo.cbsBlue | Photo:Photo.cbsBlue | (null) |
Photo.cbsYellow | Photo:Photo.cbsYellow | (null) |
Photo.cbsGreen | Photo:Photo.cbsGreen | (null) |
Photo.risBlur | Photo:Photo.risBlur | (null) |
Photo.risCVar | Photo:Photo.risCVar | (null) |
Photo.faceCenter | Photo:Photo.faceCenter | (null) |
Photo.faceAveSize | Photo:Photo.faceAveSize | (null) |
Photo.faceSmile | Photo:Photo.faceSmile | (null) |
Photo.faceCount | Photo:Photo.faceCount | (null) |
Photo.recogEngineStatus | Photo:Photo.recogEngineStatus | (null) |
Photo.cbsStatus | Photo:Photo.cbsStatus | (null) |
Photo.cbsFeature | Photo:Photo.cbsFeature | (null) |
Photo.cbsMainColor | Photo:Photo.cbsMainColor | (null) |
Photo.clstEvent | Photo:Photo.clstEvent | (null) |
Photo.clstImageSimilarity | Photo:Photo.clstImageSimilarity | (null) |
Photo.clstListUsrDf | Photo:Photo.clstListUsrDf | (null) |
Photo.reserved20 | Photo:Photo.reserved20 | (null) |
Photo.reserved21 | Photo:Photo.reserved21 | (null) |
Photo.reserved22 | Photo:Photo.reserved22 | (null) |
Photo.reserved23 | Photo:Photo.reserved23 | (null) |
Photo.reserved24 | Photo:Photo.reserved24 | (null) |
Photo.reserved25 | Photo:Photo.reserved25 | (null) |
Photo.reserved26 | Photo:Photo.reserved26 | (null) |
Photo.reserved27 | Photo:Photo.reserved27 | (null) |
Photo.reserved28 | Photo:Photo.reserved28 | (null) |
Photo.reserved29 | Photo:Photo.reserved29 | (null) |
Photo.stat.albumId | Photo:Photo.stat.albumId | (null) |
Photo.ext.gameDescription | Photo:Photo.ext.gameDescription | (null) |
Photo.ext.gameTitle | Photo:Photo.ext.gameTitle | (null) |
Photo.ext.gameFlag | Photo:Photo.ext.gameFlag | (null) |
Photo.ext.gameProductNumber | Photo:Photo.ext.gameProductNumber | (null) |
PhotoEx.exifVersion | Photo:PhotoEx.exifVersion | (null) |
PhotoEx.timeDigitized | Photo:PhotoEx.timeDigitized | (null) |
PhotoEx.exposureProgram | Photo:PhotoEx.exposureProgram | (null) |
PhotoEx.colorSpace | Photo:PhotoEx.colorSpace | (null) |
PhotoEx.focalLen | Photo:PhotoEx.focalLen | (null) |
PhotoEx.aperture | Photo:PhotoEx.aperture | (null) |
PhotoEx.shutterSpeed | Photo:PhotoEx.shutterSpeed | (null) |
PhotoEx.isoSense | Photo:PhotoEx.isoSense | (null) |
PhotoEx.luminous | Photo:PhotoEx.luminous | (null) |
PhotoEx.flush | Photo:PhotoEx.flush | (null) |
PhotoEx.modelName | Photo:PhotoEx.modelName | (null) |
PhotoEx.manufacturer | Photo:PhotoEx.manufacturer | (null) |
PhotoEx.timer | Photo:PhotoEx.timer | (null) |
PhotoEx.distance | Photo:PhotoEx.distance | (null) |
PhotoEx.resolution | Photo:PhotoEx.resolution | (null) |
PhotoEx.resolutionUnit | Photo:PhotoEx.resolutionUnit | (null) |
PhotoEx.compressMode | Photo:PhotoEx.compressMode | (null) |
PhotoEx.description | Photo:PhotoEx.description | (null) |
PhotoEx.fileNumber | Photo:PhotoEx.fileNumber | (null) |
PhotoEx.fNumber | Photo:PhotoEx.fNumber | (null) |
PhotoEx.exposureBiasValue | Photo:PhotoEx.exposureBiasValue | (null) |
PhotoEx.maxApertureValue | Photo:PhotoEx.maxApertureValue | (null) |
PhotoEx.whiteBalance | Photo:PhotoEx.whiteBalance | (null) |
PhotoIntelligent.recommendation | Photo:PhotoIntelligent.recommendation | (null) |
PhotoIntelligent.object | Photo:PhotoIntelligent.object | (null) |
PhotoIntelligent.recgPersonList | Photo:PhotoIntelligent.recgPersonList | (null) |
PhotoList
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
PhotoList.type | PhotoList:PhotoList.type | (null) %xCB_LIST_TYPE_PHOTO_ALBUM %xCB_LIST_TYPE_PHOTO_ALBUM_DAY %xCB_LIST_TYPE_PHOTO_ALBUM_MONTH %xCB_LIST_TYPE_PHOTO_ALBUM_YEAR %xCB_LIST_TYPE_PHOTO_LABEL %xCB_LIST_TYPE_PHOTO_NETSHARE_FRIEND_ALBUM %xCB_LIST_TYPE_PHOTO_NETSHARE_INVITED_ALBUM %xCB_LIST_TYPE_PHOTO_NETSHARE_MY_ALBUM %xCB_LIST_TYPE_PHOTO_NETSHARE_VIRTUAL_ALL %xCB_LIST_TYPE_PHOTO_NETSHARE_VIRTUAL_FEATURED %xCB_LIST_TYPE_PHOTO_NETSHARE_VIRTUAL_KEYWORD_SEARCH %xCB_LIST_TYPE_PHOTO_PICCTO %xCB_LIST_TYPE_PHOTO_PLAYLIST %xCB_LIST_TYPE_PHOTO_PSP_PLAYLIST %xCB_LIST_TYPE_PHOTO_TAGS %xCB_LIST_TYPE_PHOTO_USER_DEFINED |
PhotoList.numOfItems | PhotoList:PhotoList.numOfItems | (null) |
PhotoList.numOfUnlinkedItems | PhotoList:PhotoList.numOfUnlinkedItems | (null) |
PhotoList.syncTarget | PhotoList:PhotoList.syncTarget | (null) |
PhotoList.numOfSyncTargetMedia | PhotoList:PhotoList.numOfSyncTargetMedia | (null) |
PhotoList.sortType | PhotoList:PhotoList.sortType | (null) |
PhotoList.slideshowType | PhotoList:PhotoList.slideshowType | (null) |
PhotoList.slideshowSpeed | PhotoList:PhotoList.slideshowSpeed | (null) |
PhotoList.bgm | PhotoList:PhotoList.bgm | (null) |
PhotoList.jacketType | PhotoList:PhotoList.jacketType | (null) |
PhotoList.jacketAngle | PhotoList:PhotoList.jacketAngle | (null) |
PhotoList.mridList | PhotoList:PhotoList.mridList | (null) |
PhotoList.description | PhotoList:PhotoList.description | (null) |
PhotoList.unlinkedMridList | PhotoList:PhotoList.unlinkedMridList | (null) |
PhotoList.syncTargetMediaList | PhotoList:PhotoList.syncTargetMediaList | (null) |
PhotoList.clstName | PhotoList:PhotoList.clstName | (null) |
PhotoList.clstUsrDf | PhotoList:PhotoList.clstUsrDf | (null) |
PhotoList.upperClst | PhotoList:PhotoList.upperClst | (null) |
PhotoList.jacketName | PhotoList:PhotoList.jacketName | (null) |
PhotoList.jacketImages | PhotoList:PhotoList.jacketImages | (null) |
PhotoList.jacketPosition | PhotoList:PhotoList.jacketPosition | (null) |
PhotoList.extFilePath | PhotoList:PhotoList.extFilePath | (null) |
PhotoList.extFileType | PhotoList:PhotoList.extFileType | (null) |
PhotoList.extFileValue | PhotoList:PhotoList.extFileValue | (null) |
PhotoList.reserved1 | PhotoList:PhotoList.reserved1 | (null) |
PhotoList.reserved2 | PhotoList:PhotoList.reserved2 | (null) |
PhotoList.reserved3 | PhotoList:PhotoList.reserved3 | (null) |
PhotoList.reserved20 | PhotoList:PhotoList.reserved20 | (null) |
PhotoList.reserved21 | PhotoList:PhotoList.reserved21 | (null) |
PhotoList.reserved22 | PhotoList:PhotoList.reserved22 | (null) |
PhotoList.reserved23 | PhotoList:PhotoList.reserved23 | (null) |
PhotoList.reserved24 | PhotoList:PhotoList.reserved24 | (null) |
PhotoList.reserved25 | PhotoList:PhotoList.reserved25 | (null) |
PhotoList.reserved26 | PhotoList:PhotoList.reserved26 | (null) |
PhotoList.reserved27 | PhotoList:PhotoList.reserved27 | (null) |
PhotoList.reserved28 | PhotoList:PhotoList.reserved28 | (null) |
PhotoList.reserved29 | PhotoList:PhotoList.reserved29 | (null) |
Game
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
Game.broken | Game:Game.broken | (null) 0 1 |
Game.parentalLevel | Game:Game.parentalLevel | (null) |
Game.titleDefault | Game:Game.titleDefault | (null) |
Game.titleId | Game:Game.titleId | SCEAPPS01 SCEAPPS02 SCEAPPS03 NPIA00002 (Folding@home) NPIA00005 (Playstation home) (any other title ID) |
Game.subTitle | Game:Game.subTitle | (null) |
Game.subTitleId | Game:Game.subTitleId | (null) |
Game.resolution | Game:Game.resolution | (null) |
Game.soundFormat | Game:Game.soundFormat | (null) |
Game.xmbApps | Game:Game.xmbApps | (null) |
Game.version | Game:Game.version | (null) |
Game.region | Game:Game.region | (null) |
Game.bootable | Game:Game.bootable | (null) |
Game.ps3SystemVer | Game:Game.ps3SystemVer | (null) |
Game.category | 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, Hulu) BV (goes to Video column) CB (Network, ex: Life with Playstation, Folding@home) GD (Game - Game Data) HM (Playstation Home) HG (Game - HDD Game) MN (Game - PSP Mini Game) PP (Game - PSP Game ?????) SD (Game - Game Save Data) VF (???) WT (goes to TV/Video column) XR (PS3_EXTRA) IP (Install Package) DP (Disc Package) |
Game.gameCategory | Game:Game.gameCategory | (null) |
Game.timeModified | Game:Game.timeModified | (null) |
Game.attribute | Game:Game.attribute | (null) |
Game.detail | Game:Game.detail | (null) |
Game.contentUrl | Game:Game.contentUrl | (null) |
Game.commerceParam | Game:Game.commerceParam | (null) |
Game.tmpDirName | Game:Game.tmpDirName | (null) |
Game.license | Game:Game.license | (null) |
Game.gameDataID | Game:Game.gameDataID | (null) |
Game.patchFile | Game:Game.patchFile | (null) |
Game.available | Game:Game.available | (null) |
Game.title00 | Game:Game.title00 | (null) |
Game.title01 | Game:Game.title01 | (null) |
Game.title02 | Game:Game.title02 | (null) |
Game.title03 | Game:Game.title03 | (null) |
Game.title04 | Game:Game.title04 | (null) |
Game.title05 | Game:Game.title05 | (null) |
Game.title06 | Game:Game.title06 | (null) |
Game.title07 | Game:Game.title07 | (null) |
Game.title08 | Game:Game.title08 | (null) |
Game.title09 | Game:Game.title09 | (null) |
Game.title10 | Game:Game.title10 | (null) |
Game.title11 | Game:Game.title11 | (null) |
Game.title12 | Game:Game.title12 | (null) |
Game.title13 | Game:Game.title13 | (null) |
Game.title14 | Game:Game.title14 | (null) |
Game.title15 | Game:Game.title15 | (null) |
Game.title16 | Game:Game.title16 | (null) |
Game.title17 | Game:Game.title17 | (null) |
Game.title18 | Game:Game.title18 | (null) |
Game.title19 | Game:Game.title19 | (null) |
Game.title20 | Game:Game.title20 | (null) |
Game.title21 | Game:Game.title21 | (null) |
Game.title22 | Game:Game.title22 | (null) |
Game.title23 | Game:Game.title23 | (null) |
Game.title24 | Game:Game.title24 | (null) |
Game.title25 | Game:Game.title25 | (null) |
Game.title26 | Game:Game.title26 | (null) |
Game.title27 | Game:Game.title27 | (null) |
Game.title28 | Game:Game.title28 | (null) |
Game.title29 | Game:Game.title29 | (null) |
Game.title30 | Game:Game.title30 | (null) |
Game.param1 | Game:Game.param1 | (null) |
Game.param2 | Game:Game.param2 | (null) |
Game.param3 | Game:Game.param3 | (null) |
Game.param4 | Game:Game.param4 | (null) |
Game.reserved20 | Game:Game.reserved20 | (null) |
Game.reserved21 | Game:Game.reserved21 | (null) |
Game.reserved22 | Game:Game.reserved22 | (null) |
Game.reserved23 | Game:Game.reserved23 | (null) |
Game.reserved24 | Game:Game.reserved24 | (null) |
Game.reserved25 | Game:Game.reserved25 | (null) |
Game.reserved26 | Game:Game.reserved26 | (null) |
Game.reserved27 | Game:Game.reserved27 | (null) |
Game.reserved28 | Game:Game.reserved28 | (null) |
Game.reserved29 | Game:Game.reserved29 | (null) |
Game.reserved30 | Game:Game.reserved30 | (null) |
Game.reserved31 | Game:Game.reserved31 | (null) |
Game.reserved32 | Game:Game.reserved32 | (null) |
Game.reserved33 | Game:Game.reserved33 | (null) |
Game.reserved34 | Game:Game.reserved34 | (null) |
Game.reserved35 | Game:Game.reserved35 | (null) |
GameList
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
GameList.type | 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 |
GameList.numOfItems | GameList:GameList.numOfItems | (null) |
GameList.numOfUnlinkedItems | GameList:GameList.numOfUnlinkedItems | (null) |
GameList.syncTarget | GameList:GameList.syncTarget | (null) |
GameList.numOfSyncTargetMedia | GameList:GameList.numOfSyncTargetMedia | (null) |
GameList.mridList | GameList:GameList.mridList | (null) |
GameList.unlinkedMridList | GameList:GameList.unlinkedMridList | (null) |
GameList.syncTargetMediaList | GameList:GameList.syncTargetMediaList | (null) |
GameList.m3uFilePath | GameList:GameList.m3uFilePath | (null) |
GameList.reserved20 | GameList:GameList.reserved20 | (null) |
GameList.reserved21 | GameList:GameList.reserved21 | (null) |
GameList.reserved22 | GameList:GameList.reserved22 | (null) |
GameList.reserved23 | GameList:GameList.reserved23 | (null) |
GameList.reserved24 | GameList:GameList.reserved24 | (null) |
GameList.reserved25 | GameList:GameList.reserved25 | (null) |
GameList.reserved26 | GameList:GameList.reserved26 | (null) |
GameList.reserved27 | GameList:GameList.reserved27 | (null) |
GameList.reserved28 | GameList:GameList.reserved28 | (null) |
GameList.reserved29 | GameList:GameList.reserved29 | (null) |
GameSaveData
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
GameSaveData.personId | GameSaveData:GameSaveData.personId | (null) |
GameSaveData.gameId | GameSaveData:GameSaveData.gameId | (null) |
GameSaveData.movieThumbnail | GameSaveData:GameSaveData.movieThumbnail | (null) |
GameSaveData.3Dthumb | GameSaveData:GameSaveData.3Dthumb | (null) |
GameSaveData.bgImage | GameSaveData:GameSaveData.bgImage | (null) |
GameSaveData.bgMovie | GameSaveData:GameSaveData.bgMovie | (null) |
GameSaveData.music | GameSaveData:GameSaveData.music | (null) |
Ps3SaveData
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
Ps3SaveData.broken | Ps3SaveData:Ps3SaveData.broken | (null) 0 |
Ps3SaveData.parentalLevel | Ps3SaveData:Ps3SaveData.parentalLevel | (null) |
Ps3SaveData.accountId | Ps3SaveData:Ps3SaveData.accountId | (null) |
Ps3SaveData.version | Ps3SaveData:Ps3SaveData.version | (null) |
Ps3SaveData.category | Ps3SaveData:Ps3SaveData.category | (null) |
Ps3SaveData.attribute | Ps3SaveData:Ps3SaveData.attribute | (null) |
Ps3SaveData.timeModified | Ps3SaveData:Ps3SaveData.timeModified | (null) |
Ps3SaveData.listParam | Ps3SaveData:Ps3SaveData.listParam | (null) |
Ps3SaveData.sizeOnHdd | Ps3SaveData:Ps3SaveData.sizeOnHdd | (null) |
Ps3SaveData.fileNum | Ps3SaveData:Ps3SaveData.fileNum | (null) |
Ps3SaveData.ownerUserId | Ps3SaveData:Ps3SaveData.ownerUserId | (null) |
Ps3SaveData.ownerAccountId | Ps3SaveData:Ps3SaveData.ownerAccountId | (null) |
Ps3SaveData.subTitle | Ps3SaveData:Ps3SaveData.subTitle | (null) |
Ps3SaveData.detail | Ps3SaveData:Ps3SaveData.detail | (null) |
Ps3SaveData.tmpDirName | Ps3SaveData:Ps3SaveData.tmpDirName | (null) |
Ps3SaveData.ownerPsId | Ps3SaveData:Ps3SaveData.ownerPsId | (null) |
Ps3SaveData.param1 | Ps3SaveData:Ps3SaveData.param1 | (null) |
Ps3SaveData.param2 | Ps3SaveData:Ps3SaveData.param2 | (null) |
Ps3SaveData.param3 | Ps3SaveData:Ps3SaveData.param3 | (null) |
Ps3SaveData.param4 | Ps3SaveData:Ps3SaveData.param4 | (null) |
Ps3SaveData.reserved0 | Ps3SaveData:Ps3SaveData.reserved0 | (null) |
Ps3SaveData.reserved1 | Ps3SaveData:Ps3SaveData.reserved1 | (null) |
Ps3SaveData.reserved2 | Ps3SaveData:Ps3SaveData.reserved2 | (null) |
Ps3SaveData.reserved3 | Ps3SaveData:Ps3SaveData.reserved3 | (null) |
Ps2SaveData
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
Ps2.broken | Ps2SaveData:Ps2.broken | (null) |
Ps2.titleRetloc | Ps2SaveData:Ps2.titleRetloc | (null) |
Ps2.dataType | Ps2SaveData:Ps2.dataType | (null) |
Ps2.attribute | Ps2SaveData:Ps2.attribute | (null) |
Ps2.transparent | Ps2SaveData:Ps2.transparent | (null) |
Ps2.listIconFileName | Ps2SaveData:Ps2.listIconFileName | (null) |
Ps2.copyIconFileName | Ps2SaveData:Ps2.copyIconFileName | (null) |
Ps2.deleteIconFileName | Ps2SaveData:Ps2.deleteIconFileName | (null) |
Ps2.timeModified | Ps2SaveData:Ps2.timeModified | (null) |
Ps2.backRGBluR | Ps2SaveData:Ps2.backRGBluR | (null) |
Ps2.backRGBluG | Ps2SaveData:Ps2.backRGBluG | (null) |
Ps2.backRGBluB | Ps2SaveData:Ps2.backRGBluB | (null) |
Ps2.backRGBruR | Ps2SaveData:Ps2.backRGBruR | (null) |
Ps2.backRGBruG | Ps2SaveData:Ps2.backRGBruG | (null) |
Ps2.backRGBruB | Ps2SaveData:Ps2.backRGBruB | (null) |
Ps2.backRGBldR | Ps2SaveData:Ps2.backRGBldR | (null) |
Ps2.backRGBldG | Ps2SaveData:Ps2.backRGBldG | (null) |
Ps2.backRGBldB | Ps2SaveData:Ps2.backRGBldB | (null) |
Ps2.backRGBrdR | Ps2SaveData:Ps2.backRGBrdR | (null) |
Ps2.backRGBrdG | Ps2SaveData:Ps2.backRGBrdG | (null) |
Ps2.backRGBrdB | Ps2SaveData:Ps2.backRGBrdB | (null) |
Ps2.lights1X | Ps2SaveData:Ps2.lights1X | (null) |
Ps2.lights1Y | Ps2SaveData:Ps2.lights1Y | (null) |
Ps2.lights1Z | Ps2SaveData:Ps2.lights1Z | (null) |
Ps2.lights2X | Ps2SaveData:Ps2.lights2X | (null) |
Ps2.lights2Y | Ps2SaveData:Ps2.lights2Y | (null) |
Ps2.lights2Z | Ps2SaveData:Ps2.lights2Z | (null) |
Ps2.lights3X | Ps2SaveData:Ps2.lights3X | (null) |
Ps2.lights3Y | Ps2SaveData:Ps2.lights3Y | (null) |
Ps2.lights3Z | Ps2SaveData:Ps2.lights3Z | (null) |
Ps2.lights1R | Ps2SaveData:Ps2.lights1R | (null) |
Ps2.lights1G | Ps2SaveData:Ps2.lights1G | (null) |
Ps2.lights1B | Ps2SaveData:Ps2.lights1B | (null) |
Ps2.lights2R | Ps2SaveData:Ps2.lights2R | (null) |
Ps2.lights2G | Ps2SaveData:Ps2.lights2G | (null) |
Ps2.lights2B | Ps2SaveData:Ps2.lights2B | (null) |
Ps2.lights3R | Ps2SaveData:Ps2.lights3R | (null) |
Ps2.lights3G | Ps2SaveData:Ps2.lights3G | (null) |
Ps2.lights3B | Ps2SaveData:Ps2.lights3B | (null) |
Ps2.ambientR | Ps2SaveData:Ps2.ambientR | (null) |
Ps2.ambientG | Ps2SaveData:Ps2.ambientG | (null) |
Ps2.ambientB | Ps2SaveData:Ps2.ambientB | (null) |
Ps1SaveData
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
Ps1.broken | Ps1SaveData:Ps1.broken | (null) |
Ps1.dataType | Ps1SaveData:Ps1.dataType | (null) |
Ps1.timeModified | Ps1SaveData:Ps1.timeModified | (null) |
Ps1.iconImage | Ps1SaveData:Ps1.iconImage | (null) |
Ps1.iconClut | Ps1SaveData:Ps1.iconClut | (null) |
Psv
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
Psv.broken | Psv:Psv.broken | (null) |
Psv.timeModified | Psv:Psv.timeModified | (null) |
Psv.vmcSaveDataSize | Psv:Psv.vmcSaveDataSize | (null) |
Psv.tmpFileName | Psv:Psv.tmpFileName | (null) |
Psv.dataType | Psv:Psv.dataType | (null) |
Psv.param1 | Psv:Psv.param1 | (null) |
Psv.param2 | Psv:Psv.param2 | (null) |
Psv.param3 | Psv:Psv.param3 | (null) |
Psv.param4 | Psv:Psv.param4 | (null) |
Psv.PS1type | Psv:Psv.PS1type | (null) |
Psv.PS1iconImage | Psv:Psv.PS1iconImage | (null) |
Psv.PS2type | Psv:Psv.PS2type | (null) |
Psv.PS2attribute | Psv:Psv.PS2attribute | (null) |
Psv.PS2transparent | Psv:Psv.PS2transparent | (null) |
Psv.PS2backRGBluR | Psv:Psv.PS2backRGBluR | (null) |
Psv.PS2backRGBluG | Psv:Psv.PS2backRGBluG | (null) |
Psv.PS2backRGBluB | Psv:Psv.PS2backRGBluB | (null) |
Psv.PS2backRGBruR | Psv:Psv.PS2backRGBruR | (null) |
Psv.PS2backRGBruG | Psv:Psv.PS2backRGBruG | (null) |
Psv.PS2backRGBruB | Psv:Psv.PS2backRGBruB | (null) |
Psv.PS2backRGBldR | Psv:Psv.PS2backRGBldR | (null) |
Psv.PS2backRGBldG | Psv:Psv.PS2backRGBldG | (null) |
Psv.PS2backRGBldB | Psv:Psv.PS2backRGBldB | (null) |
Psv.PS2backRGBrdR | Psv:Psv.PS2backRGBrdR | (null) |
Psv.PS2backRGBrdG | Psv:Psv.PS2backRGBrdG | (null) |
Psv.PS2backRGBrdB | Psv:Psv.PS2backRGBrdB | (null) |
Psv.PS2lights1X | Psv:Psv.PS2lights1X | (null) |
Psv.PS2lights1Y | Psv:Psv.PS2lights1Y | (null) |
Psv.PS2lights1Z | Psv:Psv.PS2lights1Z | (null) |
Psv.PS2lights2X | Psv:Psv.PS2lights2X | (null) |
Psv.PS2lights2Y | Psv:Psv.PS2lights2Y | (null) |
Psv.PS2lights2Z | Psv:Psv.PS2lights2Z | (null) |
Psv.PS2lights3X | Psv:Psv.PS2lights3X | (null) |
Psv.PS2lights3Y | Psv:Psv.PS2lights3Y | (null) |
Psv.PS2lights3Z | Psv:Psv.PS2lights3Z | (null) |
Psv.PS2lights1R | Psv:Psv.PS2lights1R | (null) |
Psv.PS2lights1G | Psv:Psv.PS2lights1G | (null) |
Psv.PS2lights1B | Psv:Psv.PS2lights1B | (null) |
Psv.PS2lights2R | Psv:Psv.PS2lights2R | (null) |
Psv.PS2lights2G | Psv:Psv.PS2lights2G | (null) |
Psv.PS2lights2B | Psv:Psv.PS2lights2B | (null) |
Psv.PS2lights3R | Psv:Psv.PS2lights3R | (null) |
Psv.PS2lights3G | Psv:Psv.PS2lights3G | (null) |
Psv.PS2lights3B | Psv:Psv.PS2lights3B | (null) |
Psv.PS2ambientR | Psv:Psv.PS2ambientR | (null) |
Psv.PS2ambientG | Psv:Psv.PS2ambientG | (null) |
Psv.PS2ambientB | Psv:Psv.PS2ambientB | (null) |
Psv.PS2listIconOffset | Psv:Psv.PS2listIconOffset | (null) |
Psv.PS2listIconSize | Psv:Psv.PS2listIconSize | (null) |
Psv.PS2copyIconOffset | Psv:Psv.PS2copyIconOffset | (null) |
Psv.PS2copyIconSize | Psv:Psv.PS2copyIconSize | (null) |
Psv.PS2deleteIconOffset | Psv:Psv.PS2deleteIconOffset | (null) |
Psv.PS2deleteIconSize | Psv:Psv.PS2deleteIconSize | (null) |
PspSaveData
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
PspSaveData.parentalLevel | PspSaveData:PspSaveData.parentalLevel | (null) |
PspSaveData.broken | PspSaveData:PspSaveData.broken | (null) 0 |
PspSaveData.timeModified | PspSaveData:PspSaveData.timeModified | (null) |
PspSaveData.size | PspSaveData:PspSaveData.size | (null) |
PspSaveData.sdTitle | PspSaveData:PspSaveData.sdTitle | (null) |
PspSaveData.detail | PspSaveData:PspSaveData.detail | (null) |
PspSaveData.backUpDirName | PspSaveData:PspSaveData.backUpDirName | (null) |
PspSaveData.tmpDirName | PspSaveData:PspSaveData.tmpDirName | (null) |
PspSaveData.param1 | PspSaveData:PspSaveData.param1 | (null) |
PspSaveData.param2 | PspSaveData:PspSaveData.param2 | (null) |
PspSaveData.param3 | PspSaveData:PspSaveData.param3 | (null) |
PspSaveData.param4 | PspSaveData:PspSaveData.param4 | (null) |
PspSdDir
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
PspSdDir.broken | PspSdDir:PspSdDir.broken | (null) |
PspSdDir.timeModified | PspSdDir:PspSdDir.timeModified | (null) |
PspSdDir.numOfItems | PspSdDir:PspSdDir.numOfItems | (null) |
PspSdDir.tmpDirName | PspSdDir:PspSdDir.tmpDirName | (null) |
PspSdDir.param1 | PspSdDir:PspSdDir.param1 | (null) |
PspSdDir.param2 | PspSdDir:PspSdDir.param2 | (null) |
PspSdDir.param3 | PspSdDir:PspSdDir.param3 | (null) |
PspSdDir.param4 | PspSdDir:PspSdDir.param4 | (null) |
Vmc
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
Vmc.broken | Vmc:Vmc.broken | (null) 0 |
Vmc.type | Vmc:Vmc.type | (null) |
Vmc.freeSize | Vmc:Vmc.freeSize | (null) |
Vmc.iconType | Vmc:Vmc.iconType | (null) |
Vmc.sealFileName | Vmc:Vmc.sealFileName | (null) |
Vmc.timeModified | Vmc:Vmc.timeModified | (null) |
Vmc.slot | Vmc:Vmc.slot | (null) |
Vmc.port | Vmc:Vmc.port | (null) |
Vmc.tmpFileName | Vmc:Vmc.tmpFileName | (null) |
AchievTitle
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
AchievTitle.broken | AchievTitle:AchievTitle.broken | (null) |
AchievTitle.contentsStatus | AchievTitle:AchievTitle.contentsStatus | (null) |
AchievTitle.version | AchievTitle:AchievTitle.version | (null) |
AchievTitle.appver | AchievTitle:AchievTitle.appver | (null) |
AchievTitle.accountId | AchievTitle:AchievTitle.accountId | (null) |
AchievTitle.parentalLevel | AchievTitle:AchievTitle.parentalLevel | (null) |
AchievTitle.flagNum | AchievTitle:AchievTitle.flagNum | (null) |
AchievTitle.userTitleStatus | AchievTitle:AchievTitle.userTitleStatus | (null) |
AchievTitle.timeFirstPlayed | AchievTitle:AchievTitle.timeFirstPlayed | (null) |
AchievTitle.timeLastPlayed | AchievTitle:AchievTitle.timeLastPlayed | (null) |
AchievTitle.timeLastUnlocked | AchievTitle:AchievTitle.timeLastUnlocked | (null) |
AchievTitle.playedTime | AchievTitle:AchievTitle.playedTime | (null) |
AchievTitle.unlockedFlagNum | AchievTitle:AchievTitle.unlockedFlagNum | (null) |
AchievTitle.timeLastSynced | AchievTitle:AchievTitle.timeLastSynced | (null) |
AchievTitle.tmpDirName | AchievTitle:AchievTitle.tmpDirName | (null) |
AchievTitle.npcommId | AchievTitle:AchievTitle.npcommId | (null) |
AchievTitle.detail | AchievTitle:AchievTitle.detail | (null) |
AchievTitle.userId | AchievTitle:AchievTitle.userId | (null) |
AchievTitle.confDirPath | AchievTitle:AchievTitle.confDirPath | (null) |
AchievTitle.reserved0 | AchievTitle:AchievTitle.reserved0 | (null) |
AchievTitle.reserved1 | AchievTitle:AchievTitle.reserved1 | (null) |
AchievTitle.reserved2 | AchievTitle:AchievTitle.reserved2 | (null) |
AchievTitle.reserved3 | AchievTitle:AchievTitle.reserved3 | (null) |
AchievTitle.reserved4 | AchievTitle:AchievTitle.reserved4 | (null) |
AchievTitle.reserved5 | AchievTitle:AchievTitle.reserved5 | (null) |
AchievTitle.reserved6 | AchievTitle:AchievTitle.reserved6 | (null) |
AchievTitle.reserved7 | AchievTitle:AchievTitle.reserved7 | (null) |
AchievTitle.reserved8 | AchievTitle:AchievTitle.reserved8 | (null) |
AchievTitle.reserved9 | AchievTitle:AchievTitle.reserved9 | (null) |
AchievTitle.ex.userId | AchievTitle:AchievTitle.ex.userId | (null) |
AchievTitle.ex.userTitleStatus | AchievTitle:AchievTitle.ex.userTitleStatus | (null) |
AchievTitle.ex.timeFirstPlayed | AchievTitle:AchievTitle.ex.timeFirstPlayed | (null) |
AchievTitle.ex.timeLastPlayed | AchievTitle:AchievTitle.ex.timeLastPlayed | (null) |
AchievTitle.ex.timeLastUnlocked | AchievTitle:AchievTitle.ex.timeLastUnlocked | (null) |
AchievTitle.ex.playedTime | AchievTitle:AchievTitle.ex.playedTime | (null) |
AchievTitle.ex.unlockedFlagNum | AchievTitle:AchievTitle.ex.unlockedFlagNum | (null) |
AchievTitle.ex.timeLastUpdate | AchievTitle:AchievTitle.ex.timeLastUpdate | (null) |
AchievTitle.svr.timeLastUpdate | AchievTitle:AchievTitle.svr.timeLastUpdate | (null) |
AchievTitle.svr.showState | AchievTitle:AchievTitle.svr.showState | (null) |
AchievFlag
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
AchievFlag.broken | AchievFlag:AchievFlag.broken | (null) |
AchievFlag.flagId | AchievFlag:AchievFlag.flagId | (null) |
AchievFlag.flagType | AchievFlag:AchievFlag.flagType | (null) |
AchievFlag.flagOrder | AchievFlag:AchievFlag.flagOrder | (null) |
AchievFlag.hidden | AchievFlag:AchievFlag.hidden | (null) 0 1 |
AchievFlag.userFlagStatus | AchievFlag:AchievFlag.userFlagStatus | (null) |
AchievFlag.unlocked | AchievFlag:AchievFlag.unlocked | (null) 0 1 |
AchievFlag.timeUnlocked | AchievFlag:AchievFlag.timeUnlocked | (null) |
AchievFlag.playedTime | AchievFlag:AchievFlag.playedTime | (null) |
AchievFlag.npcommId | AchievFlag:AchievFlag.npcommId | (null) |
AchievFlag.detail | AchievFlag:AchievFlag.detail | (null) |
AchievFlag.userId | AchievFlag:AchievFlag.userId | (null) |
AchievFlag.confDirPath | AchievFlag:AchievFlag.confDirPath | (null) |
AchievFlag.reserved0 | AchievFlag:AchievFlag.reserved0 | (null) |
AchievFlag.reserved1 | AchievFlag:AchievFlag.reserved1 | (null) |
AchievFlag.reserved2 | AchievFlag:AchievFlag.reserved2 | (null) |
AchievFlag.reserved3 | AchievFlag:AchievFlag.reserved3 | (null) |
AchievFlag.reserved4 | AchievFlag:AchievFlag.reserved4 | (null) |
AchievFlag.reserved5 | AchievFlag:AchievFlag.reserved5 | (null) |
AchievFlag.reserved6 | AchievFlag:AchievFlag.reserved6 | (null) |
AchievFlag.reserved7 | AchievFlag:AchievFlag.reserved7 | (null) |
AchievFlag.reserved8 | AchievFlag:AchievFlag.reserved8 | (null) |
AchievFlag.reserved9 | AchievFlag:AchievFlag.reserved9 | (null) |
AchievFlag.ex.userId | AchievFlag:AchievFlag.ex.userId | (null) |
AchievFlag.ex.userFlagStatus | AchievFlag:AchievFlag.ex.userFlagStatus | (null) |
AchievFlag.ex.unlocked | AchievFlag:AchievFlag.ex.unlocked | (null) |
AchievFlag.ex.timeUnlocked | AchievFlag:AchievFlag.ex.timeUnlocked | (null) |
AchievFlag.ex.playedTime | AchievFlag:AchievFlag.ex.playedTime | (null) |
BlockedPlayer
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
BlockedPlayer.friendId | BlockedPlayer:BlockedPlayer.friendId | (null) |
BlockedPlayer.encodedId | BlockedPlayer:BlockedPlayer.encodedId | (null) |
BlockedPlayer.reserved5 | BlockedPlayer:BlockedPlayer.reserved5 | (null) |
BlockedPlayer.reserved4 | BlockedPlayer:BlockedPlayer.reserved4 | (null) |
BlockedPlayer.reserved3 | BlockedPlayer:BlockedPlayer.reserved3 | (null) |
BlockedPlayer.reserved2 | BlockedPlayer:BlockedPlayer.reserved2 | (null) |
BlockedPlayer.reserved1 | BlockedPlayer:BlockedPlayer.reserved1 | (null) |
PlayedPlayer
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
PlayedPlayer.numOfComIDs | PlayedPlayer:PlayedPlayer.numOfComIDs | (null) |
PlayedPlayer.friendId | PlayedPlayer:PlayedPlayer.friendId | (null) |
PlayedPlayer.encodedId | PlayedPlayer:PlayedPlayer.encodedId | (null) |
PlayedPlayer.titleName | PlayedPlayer:PlayedPlayer.titleName | (null) |
PlayedPlayer.description | PlayedPlayer:PlayedPlayer.description | (null) |
PlayedPlayer.reserved1 | PlayedPlayer:PlayedPlayer.reserved1 | (null) |
PlayedPlayer.reserved2 | PlayedPlayer:PlayedPlayer.reserved2 | (null) |
PlayedPlayer.reserved3 | PlayedPlayer:PlayedPlayer.reserved3 | (null) |
PlayedPlayer.reserved4 | PlayedPlayer:PlayedPlayer.reserved4 | (null) |
PlayedPlayer.reserved5 | PlayedPlayer:PlayedPlayer.reserved5 | (null) |
PlayedPlayer.communicationIDs | PlayedPlayer:PlayedPlayer.communicationIDs | (null) |
Person
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
Person.userId | Person:Person.userId | (null) |
Person.friendId | Person:Person.friendId | (null) |
Person.encodedId | Person:Person.encodedId | (null) |
Person.location | Person:Person.location | (null) |
Person.reserved1 | Person:Person.reserved1 | (null) |
Person.reserved2 | Person:Person.reserved2 | (null) |
Person.reserved3 | Person:Person.reserved3 | (null) |
Person.reserved20 | Person:Person.reserved20 | (null) |
Person.reserved21 | Person:Person.reserved21 | (null) |
Person.reserved22 | Person:Person.reserved22 | (null) |
Person.reserved23 | Person:Person.reserved23 | (null) |
Person.reserved24 | Person:Person.reserved24 | (null) |
Person.reserved25 | Person:Person.reserved25 | (null) |
Person.reserved26 | Person:Person.reserved26 | (null) |
Person.reserved27 | Person:Person.reserved27 | (null) |
Person.reserved28 | Person:Person.reserved28 | (null) |
Person.reserved29 | Person:Person.reserved29 | (null) |
Person.stat.presence | Person:Person.stat.presence | (null) 2 6 |
Person.stat.status | Person:Person.stat.status | (null) 2 3 4 5 6 |
Person.stat.capability | Person:Person.stat.capability | (null) |
Person.stat.relationValue | Person:Person.stat.relationValue | (null) |
Person.stat.albumId | Person:Person.stat.albumId | (null) |
Person.stat.statusDetail | Person:Person.stat.statusDetail | (null) |
Person.stat.userStatus | Person:Person.stat.userStatus | (null) |
Person.stat.capabilityDetail | Person:Person.stat.capabilityDetail | (null) |
Person.stat.relation | Person:Person.stat.relation | (null) |
Person.stat.gameId | Person:Person.stat.gameId | (null) |
Person.stat.gameData | Person:Person.stat.gameData | (null) |
Person.stat.osdId | Person:Person.stat.osdId | (null) |
Person.stat.osdData | Person:Person.stat.osdData | (null) |
PersonList
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
PersonList.numOfItems | PersonList:PersonList.numOfItems | (null) |
PersonList.type | PersonList:PersonList.type | (null) |
PersonList.numOfUnlinkedItems | PersonList:PersonList.numOfUnlinkedItems | (null) |
PersonList.syncTarget | PersonList:PersonList.syncTarget | (null) |
PersonList.numOfSyncTargetMedia | PersonList:PersonList.numOfSyncTargetMedia | (null) |
PersonList.mridList | PersonList:PersonList.mridList | (null) |
PersonList.searchCondition | PersonList:PersonList.searchCondition | (null) |
PersonList.unlinkedMridList | PersonList:PersonList.unlinkedMridList | (null) |
PersonList.syncTargetMediaList | PersonList:PersonList.syncTargetMediaList | (null) |
PersonList.m3uFilePath | PersonList:PersonList.m3uFilePath | (null) |
PersonList.reserved1 | PersonList:PersonList.reserved1 | (null) |
PersonList.reserved2 | PersonList:PersonList.reserved2 | (null) |
PersonList.reserved3 | PersonList:PersonList.reserved3 | (null) |
PersonList.reserved20 | PersonList:PersonList.reserved20 | (null) |
PersonList.reserved21 | PersonList:PersonList.reserved21 | (null) |
PersonList.reserved22 | PersonList:PersonList.reserved22 | (null) |
PersonList.reserved23 | PersonList:PersonList.reserved23 | (null) |
PersonList.reserved24 | PersonList:PersonList.reserved24 | (null) |
PersonList.reserved25 | PersonList:PersonList.reserved25 | (null) |
PersonList.reserved26 | PersonList:PersonList.reserved26 | (null) |
PersonList.reserved27 | PersonList:PersonList.reserved27 | (null) |
PersonList.reserved28 | PersonList:PersonList.reserved28 | (null) |
PersonList.reserved29 | PersonList:PersonList.reserved29 | (null) |
PeopleRecognition
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
PeopleRecognition.x | PeopleRecognition:PeopleRecognition.x | (null) |
PeopleRecognition.y | PeopleRecognition:PeopleRecognition.y | (null) |
PeopleRecognition.width | PeopleRecognition:PeopleRecognition.width | (null) |
PeopleRecognition.height | PeopleRecognition:PeopleRecognition.height | (null) |
PeopleRecognition.pid | PeopleRecognition:PeopleRecognition.pid | (null) |
PeopleRecognition.probability | PeopleRecognition:PeopleRecognition.probability | (null) |
PeopleRecognition.in | PeopleRecognition:PeopleRecognition.in | (null) |
PeopleRecognition.out | PeopleRecognition:PeopleRecognition.out | (null) |
PeopleRecognition.label | PeopleRecognition:PeopleRecognition.label | (null) |
PeopleRecognition.score2 | PeopleRecognition:PeopleRecognition.score2 | (null) |
PeopleRecognition.score3 | PeopleRecognition:PeopleRecognition.score3 | (null) |
PeopleRecognition.score4 | PeopleRecognition:PeopleRecognition.score4 | (null) |
PeopleRecognition.faceId | PeopleRecognition:PeopleRecognition.faceId | (null) |
PeopleRecognition.sfaceStatus | PeopleRecognition:PeopleRecognition.sfaceStatus | (null) |
PeopleRecognition.name | PeopleRecognition:PeopleRecognition.name | (null) |
PeopleRecognition.faceAngle | PeopleRecognition:PeopleRecognition.faceAngle | (null) |
PeopleRecognition.gaborData | PeopleRecognition:PeopleRecognition.gaborData | (null) |
PeopleRecognition.facePartsData | PeopleRecognition:PeopleRecognition.facePartsData | (null) |
PeopleRecognition.faceOrgData | PeopleRecognition:PeopleRecognition.faceOrgData | (null) |
PeopleRecognition.sfaceVersion | PeopleRecognition:PeopleRecognition.sfaceVersion | (null) |
PeopleRecognition.clstListUsrDf | PeopleRecognition:PeopleRecognition.clstListUsrDf | (null) |
PeopleRecognition.clstResemb | PeopleRecognition:PeopleRecognition.clstResemb | (null) |
PeopleRecogList
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
PeopleRecognitionList.type | PeopleRecogList:PeopleRecognitionList.type | (null) |
PeopleRecognitionList.numItems | PeopleRecogList:PeopleRecognitionList.numItems | (null) |
PeopleRecognitionList.mridList | PeopleRecogList:PeopleRecognitionList.mridList | (null) |
PeopleRecognitionList.clstName | PeopleRecogList:PeopleRecognitionList.clstName | (null) |
PeopleRecognitionList.clstUsrDf | PeopleRecogList:PeopleRecognitionList.clstUsrDf | (null) |
PeopleRecognitionList.upperClst | PeopleRecogList:PeopleRecognitionList.upperClst | (null) |
Message
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
Message.direction | Message:Message.direction | (null) 0 1 |
Message.type | Message:Message.type | (null) |
Message.attachmentId | Message:Message.attachmentId | (null) |
Message.other | Message:Message.other | (null) |
Message.buddyName | Message:Message.buddyName | (null) |
Message.body | Message:Message.body | (null) |
Message.attachmentKey | Message:Message.attachmentKey | (null) |
Message.attachmentServerURI | Message:Message.attachmentServerURI | (null) |
Message.encodedId | Message:Message.encodedId | (null) |
Message.invitedData | Message:Message.invitedData | (null) |
Message.reserved3 | Message:Message.reserved3 | (null) |
Message.reserved2 | Message:Message.reserved2 | (null) |
Message.contentType | Message:Message.contentType | (null) |
Message.description | Message:Message.description | (null) |
Message.reserved20 | Message:Message.reserved20 | (null) |
Message.reserved21 | Message:Message.reserved21 | (null) |
Message.reserved22 | Message:Message.reserved22 | (null) |
Message.reserved23 | Message:Message.reserved23 | (null) |
Message.reserved24 | Message:Message.reserved24 | (null) |
Message.reserved25 | Message:Message.reserved25 | (null) |
Message.reserved26 | Message:Message.reserved26 | (null) |
Message.reserved27 | Message:Message.reserved27 | (null) |
Message.reserved28 | Message:Message.reserved28 | (null) |
Message.reserved29 | Message:Message.reserved29 | (null) |
Message.stat.attachThumbnail | Message:Message.stat.attachThumbnail | (null) |
Message.stat.attachmentStatus | Message:Message.stat.attachmentStatus | (null) |
Message.stat.attachmentLocalURI | Message:Message.stat.attachmentLocalURI | (null) |
Message.stat.albumId | Message:Message.stat.albumId | (null) |
Message.stat.status | Message:Message.stat.status | (null) 0 |
MessageList
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
MessageList.numOfItems | MessageList:MessageList.numOfItems | (null) |
MessageList.type | MessageList:MessageList.type | (null) |
MessageList.numOfUnlinkedItems | MessageList:MessageList.numOfUnlinkedItems | (null) |
MessageList.syncTarget | MessageList:MessageList.syncTarget | (null) |
MessageList.numSyncTargetMedia | MessageList:MessageList.numSyncTargetMedia | (null) |
MessageList.mridList | MessageList:MessageList.mridList | (null) |
MessageList.unlinkedMridList | MessageList:MessageList.unlinkedMridList | (null) |
MessageList.syncTargetMediaList | MessageList:MessageList.syncTargetMediaList | (null) |
MessageList.m3uFilePath | MessageList:MessageList.m3uFilePath | (null) |
MessageList.reserved1 | MessageList:MessageList.reserved1 | (null) |
MessageList.reserved2 | MessageList:MessageList.reserved2 | (null) |
MessageList.reserved3 | MessageList:MessageList.reserved3 | (null) |
MessageList.reserved20 | MessageList:MessageList.reserved20 | (null) |
MessageList.reserved21 | MessageList:MessageList.reserved21 | (null) |
MessageList.reserved22 | MessageList:MessageList.reserved22 | (null) |
MessageList.reserved23 | MessageList:MessageList.reserved23 | (null) |
MessageList.reserved24 | MessageList:MessageList.reserved24 | (null) |
Segment
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
Segment.type | Segment:Segment.type | (null) |
Segment.typeDetail | Segment:Segment.typeDetail | (null) |
Segment.typeValue | Segment:Segment.typeValue | (null) |
Segment.in | Segment:Segment.in | (null) |
Segment.out | Segment:Segment.out | (null) |
Segment.startPosition | Segment:Segment.startPosition | (null) |
Segment.endPosition | Segment:Segment.endPosition | (null) |
Segment.original | Segment:Segment.original | (null) |
Segment.loopCount | Segment:Segment.loopCount | (null) |
Segment.orientation | Segment:Segment.orientation | (null) |
Segment.soundLevel | Segment:Segment.soundLevel | (null) |
Segment.exposureLevel | Segment:Segment.exposureLevel | (null) |
Segment.brightnessLevel | Segment:Segment.brightnessLevel | (null) |
Segment.contrastLevel | Segment:Segment.contrastLevel | (null) |
Segment.chromaLevel | Segment:Segment.chromaLevel | (null) |
Segment.fontSize | Segment:Segment.fontSize | (null) |
Segment.description | Segment:Segment.description | (null) |
Segment.relatedList | Segment:Segment.relatedList | (null) |
Segment.linkedList | Segment:Segment.linkedList | (null) |
Segment.recgPersonList | Segment:Segment.recgPersonList | (null) |
Segment.position | Segment:Segment.position | (null) |
Segment.motionFilePath | Segment:Segment.motionFilePath | (null) |
Segment.trim | Segment:Segment.trim | (null) |
Segment.gainLevel | Segment:Segment.gainLevel | (null) |
Segment.whiteBalance | Segment:Segment.whiteBalance | (null) |
Segment.fontType | Segment:Segment.fontType | (null) |
Segment.fontOption | Segment:Segment.fontOption | (null) |
Segment.reserved0 | Segment:Segment.reserved0 | (null) |
Segment.reserved1 | Segment:Segment.reserved1 | (null) |
Segment.reserved2 | Segment:Segment.reserved2 | (null) |
Segment.reserved3 | Segment:Segment.reserved3 | (null) |
Segment.reserved4 | Segment:Segment.reserved4 | (null) |
Segment.reserved5 | Segment:Segment.reserved5 | (null) |
Segment.reserved6 | Segment:Segment.reserved6 | (null) |
Segment.reserved7 | Segment:Segment.reserved7 | (null) |
Segment.reserved8 | Segment:Segment.reserved8 | (null) |
Segment.reserved9 | Segment:Segment.reserved9 | (null) |
SegmentList
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
SegmentList.type | SegmentList:SegmentList.type | (null) 4 21 |
SegmentList.numOfItems | SegmentList:SegmentList.numOfItems | (null) |
SegmentList.mridList | SegmentList:SegmentList.mridList | (null) |
SegmentList.description | SegmentList:SegmentList.description | (null) |
SegmentList.extFilePath | SegmentList:SegmentList.extFilePath | (null) |
SegmentList.extFileType | SegmentList:SegmentList.extFileType | (null) |
SegmentList.extFileValue | SegmentList:SegmentList.extFileValue | (null) |
SegmentList.reserved0 | SegmentList:SegmentList.reserved0 | (null) |
SegmentList.reserved1 | SegmentList:SegmentList.reserved1 | (null) |
SegmentList.reserved2 | SegmentList:SegmentList.reserved2 | (null) |
SegmentList.reserved3 | SegmentList:SegmentList.reserved3 | (null) |
SegmentList.reserved4 | SegmentList:SegmentList.reserved4 | (null) |
MixList
This object can be used with the #Common_fields or with the specific fields in the table below.
Field | Usage | Confirmed accepted values |
---|---|---|
MixList.type | MixList:MixList.type | (null) |
MixList.numOfItems | MixList:MixList.numOfItems | (null) |
MixList.duration | MixList:MixList.duration | (null) |
MixList.numOfUnlinkedItems | MixList:MixList.numOfUnlinkedItems | (null) |
MixList.syncTarget | MixList:MixList.syncTarget | (null) |
MixList.numSyncTargetMedia | MixList:MixList.numSyncTargetMedia | (null) |
MixList.sortType | MixList:MixList.sortType | (null) |
MixList.slideshowType | MixList:MixList.slideshowType | (null) |
MixList.slideshowSpeed | MixList:MixList.slideshowSpeed | (null) |
MixList.bgm | MixList:MixList.bgm | (null) |
MixList.jacketType | MixList:MixList.jacketType | (null) |
MixList.jacketAngle | MixList:MixList.jacketAngle | (null) |
MixList.mridList | MixList:MixList.mridList | (null) |
MixList.description | MixList:MixList.description | (null) |
MixList.unlinkedMridList | MixList:MixList.unlinkedMridList | (null) |
MixList.syncTargetMediaList | MixList:MixList.syncTargetMediaList | (null) |
MixList.m3uFilePath | MixList:MixList.m3uFilePath | (null) |
MixList.jacketName | MixList:MixList.jacketName | (null) |
MixList.jacketImages | MixList:MixList.jacketImages | (null) |
MixList.jacketPosition | MixList:MixList.jacketPosition | (null) |
MixList.extFilePath | MixList:MixList.extFilePath | (null) |
MixList.extFileType | MixList:MixList.extFileType | (null) |
MixList.extFileValue | MixList:MixList.extFileValue | (null) |
MixList.reserved0 | MixList:MixList.reserved0 | (null) |
MixList.reserved1 | MixList:MixList.reserved1 | (null) |
MixList.reserved2 | MixList:MixList.reserved2 | (null) |
MixList.reserved3 | MixList:MixList.reserved3 | (null) |
MixList.reserved4 | MixList:MixList.reserved4 | (null) |
MixList.reserved5 | MixList:MixList.reserved5 | (null) |
MixList.reserved6 | MixList:MixList.reserved6 | (null) |
MixList.reserved7 | MixList:MixList.reserved7 | (null) |
MixList.reserved8 | MixList:MixList.reserved8 | (null) |
MixList.reserved9 | MixList:MixList.reserved9 | (null) |
PlusSaveData
This object can be used with the #Common_fields or with the specific fields in the table below.
Note: Found in firmware v4.00
xCB
This object seems to be a special type of object since it only allows very specific fields and don't use the "Common" fields.
Field | Usage | Confirmed accepted values |
---|---|---|
LogicalView | xCB:LogicalView | (null) |
MusicList | xCB:MusicList | (null) |
PSPMusicPlaylist | xCB:PSPMusicPlaylist | (null) |
PhotoList | xCB:PhotoList | (null) |
PSPPhotoPlaylist | xCB:PSPPhotoPlaylist | (null) |
VideoList | xCB:VideoList | (null) |