Editing XMB database

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 3: Line 3:
The XMB database is the database used by PS3 to present items in the XMB.
The XMB database is the database used by PS3 to present items in the XMB.


= Tables =
= Objects and fields in the database =
 
There are several tables in the XMB database, each one containing all objects and fields in the next topic.<br/>
One of the uses of this tables is to define in which table [[XMBML_Functions#xcb_Functions | XMBML xcb functions]] will search for displaying items in the XMB.
 
{| class="wikitable sortable"
|-
! Table name !! Description
|-
| MMS_MEDIA_TYPE_HDD (default) || The internal disc table.<br/>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.<br/>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.<br/>Used for storing information of games and other stuff etc that are stored in the PS3 Blu-Ray disc.
|-
| MMS_MEDIA_TYPE_PLUS || PSN+ SaveData (Group)<br/>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.
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.
Line 40: Line 19:
| 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 ''("Folding@home" v0.90... replaced by "Life with Playstation" in v1.00)''<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.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 NPIA00002 ''(Folding@home)''<br/>Game:Common.fileName NPIA00005 ''(Playstation home)''<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
Line 152: Line 131:
| Common.stat.stopPointInfo || *:Common.stat.stopPointInfo || (null)
| Common.stat.stopPointInfo || *:Common.stat.stopPointInfo || (null)
|-
|-
| Common.stat.rating || *:Common.stat.rating || (null)<br/>Game:Common.stat.rating 299<br/>Game:Common.stat.rating 300<br/>Game:Common.stat.rating ''(any other rating)''
| Common.stat.rating || *:Common.stat.rating || (null)<br/>Game:Common.stat.rating 299<br/>Game:Common.stat.rating 299<br/>Game:Common.stat.rating ''(any other rating)''
|-
|-
| Common.stat.stopPointInfoSuppl || *:Common.stat.stopPointInfoSuppl || (null)
| Common.stat.stopPointInfoSuppl || *:Common.stat.stopPointInfoSuppl || (null)
Line 242: Line 221:
! Field !! Usage !! Confirmed accepted values
! Field !! Usage !! Confirmed accepted values
|-
|-
| StorageMedia.audio.channelType || StorageMedia:StorageMedia.audio.channelType || (null)
| StorageMedia.id || StorageMedia:StorageMedia.id || (null)
|-
|-
| StorageMedia.autoFocus || StorageMedia:StorageMedia.autoFocus || (null)
| StorageMedia.type || StorageMedia:StorageMedia.type || (null)
|-
|-
| StorageMedia.capability || StorageMedia:StorageMedia.capability || (null)
| StorageMedia.mediaFormat || StorageMedia:StorageMedia.mediaFormat || (null)
|-
|-
| StorageMedia.clusterSize || StorageMedia:StorageMedia.clusterSize || (null)
| StorageMedia.numOfItems || StorageMedia:StorageMedia.numOfItems || (null)
|-
|-
| StorageMedia.deviceName || StorageMedia:StorageMedia.deviceName || (null)
| StorageMedia.deviceType || StorageMedia:StorageMedia.deviceType || (null)
|-
|-
| StorageMedia.deviceType || StorageMedia:StorageMedia.deviceType || (null)<br/>%xCB_DEVICE_TYPE_CF<br/>%xCB_DEVICE_TYPE_ETHER<br/>%xCB_DEVICE_TYPE_HDD<br/>%xCB_DEVICE_TYPE_MS<br/>%xCB_DEVICE_TYPE_OPTICAL_DRIVE<br/>%xCB_DEVICE_TYPE_RESERVED_4<br/>%xCB_DEVICE_TYPE_RESERVED_5<br/>%xCB_DEVICE_TYPE_RESERVED_6<br/>%xCB_DEVICE_TYPE_RESERVED_7<br/>%xCB_DEVICE_TYPE_SD<br/>%xCB_DEVICE_TYPE_UNKNOWN<br/>%xCB_DEVICE_TYPE_USBAAD<br/>%xCB_DEVICE_TYPE_USBAADWM<br/>%xCB_DEVICE_TYPE_USBCAMERA<br/>%xCB_DEVICE_TYPE_USBMASS<br/>%xCB_DEVICE_TYPE_USBMCA<br/>%xCB_DEVICE_TYPE_USBPSP<br/>%xCB_DEVICE_TYPE_USBPSP_FLASH<br/>%xCB_DEVICE_TYPE_USBPSP_HDD<br/>%xCB_DEVICE_TYPE_USBPSP_MS<br/>%xCB_DEVICE_TYPE_USBVIDEO<br/>%xCB_DEVICE_TYPE_USBWM
| StorageMedia.timeInserted || StorageMedia:StorageMedia.timeInserted || (null)
|-
|-
| StorageMedia.hybrid || StorageMedia:StorageMedia.hybrid || (null)<br/>HYBRID
| StorageMedia.sortOrder || StorageMedia:StorageMedia.sortOrder || (null)
|-
| StorageMedia.id || StorageMedia:StorageMedia.id || (null)
|-
|-
| StorageMedia.isRom || StorageMedia:StorageMedia.isRom || (null)
| StorageMedia.isRom || StorageMedia:StorageMedia.isRom || (null)
|-
|-
| StorageMedia.mediaFormat || StorageMedia:StorageMedia.mediaFormat || (null)<br/>%xCB_MEDIA_FORMAT_AVCHD<br/>%xCB_MEDIA_FORMAT_BDAV<br/>%xCB_MEDIA_FORMAT_BDMV<br/>%xCB_MEDIA_FORMAT_BD_DATA<br/>%xCB_MEDIA_FORMAT_CDDA<br/>%xCB_MEDIA_FORMAT_CD_DATA<br/>%xCB_MEDIA_FORMAT_CF_DATA<br/>%xCB_MEDIA_FORMAT_DATA<br/>%xCB_MEDIA_FORMAT_DLNA<br/>%xCB_MEDIA_FORMAT_DSD<br/>%xCB_MEDIA_FORMAT_DVDMVR<br/>%xCB_MEDIA_FORMAT_DVDPVR<br/>%xCB_MEDIA_FORMAT_DVD_DATA<br/>%xCB_MEDIA_FORMAT_DVD_VIDEO<br/>%xCB_MEDIA_FORMAT_HDD_DATA<br/>%xCB_MEDIA_FORMAT_MS_DATA<br/>%xCB_MEDIA_FORMAT_PS1GAME_CD<br/>%xCB_MEDIA_FORMAT_PS1MC<br/>%xCB_MEDIA_FORMAT_PS2GAME_CD<br/>%xCB_MEDIA_FORMAT_PS2GAME_DVD<br/>%xCB_MEDIA_FORMAT_PS2MC<br/>%xCB_MEDIA_FORMAT_PS3CONTENT_BD<br/>%xCB_MEDIA_FORMAT_PS3CONTENT_DVD<br/>%xCB_MEDIA_FORMAT_PS3GAME_BD<br/>%xCB_MEDIA_FORMAT_PS3GAME_DVD<br/>%xCB_MEDIA_FORMAT_PSP_DATA<br/>%xCB_MEDIA_FORMAT_RESERVED_5<br/>%xCB_MEDIA_FORMAT_RESERVED_6<br/>%xCB_MEDIA_FORMAT_RESERVED_7<br/>%xCB_MEDIA_FORMAT_RESERVED_8<br/>%xCB_MEDIA_FORMAT_RESERVED_9<br/>%xCB_MEDIA_FORMAT_RESERVED_A<br/>%xCB_MEDIA_FORMAT_SACD<br/>%xCB_MEDIA_FORMAT_SD_DATA<br/>%xCB_MEDIA_FORMAT_UNFORMATTED<br/>%xCB_MEDIA_FORMAT_UNKNOWN
| StorageMedia.clusterSize || StorageMedia:StorageMedia.clusterSize || (null)
|-
|-
| StorageMedia.mridList || StorageMedia:StorageMedia.mridList || (null)
| StorageMedia.mridList || StorageMedia:StorageMedia.mridList || (null)
|-
|-
| StorageMedia.numOfItems || StorageMedia:StorageMedia.numOfItems || (null)
| StorageMedia.regionCode || StorageMedia:StorageMedia.regionCode || (null)
|-
|-
| StorageMedia.optionalInfo || StorageMedia:StorageMedia.optionalInfo || (null)
| StorageMedia.capability || StorageMedia:StorageMedia.capability || (null)
|-
|-
| StorageMedia.promotedProfInfo || StorageMedia:StorageMedia.promotedProfInfo || (null)
| StorageMedia.deviceName || StorageMedia:StorageMedia.deviceName || (null)
|-
|-
| StorageMedia.regionCode || StorageMedia:StorageMedia.regionCode || (null)
| StorageMedia.autoFocus || StorageMedia:StorageMedia.autoFocus || (null)
|-
|-
| StorageMedia.reserved20 || StorageMedia:StorageMedia.reserved20 || (null)
| StorageMedia.hybrid || StorageMedia:StorageMedia.hybrid || (null)
|-
| 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.reserved21 || StorageMedia:StorageMedia.reserved21 || (null)
Line 290: Line 275:
| StorageMedia.reserved29 || StorageMedia:StorageMedia.reserved29 || (null)
| StorageMedia.reserved29 || StorageMedia:StorageMedia.reserved29 || (null)
|-
|-
| StorageMedia.secureEnable || StorageMedia:StorageMedia.secureEnable || (null)
| StorageMedia.stat.key || StorageMedia:StorageMedia.stat.key || (null)
|-
| StorageMedia.sortOrder || StorageMedia:StorageMedia.sortOrder || (null)
|-
|-
| StorageMedia.stat.firstPlay || StorageMedia:StorageMedia.stat.firstPlay || (null)
| StorageMedia.stat.firstPlay || StorageMedia:StorageMedia.stat.firstPlay || (null)
|-
|-
| StorageMedia.stat.freeSpace || StorageMedia:StorageMedia.stat.freeSpace || (null)
| StorageMedia.stat.protectFlag || StorageMedia:StorageMedia.stat.protectFlag || (null)
|-
|-
| StorageMedia.stat.id || StorageMedia:StorageMedia.stat.id || (null)
| StorageMedia.stat.protectResult || StorageMedia:StorageMedia.stat.protectResult || (null)
|-
|-
| StorageMedia.stat.key || StorageMedia:StorageMedia.stat.key || (null)
| StorageMedia.stat.resumeFlag || StorageMedia:StorageMedia.stat.resumeFlag || (null)
|-
|-
| StorageMedia.stat.mediaStatus || StorageMedia:StorageMedia.stat.mediaStatus || (null)<br/>%xCB_MEDIA_INSERTED
| StorageMedia.stat.writeFlag || StorageMedia:StorageMedia.stat.writeFlag || (null)
|-
|-
| StorageMedia.stat.mpProtectFlag || StorageMedia:StorageMedia.stat.mpProtectFlag || (null)
| StorageMedia.stat.mpProtectFlag || StorageMedia:StorageMedia.stat.mpProtectFlag || (null)
Line 310: Line 293:
| StorageMedia.stat.nickname || StorageMedia:StorageMedia.stat.nickname || (null)
| StorageMedia.stat.nickname || StorageMedia:StorageMedia.stat.nickname || (null)
|-
|-
| StorageMedia.stat.protectFlag || StorageMedia:StorageMedia.stat.protectFlag || (null)
| StorageMedia.stat.version || StorageMedia:StorageMedia.stat.version || (null)
|-
| StorageMedia.stat.id || StorageMedia:StorageMedia.stat.id || (null)
|-
|-
| StorageMedia.stat.protectResult || StorageMedia:StorageMedia.stat.protectResult || (null)
| StorageMedia.stat.mediaStatus || StorageMedia:StorageMedia.stat.mediaStatus || (null)
|-
|-
| StorageMedia.stat.resumeFlag || StorageMedia:StorageMedia.stat.resumeFlag || (null)
| StorageMedia.stat.freeSpace || StorageMedia:StorageMedia.stat.freeSpace || (null)
|-
|-
| StorageMedia.stat.usedSpace || StorageMedia:StorageMedia.stat.usedSpace || (null)
| StorageMedia.stat.usedSpace || StorageMedia:StorageMedia.stat.usedSpace || (null)
|-
|-
| StorageMedia.stat.version || StorageMedia:StorageMedia.stat.version || (null)
| StorageMedia.audio.channelType || StorageMedia:StorageMedia.audio.channelType || (null)
|-
| StorageMedia.stat.writeFlag || StorageMedia:StorageMedia.stat.writeFlag || (null)
|-
| StorageMedia.timeInserted || StorageMedia:StorageMedia.timeInserted || (null)
|-
| StorageMedia.type || StorageMedia:StorageMedia.type || (null)<br/>%xCB_MEDIA_TYPE_AAD<br/>%xCB_MEDIA_TYPE_AADWM<br/>%xCB_MEDIA_TYPE_BDMR<br/>%xCB_MEDIA_TYPE_BDMRE<br/>%xCB_MEDIA_TYPE_BDROM<br/>%xCB_MEDIA_TYPE_CDDA<br/>%xCB_MEDIA_TYPE_CDMR<br/>%xCB_MEDIA_TYPE_CDMRW<br/>%xCB_MEDIA_TYPE_CDROM<br/>%xCB_MEDIA_TYPE_CF<br/>%xCB_MEDIA_TYPE_DLNA<br/>%xCB_MEDIA_TYPE_DSD<br/>%xCB_MEDIA_TYPE_DVDMR<br/>%xCB_MEDIA_TYPE_DVDMRW<br/>%xCB_MEDIA_TYPE_DVDPR<br/>%xCB_MEDIA_TYPE_DVDPRW<br/>%xCB_MEDIA_TYPE_DVDROM<br/>%xCB_MEDIA_TYPE_FLASH<br/>%xCB_MEDIA_TYPE_HDD<br/>%xCB_MEDIA_TYPE_MS_IOX<br/>%xCB_MEDIA_TYPE_MS_MG<br/>%xCB_MEDIA_TYPE_MS_PRO<br/>%xCB_MEDIA_TYPE_MS_R<br/>%xCB_MEDIA_TYPE_MS_STD<br/>%xCB_MEDIA_TYPE_NETSHARE<br/>%xCB_MEDIA_TYPE_PDA<br/>%xCB_MEDIA_TYPE_PS1MC<br/>%xCB_MEDIA_TYPE_PS1_CD<br/>%xCB_MEDIA_TYPE_PS2MC<br/>%xCB_MEDIA_TYPE_PS2_CD<br/>%xCB_MEDIA_TYPE_PS2_DVD<br/>%xCB_MEDIA_TYPE_PS3_BD<br/>%xCB_MEDIA_TYPE_PS3_DVD<br/>%xCB_MEDIA_TYPE_RESERVED_4<br/>%xCB_MEDIA_TYPE_RESERVED_5<br/>%xCB_MEDIA_TYPE_RESERVED_6<br/>%xCB_MEDIA_TYPE_RESERVED_7<br/>%xCB_MEDIA_TYPE_RESERVED_8<br/>%xCB_MEDIA_TYPE_RESERVED_9<br/>%xCB_MEDIA_TYPE_SACD<br/>%xCB_MEDIA_TYPE_SD<br/>%xCB_MEDIA_TYPE_SYSTEM<br/>%xCB_MEDIA_TYPE_UNKNOWN<br/>%xCB_MEDIA_TYPE_USBMASS<br/>%xCB_MEDIA_TYPE_USBPSP<br/>%xCB_MEDIA_TYPE_VMC<br/>%xCB_MEDIA_TYPE_WM<br/>3 5 (see notes below)
|-
|-
| StorageMedia.video.tvSystem || StorageMedia:StorageMedia.video.tvSystem || (null)
| StorageMedia.video.tvSystem || StorageMedia:StorageMedia.video.tvSystem || (null)
|-
|-
|}
|}
*Notes
**Every '''type''' (refered to a media type, but it should work too with '''deviceType''' and '''mediaFormat''') has a number associated (unknown), instead of filtering media types by specifying his type with the xCB name it can be defined a range of devices by its numbers, as example the range ''StorageMedia.type 3 5''  includes the devices with associated numbers 3, 4 and 5
**StorageMedia:StorageMedia.type
***1 = %xCB_MEDIA_TYPE_PS3_BD
***2 = %xCB_MEDIA_TYPE_PS3_DVD
***3 = %xCB_MEDIA_TYPE_PS2_DVD
***4 = %xCB_MEDIA_TYPE_PS2_CD
***5 = %xCB_MEDIA_TYPE_PS1_CD


== Video ==
== Video ==
Line 1,048: Line 1,019:
! Field !! Usage !! Confirmed accepted values
! Field !! Usage !! Confirmed accepted values
|-
|-
| PhotoList.type || PhotoList:PhotoList.type || (null)<br/>%xCB_LIST_TYPE_PHOTO_ALBUM<br/>%xCB_LIST_TYPE_PHOTO_ALBUM_DAY<br/>%xCB_LIST_TYPE_PHOTO_ALBUM_MONTH<br/>%xCB_LIST_TYPE_PHOTO_ALBUM_YEAR<br/>%xCB_LIST_TYPE_PHOTO_LABEL<br/>%xCB_LIST_TYPE_PHOTO_NETSHARE_FRIEND_ALBUM<br/>%xCB_LIST_TYPE_PHOTO_NETSHARE_INVITED_ALBUM<br/>%xCB_LIST_TYPE_PHOTO_NETSHARE_MY_ALBUM<br/>%xCB_LIST_TYPE_PHOTO_NETSHARE_VIRTUAL_ALL<br/>%xCB_LIST_TYPE_PHOTO_NETSHARE_VIRTUAL_FEATURED<br/>%xCB_LIST_TYPE_PHOTO_NETSHARE_VIRTUAL_KEYWORD_SEARCH<br/>%xCB_LIST_TYPE_PHOTO_PICCTO<br/>%xCB_LIST_TYPE_PHOTO_PLAYLIST<br/>%xCB_LIST_TYPE_PHOTO_PSP_PLAYLIST<br/>%xCB_LIST_TYPE_PHOTO_TAGS<br/>%xCB_LIST_TYPE_PHOTO_USER_DEFINED
| PhotoList.type || PhotoList:PhotoList.type || (null)
|-
|-
| PhotoList.numOfItems || PhotoList:PhotoList.numOfItems || (null)
| PhotoList.numOfItems || PhotoList:PhotoList.numOfItems || (null)
Line 1,132: Line 1,103:
! Field !! Usage !! Confirmed accepted values
! Field !! Usage !! Confirmed accepted values
|-
|-
| Game.broken || Game:Game.broken || (null)<br/>0<br/>1
| Game.broken || Game:Game.broken || (null)
|-
|-
| Game.parentalLevel || Game:Game.parentalLevel || (null)
| Game.parentalLevel || Game:Game.parentalLevel || (null)
Line 1,138: Line 1,109:
| Game.titleDefault || Game:Game.titleDefault || (null)
| Game.titleDefault || Game:Game.titleDefault || (null)
|-
|-
| Game.titleId || Game:Game.titleId || <br/>SCEAPPS01<br/>SCEAPPS02<br/>SCEAPPS03<br/>NPIA00002 ''(Folding@home)''<br/>NPIA00005 ''(Playstation home)''<br/>''(any other title ID)''
| Game.titleId || Game:Game.titleId || (null)
|-
|-
| Game.subTitle || Game:Game.subTitle || (null)
| Game.subTitle || Game:Game.subTitle || (null)
Line 1,158: Line 1,129:
| Game.ps3SystemVer || Game:Game.ps3SystemVer || (null)
| Game.ps3SystemVer || Game:Game.ps3SystemVer || (null)
|-
|-
| Game.category || Game:Game.category || (null)<br/>1P ''(Game - PS1 Game)''<br/>2P ''(Game - PS2 Game)''<br/>2D ''(Game - PS2 Emulator Data)''<br/>AM ''(Music, ex: Qriocity Music Unlimited)''<br/>AP ''(Photo, ex: Play Memories)''<br/>AT ''(TV, ex: QOOK TV, Now TV)''<br/>AV ''(Video, ex: Netflix, LoveFilm, Hulu)''<br/>BV ''(goes to Video column)''<br/>CB ''(Network, ex: Life with Playstation, Folding@home)''<br/>GD ''(Game - Game Data)''<br/>HM ''(Playstation Home)''<br/>HG ''(Game - HDD Game)''<br/>MN ''(Game - PSP Minis Game)''<br/>PP ''(Game - PSP Game ?????)''<br/>SD ''(Game - Game Save Data)''<br/>VF ''(???)''<br/>WT ''(TV/Video column. ex: Animaxtv)''<br/>XR ''(PS3_EXTRA)''<br/>IP ''(Install Package)''<br/>DP ''(Disc Package)''
| Game.category || Game:Game.category || (null)
|-
|-
| Game.gameCategory || Game:Game.gameCategory || (null)
| Game.gameCategory || Game:Game.gameCategory || (null)
Line 1,294: Line 1,265:
! Field !! Usage !! Confirmed accepted values
! Field !! Usage !! Confirmed accepted values
|-
|-
| GameList.type || 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
| GameList.numOfItems || GameList:GameList.numOfItems || (null)
|-
|-
| GameList.numOfItems || GameList:GameList.numOfItems || (null)
| GameList.type || GameList:GameList.type || (null)
|-
|-
| GameList.numOfUnlinkedItems || GameList:GameList.numOfUnlinkedItems || (null)
| GameList.numOfUnlinkedItems || GameList:GameList.numOfUnlinkedItems || (null)
Line 1,397: Line 1,368:
|-
|-
| Ps3SaveData.ownerPsId || Ps3SaveData:Ps3SaveData.ownerPsId || (null)
| Ps3SaveData.ownerPsId || Ps3SaveData:Ps3SaveData.ownerPsId || (null)
|-
| Ps3SaveData.reserved3 || Ps3SaveData:Ps3SaveData.reserved3 || (null)
|-
|-
| Ps3SaveData.param1 || Ps3SaveData:Ps3SaveData.param1 || (null)
| Ps3SaveData.param1 || Ps3SaveData:Ps3SaveData.param1 || (null)
Line 1,411: Line 1,384:
|-
|-
| Ps3SaveData.reserved2 || Ps3SaveData:Ps3SaveData.reserved2 || (null)
| Ps3SaveData.reserved2 || Ps3SaveData:Ps3SaveData.reserved2 || (null)
|-
| Ps3SaveData.reserved3 || Ps3SaveData:Ps3SaveData.reserved3 || (null)
|-
|-
|}
|}
Line 2,479: Line 2,450:
|-
|-
|}
|}
= Promoter =
{| class="wikitable"
|-
! Promoter Title !! Media.Type (Extension) !! Notes
|-
| AVI Promoter || AVI <br>  DIVX ||
|-
| BD Data Promoter          || ||
|-                                   
| BKP Promoter                                              || BKP||
|-
| BMP Promoter                                              || BMP||
|-
|CD-ROM/R/RW/DVD-ROM/MR/MRW/PR/PRW Promoter || MMS_MEDIA_TYPE_CDROM <br> MMS_MEDIA_TYPE_CDMR <br> MMS_MEDIA_TYPE_CDMRW ||
|-
| CDDA Promoter                                              || MMS_MEDIA_TYPE_CDDA<br> MMS_MEDIA_TYPE_PS2_CD<br> MMS_MEDIA_TYPE_PS1_CD||
|-
| Content Disc Promoter                                      || MMS_MEDIA_TYPE_PS3_BD<br> MMS_MEDIA_TYPE_PS3_DVD<br> MMS_MEDIA_TYPE_BDROM<br> MMS_MEDIA_TYPE_DVDROM<br> MMS_MEDIA_TYPE_BDMRRR<br> MMS_MEDIA_TYPE_BDMRSR<br> MMS_MEDIA_TYPE_BDMRE<br> MMS_MEDIA_TYPE_BDMR<br> MMS_MEDIA_TYPE_DVDMR<br> MMS_MEDIA_TYPE_DVDMRW<br> MMS_MEDIA_TYPE_DVDPR<br> MMS_MEDIA_TYPE_DVDPRW<br> MMS_MEDIA_TYPE_CDROM<br> MMS_MEDIA_TYPE_CDMR<br> MMS_MEDIA_TYPE_CDMRW ||
|-
| Contents Disc Group Promoter                                  || ||
|-
| Default directory promoter                                    || ||
|-
| DLNA Device Promoter                                        ||MMS_MEDIA_TYPE_DLNA||
|-
| DLNA Directory Promoter                                    ||||
|-
| DSF Promoter                                                ||DSF||
|-
| Game Disc Promoter                                          ||MMS_MEDIA_TYPE_PS3_BD<br> MMS_MEDIA_TYPE_PS3_DVD<br> MMS_MEDIA_TYPE_PS2_DVD<br> MMS_MEDIA_TYPE_PS2_CD<br> MMS_MEDIA_TYPE_PS1_CD||
|-
| Game Promoter                                              ||||
|-
| GamePkg Promoter                                            ||||
|-
| GIF Promoter                                                ||GIF||
|-
| GN Promoter                                                ||MMS_MEDIA_TYPE_BDROM<br> MMS_MEDIA_TYPE_DVDROM||
|-
| Hakoniwa Promoter                                          ||JPEG<br> JPG<br> PNG<br> GIF<br> BMP<br> TIFF<br> TIF<br> MPO||
|-
| HDD Promoter                                                ||MMS_MEDIA_TYPE_HDD||
|-
| JPEG Promoter                                              ||JPEG<br> JPG||
|-
| M3u directory promoter                                      ||||
|-
| M3u Group Promoter(sample)                                  ||||
|-
| Marlin BB Promoter                                          ||MNV||
|-
| MC Promoter                                                ||MMS_MEDIA_TYPE_PS1MC<br> MMS_MEDIA_TYPE_PS2MC<br> MMS_MEDIA_TYPE_PDA||
|-
| Memory Stick Promoter                                      ||MMS_MEDIA_TYPE_MS<br> MMS_MEDIA_TYPE_MS_STD<br> MMS_MEDIA_TYPE_MS_MG<br> MMS_MEDIA_TYPE_MS_PRO<br> MMS_MEDIA_TYPE_MS_R<br> MMS_MEDIA_TYPE_MS_IOX<br> MMS_MEDIA_TYPE_AAD<br> MMS_MEDIA_TYPE_AADWM||
|-
| MGV Promoter                                                ||MGV<br> ETS||
|-
| MP3 Promoter                                                ||MP3||
|-
| MP4 Promoter                                                ||MP4<br> M4V||
|-
| MPEG1/2 Promoter                                            ||MPG<br> MPEG<br> MP2<br> MP1<br> M2P<br> M1P<br> M2V<br> M1V<br> MPEG2<br> MPEG1<br> MPG2<br> MPG1<br> M2T<br> M2TS<br> MTS<br> TS<br> MPS<br> VOB<br> PAM<br> PAMF||
|-
| MPEG4 AAC Promoter                                          ||MP4<br> M4A<br> MA4<br> M2A<br> M1A<br> M4B<br> M4P<br> AAC<br> 3GP<br> 3G2<br> 3GP2||
|-
| MPO Promoter                                                ||MPO||
|-
| Mpo Promoter                                                ||MPO||
|-
| MSA Promoter                                                ||MSA||
|-
| Music Default Promoter                                      ||MP4<br> M4A<br> MA4<br> M2A<br> M1A<br> M4B<br> M4P<br> AAC<br> 3GP<br> 3G2<br> 3GP2<br> MP3<br> WAV<br> MSA<br> OMA<br> AA3<br> WMA<br> WMP<br> ASF<br> DSF||
|-
| NetShare Directory Promoter                                ||||
|-
| NpAchiev Dir Promoter                                      ||||
|-
| NpAchiev Flag Promoter                                      ||||
|-
| NpAchiev Group Promoter                                    ||||
|-
| NpAchiev Title Promoter                                    ||||
|-
| OMA Promoter                                                ||OMA<br> AA3||
|-
| Omg Dir Promoter                                            ||||
|-
| Omg Dir Status Promoter                                    ||||
|-
| Omg Group Promoter                                          ||||
|-
| Photo Default Promoter                                      ||JPEG<br> JPG<br> PNG<br> GIF<br> BMP<br> TIFF<br> TIF<br> MPO||
|-
| Plus SaveData (Group) Promoter                              ||MMS_MEDIA_TYPE_PLUS||
|-
| PNG Promoter                                                ||PNG||
|-
| Promoter BDVD                                              ||MMS_MEDIA_TYPE_BDROM<br> MMS_MEDIA_TYPE_DVDROM<br> MMS_MEDIA_TYPE_BDMRRR<br> MMS_MEDIA_TYPE_BDMRSR<br> MMS_MEDIA_TYPE_BDMRE<br> MMS_MEDIA_TYPE_BDMR<br> MMS_MEDIA_TYPE_DVDMR<br> MMS_MEDIA_TYPE_DVDMRW<br> MMS_MEDIA_TYPE_DVDPR<br> MMS_MEDIA_TYPE_DVDPRW<br> MMS_MEDIA_TYPE_PS3_BD<br> MMS_MEDIA_TYPE_PS3_DVD||
|-
| Ps3SaveData Promoter                                        ||||
|-
| PSP Playlist Group Promoter(sample)                        ||||
|-
| PspSaveData Promoter                                        ||||
|-
| PspSaveDataDir Promoter                                    ||||
|-
| Psv Promoter                                                ||PSV||
|-
| Riff WAV Promoter                                          ||WAV||
|-
| SACD Promoter                                              ||MMS_MEDIA_TYPE_SACD||
|-
| SceneInfo Promoter                                          ||MPG<br> MPEG<br> MP2<br> MP1<br> M2P<br> M1P<br> M2V<br> M1V<br> MPEG2<br> MPEG1<br> MPG2<br> MPG1<br> M2T<br> M2TS<br> MTS<br> TS<br> MPS<br> VOB<br> PAM<br> PAMF<br> AVI<br> DIVX<br> MGV<br> ETS<br> MP4<br> M4V<br> MNV<br> WMV<br> ASF<br> BKP||
|-
| TIFF Promoter                                              ||TIFF<br> TIF||
|-
| USB Mass Storage Promoter                                  ||MMS_MEDIA_TYPE_SD<br> MMS_MEDIA_TYPE_CF<br> MMS_MEDIA_TYPE_USBMASS<br> MMS_MEDIA_TYPE_MS<br> MMS_MEDIA_TYPE_MS_STD<br> MMS_MEDIA_TYPE_MS_MG<br> MMS_MEDIA_TYPE_MS_PRO<br> MMS_MEDIA_TYPE_MS_R<br> MMS_MEDIA_TYPE_MS_IOX<br> MMS_MEDIA_TYPE_AAD<br> MMS_MEDIA_TYPE_AADWM<br> MMS_MEDIA_TYPE_WM<br> MMS_MEDIA_TYPE_FLASH||
|-
| Video Default Promoter                                      ||MPG<br> MPEG<br> MP2<br> MP1<br> M2P<br> M1P<br> M2V<br> M1V<br> MPEG2<br> MPEG1<br> MPG2<br> MPG1<br> M2T<br> M2TS<br> MTS<br> TS<br> MPS<br> VOB<br> PAM<br> PAMF<br> AVI<br> DIVX<br> MGV<br> ETS<br> MP4<br> M4V<br> MNV<br> WMV<br> ASF<br> BKP||
|-
| Video UnsupportMark Promoter                                ||3GP<br> 3G2<br> 3GP2||
|-
| VideoCutDBInfoFile Promoter                                ||DB_XML||
|-
| VMC Promoter                                                ||VM1<br> VM2<br> VMP<br> DAT||
|-
| VMC PS1 Savedata (Group) Promoter                          ||MMS_MEDIA_TYPE_MS<br> MMS_MEDIA_TYPE_MS_STD<br> MMS_MEDIA_TYPE_MS_MG<br> MMS_MEDIA_TYPE_MS_PRO<br> MMS_MEDIA_TYPE_MS_R<br> MMS_MEDIA_TYPE_MS_IOX<br> MMS_MEDIA_TYPE_VMC||
|-
| VMC PS2 Savedata (Group) Promoter                          ||MMS_MEDIA_TYPE_MS<br> MMS_MEDIA_TYPE_MS_STD<br> MMS_MEDIA_TYPE_MS_MG<br> MMS_MEDIA_TYPE_MS_PRO<br> MMS_MEDIA_TYPE_MS_R<br> MMS_MEDIA_TYPE_MS_IOX<br> MMS_MEDIA_TYPE_VMC||
|-
| Voucher Disc Promoter                                      ||MMS_MEDIA_TYPE_DVDROM<br> MMS_MEDIA_TYPE_DVDMR<br> MMS_MEDIA_TYPE_DVDMRW<br> MMS_MEDIA_TYPE_DVDPR<br> MMS_MEDIA_TYPE_DVDPRW<br> MMS_MEDIA_TYPE_CDROM<br> MMS_MEDIA_TYPE_CDMR<br> MMS_MEDIA_TYPE_CDMRW||
|-
| WinMedia Audio Promoter                                    ||WMA<br> WMP<br> ASF||
|-
| WMV Promoter                                                ||WMV<br> ASF||
|-
|}
{{File Formats}}
<noinclude>[[Category:Main]]</noinclude>
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)