XMBML module-action: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
(new table for modules)
Line 1: Line 1:
[[Category:Software]]
[[Category:Software]]
==module-action example==
This is an XMB command, typically this is utilised with the [[XMB XML Coding|XML code]] below:
This is an XMB command, typically this is utilised with the [[XMB XML Coding|XML code]] below:
{{Boxcode|content=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">
Line 18: Line 20:
</syntaxhighlight>}}
</syntaxhighlight>}}


This is acts like a module (SPRX) intercom, allowing XML files to use/send commands to a select list modules, so it can perform functions outside the limits of the module managing that XMB Category. The list of 'useable' modules is indexed in the '''xmb_plugin.sprx''' (or the '''xmb_ingame.sprx''' for the in-game XMB) and contains a Module Reference and the path to the module .sprx file and associated .rco file for each module.  
This is acts like a module (SPRX) intercom, allowing XML files to use/send commands to a selected module, so it can perform functions outside the limits of the module managing that XMB Category.
 
The list of 'useable' modules is indexed in '''xmb_plugin.sprx''' (modules availables in main XMB) and '''xmb_ingame.sprx''' (modules availables in in-game XMB) and contains the Module Reference, the path to the module (.sprx file), and the path to the associated resource (.rco file).
 
All the .sprx modules are stored in path: '''/dev_flash/vsh/module/''' and the .rco resource files in path: '''/dev_flash/vsh/resource/'''


table for 3.55 {{CEX}} xmb_plugin.sprx: (perhaps someone can make a table design which is intuitively inclusive of other firmwares and the xmb_ingame.sprx)
==XMB Indexed modules==


{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
! Module Reference !! Associated .rco Filepath !! Module Filepath !! Known Use
! rowspan="2" | Module Reference<BR /><module>.sprx<BR /><resource>.rco !! colspan="2" | Indexed in: !! colspan="2" | In firmwares: !! rowspan="2" | Functions related / Commands / etc...
|-
|-
| playlist_plugin || /dev_flash/vsh/resource/playlist_plugin.rco || /dev_flash/vsh/module/playlist_plugin.sprx ||
! xmb_plugin.sprx !! xmb_ingame.sprx !! From !! Up to
|-
|-
| scenefolder_plugin || /dev_flash/vsh/resource/scenefolder_plugin.rco || /dev_flash/vsh/module/scenefolder_plugin.sprx ||
| playlist_plugin<BR />playlist_plugin.sprx<BR />playlist_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| system_plugin || N/A || N/A ||
| scenefolder_plugin<BR />scenefolder_plugin.sprx<BR />scenefolder_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| xmb_plugin || N/A || N/A ||
| system_plugin<BR />N/A<BR />N/A || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| explore_plugin || /dev_flash/vsh/resource/explore_plugin_full.rco || /dev_flash/vsh/module/explore_plugin.sprx || Can be used to stub XMB items in {{Shop}} Firmware. All firmwares use this method to stub XMB items which have been stubbed. <small>With the exception of some XMB items which make "sel://" calls (such as "What's New") which have been left in-tact and Shop FW modules have only recently (4.30+?) blocked these calls returning the "This operation cannot be used during demonstration mode" message.</small>
| xmb_plugin<BR />N/A<BR />N/A || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| game_plugin || /dev_flash/vsh/resource/game_plugin.rco || /dev_flash/vsh/module/basic_plugins.sprx ||
| explore_plugin<BR />explore_plugin.sprx<BR />explore_plugin_full.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| np_trophy_ingame || /dev_flash/vsh/resource/np_trophy_ingame.rco || /dev_flash/vsh/module/np_trophy_ingame.sprx ||
| game_plugin<BR />basic_plugins.sprx<BR />game_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| gamedata_plugin || /dev_flash/vsh/resource/gamedata_plugin.rco || /dev_flash/vsh/module/gamedata_plugin.sprx ||
| np_trophy_ingame<BR />np_trophy_ingame.sprx<BR />np_trophy_ingame.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| game_ext_plugin || /dev_flash/vsh/resource/gamedata_plugin.rco || /dev_flash/vsh/module/game_ext_plugin.sprx ||
| gamedata_plugin<BR />gamedata_plugin.sprx<BR />gamedata_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| premo_plugin || /dev_flash/vsh/resource/premo_plugin.rco || /dev_flash/vsh/module/premo_plugin.sprx ||
| game_ext_plugin<BR />game_ext_plugin.sprx<BR />gamedata_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| micon_lock_plugin || N/A || /dev_flash/vsh/module/micon_lock_plugin.sprx ||
| premo_plugin<BR />premo_plugin.sprx<BR />premo_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| category_setting_plugin || /dev_flash/vsh/resource/category_setting_plugin.rco || /dev_flash/vsh/module/category_setting_plugin.sprx ||
| micon_lock_plugin<BR />micon_lock_plugin.sprx<BR />N/A || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| sysconf_plugin || /dev_flash/vsh/resource/sysconf_plugin.rco || /dev_flash/vsh/module/sysconf_plugin.sprx ||
| category_setting_plugin<BR />category_setting_plugin.sprx<BR />category_setting_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| netconf_plugin || /dev_flash/vsh/resource/netconf_plugin.rco || /dev_flash/vsh/module/netconf_plugin.sprx ||
| sysconf_plugin<BR />sysconf_plugin.sprx<BR />sysconf_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| software_update_plugin || /dev_flash/vsh/resource/software_update_plugin.rco || /dev_flash/vsh/module/software_update_plugin.sprx ||
| netconf_plugin<BR />netconf_plugin.sprx<BR />netconf_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| bdp_plugin || /dev_flash/vsh/resource/bdp_plugin.rco || /dev_flash/vsh/module/bdp_plugin.sprx ||
| software_update_plugin<BR />software_update_plugin.sprx<BR />software_update_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| bdp_disccheck_plugin || /dev_flash/vsh/resource/bdp_disccheck_plugin.rco || /dev_flash/vsh/module/bdp_disccheck_plugin.sprx ||
| bdp_plugin<BR />bdp_plugin.sprx<BR />bdp_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| bdp_storage_plugin || /dev_flash/vsh/resource/bdp_storage_plugin.rco || /dev_flash/vsh/module/bdp_storage_plugin.sprx ||
| bdp_disccheck_plugin<BR />bdp_disccheck_plugin.sprx<BR />bdp_disccheck_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| user_plugin || /dev_flash/vsh/resource/user_plugin.rco || /dev_flash/vsh/module/user_plugin.sprx ||
| bdp_storage_plugin<BR />bdp_storage_plugin.sprx<BR />bdp_storage_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| friendim_plugin || N/A || /dev_flash/vsh/module/friendim_plugin.sprx ||
| user_plugin<BR />user_plugin.sprx<BR />user_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| friendml_plugin || /dev_flash/vsh/resource/friendml_plugin.rco || /dev_flash/vsh/module/friendml_plugin.sprx ||
| friendim_plugin<BR />friendim_plugin.sprx<BR />N/A || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| friendtrophy_plugin || /dev_flash/vsh/resource/friendtrophy_plugin.rco || /dev_flash/vsh/module/friendtrophy_plugin.sprx ||
| friendml_plugin<BR />friendml_plugin.sprx<BR />friendml_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| profile_plugin || /dev_flash/vsh/resource/profile_plugin.rco || /dev_flash/vsh/module/profile_plugin.sprx ||
| friendtrophy_plugin<BR />friendtrophy_plugin.sprx<BR />friendtrophy_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| photoviewer_plugin || /dev_flash/vsh/resource/photoviewer_plugin.rco || /dev_flash/vsh/module/photoviewer_plugin.sprx ||
| profile_plugin<BR />profile_plugin.sprx<BR />profile_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| videoplayer_plugin || /dev_flash/vsh/resource/videoplayer_plugin.rco || /dev_flash/vsh/module/videoplayer_plugin.sprx ||
| photoviewer_plugin<BR />photoviewer_plugin.sprx<BR />photoviewer_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| webbrowser_plugin || /dev_flash/vsh/resource/webbrowser_plugin.rco || /dev_flash/vsh/module/webbrowser_plugin.sprx || Can be used to create [[XMB XML Coding#A Web-Site link|website links]].
| videoplayer_plugin<BR />videoplayer_plugin.sprx<BR />videoplayer_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| webrender_plugin || /dev_flash/vsh/resource/webrender_plugin.rco || /dev_flash/vsh/module/webrender_plugin.sprx ||
| webbrowser_plugin<BR />webbrowser_plugin.sprx<BR />webbrowser_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| xai_plugin || /dev_flash/vsh/resource/xai_plugin.rco || /dev_flash/vsh/module/xai_plugin.sprx ||
| webrender_plugin<BR />webrender_plugin.sprx<BR />webrender_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| audioplayer_plugin || /dev_flash/vsh/resource/audioplayer_plugin.rco || /dev_flash/vsh/module/audioplayer_plugin.sprx ||
| xai_plugin<BR />xai_plugin.sprx<BR />xai_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| videodownloader_plugin || /dev_flash/vsh/resource/videodownloader_plugin.rco || /dev_flash/vsh/module/videodownloader_plugin.sprx ||
| audioplayer_plugin<BR />audioplayer_plugin.sprx<BR />audioplayer_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| nas_plugin || /dev_flash/vsh/resource/nas_plugin.rco || /dev_flash/vsh/module/nas_plugin.sprx ||
| videodownloader_plugin<BR />videodownloader_plugin.sprx<BR />videodownloader_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| download_plugin || /dev_flash/vsh/resource/download_plugin.rco || /dev_flash/vsh/module/download_plugin.sprx ||
| nas_plugin<BR />nas_plugin.sprx<BR />nas_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| ps3_savedata_plugin || /dev_flash/vsh/resource/ps3_savedata_plugin.rco || /dev_flash/vsh/module/ps3_savedata_plugin.sprx ||
| download_plugin<BR />download_plugin.sprx<BR />download_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| vmc_savedata_plugin || /dev_flash/vsh/resource/vmc_savedata_plugin.rco. || /dev_flash/vsh/module/vmc_savedata_plugin.sprx ||
| ps3_savedata_plugin<BR />ps3_savedata_plugin.sprx<BR />ps3_savedata_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| thumthum_plugin || /dev_flash/vsh/resource/thumthum_plugin.rco || /dev_flash/vsh/module/thumthum_plugin.sprx ||
| vmc_savedata_plugin<BR />vmc_savedata_plugin.sprx<BR />vmc_savedata_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| npsignin_plugin || /dev_flash/vsh/resource/npsignin_plugin.rco || /dev_flash/vsh/module/npsignin_plugin.sprx ||
| thumthum_plugin<BR />thumthum_plugin.sprx<BR />thumthum_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| avc_plugin || /dev_flash/vsh/resource/avc_plugin.rco ||/dev_flash/vsh/module/avc_plugin.sprx ||
| npsignin_plugin<BR />npsignin_plugin.sprx<BR />npsignin_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| avc2_text_plugin || /dev_flash/vsh/resource/avc2_text_plugin.rco || /dev_flash/vsh/module/avc2_text_plugin.sprx ||
| avc_plugin<BR />avc_plugin.sprx<BR />avc_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| sacd_plugin || /dev_flash/vsh/resource/sacd_plugin.rco || /dev_flash/vsh/module/sacd_plugin.sprx ||
| avc2_text_plugin<BR />avc2_text_plugin.sprx<BR />avc2_text_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| eula_cddb_plugin || /dev_flash/vsh/resource/eula_cddb_plugin.rco || /dev_flash/vsh/module/eula_cddb_plugin.sprx ||
| sacd_plugin<BR />sacd_plugin.sprx<BR />sacd_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| strviewer_plugin || /dev_flash/vsh/resource/strviewer_plugin.rco. || /dev_flash/vsh/module/strviewer_plugin.sprx ||
| eula_cddb_plugin<BR />eula_cddb_plugin.sprx<BR />eula_cddb_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| edy_plugin || /dev_flash/vsh/resource/edy_plugin.rco || /dev_flash/vsh/module/edy_plugin.sprx ||
| strviewer_plugin<BR />strviewer_plugin.sprx<BR />strviewer_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| print_plugin || /dev_flash/vsh/resource/print_plugin.rco || /dev_flash/vsh/module/print_plugin.sprx ||
| edy_plugin<BR />edy_plugin.sprx<BR />edy_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| newstore_plugin || /dev_flash/vsh/resource/newstore_plugin.rco || /dev_flash/vsh/module/newstore_plugin.sprx ||
| print_plugin<BR />print_plugin.sprx<BR />print_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| deviceconf_plugin || /dev_flash/vsh/resource/deviceconf_plugin.rco || /dev_flash/vsh/module/deviceconf_plugin.sprx ||
| newstore_plugin<BR />newstore_plugin.sprx<BR />newstore_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| dlna_plugin || /dev_flash/vsh/resource/dlna_plugin.rco || /dev_flash/vsh/module/dlna_plugin.sprx ||
| deviceconf_plugin<BR />deviceconf_plugin.sprx<BR />deviceconf_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| np_trophy_plugin || /dev_flash/vsh/resource/np_trophy_plugin.rco || /dev_flash/vsh/module/np_trophy_plugin.sprx ||
| dlna_plugin<BR />dlna_plugin.sprx<BR />dlna_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| kensaku_plugin || /dev_flash/vsh/resource/kensaku_plugin.rco || /dev_flash/vsh/module/kensaku_plugin.sprx ||
| np_trophy_plugin<BR />np_trophy_plugin.sprx<BR />np_trophy_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| regcam_plugin || /dev_flash/vsh/resource/regcam_plugin.rco || /dev_flash/vsh/module/regcam_plugin.sprx ||
| kensaku_plugin<BR />kensaku_plugin.sprx<BR />kensaku_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| idle_plugin || /dev_flash/vsh/resource/idle_plugin.rco || /dev_flash/vsh/module/idle_plugin.sprx ||
| regcam_plugin<BR />regcam_plugin.sprx <BR />regcam_plugin.rco|| {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| filecopy_plugin || /dev_flash/vsh/resource/filecopy_plugin.rco || /dev_flash/vsh/module/filecopy_plugin.sprx ||
| idle_plugin<BR />idle_plugin.sprx<BR />idle_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| wboard_plugin || /dev_flash/vsh/resource/wboard_plugin.rco || /dev_flash/vsh/module/wboard_plugin.sprx ||
| filecopy_plugin<BR />filecopy_plugin.sprx<BR />filecopy_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| checker_plugin || /dev_flash/vsh/resource/checker_plugin.rco || /dev_flash/vsh/module/checker_plugin.sprx ||
| wboard_plugin<BR />wboard_plugin.sprx<BR />wboard_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| hknw_plugin || /dev_flash/vsh/resource/hknw_plugin.rco || /dev_flash/vsh/module/hknw_plugin.sprx ||
| checker_plugin<BR />checker_plugin.sprx<BR />checker_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| poweroff_plugin || /dev_flash/vsh/resource/poweroff_plugin.rco || /dev_flash/vsh/module/poweroff_plugin.sprx ||
| hknw_plugin<BR />hknw_plugin.sprx<BR />hknw_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| eula_hcopy_plugin || /dev_flash/vsh/resource/eula_hcopy_plugin.rco || /dev_flash/vsh/module/eula_hcopy_plugin.sprx ||
| poweroff_plugin<BR />poweroff_plugin.sprx<BR />poweroff_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
| videoeditor_plugin || /dev_flash/vsh/resource/videoeditor_plugin.rco || /dev_flash/vsh/module/videoeditor_plugin.sprx ||
| eula_hcopy_plugin<BR />eula_hcopy_plugin.sprx<BR />eula_hcopy_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
| videoeditor_plugin<BR />videoeditor_plugin.sprx<BR />videoeditor_plugin.rco || {{Yes}} || ??? || ??? || 3.55 ||
|-
|-
|}
|}
*Notes:
This table only represents modules indexed in CEX firmwares... for other firmwares (in the case of differences) can be added more columns using the same format in the header of this other table: [[XMB#XMB_Configuration_Files|XMB Configuration Files]]
===Common uses===
*explore_plugin.sprx
Can be used to stub XMB items in {{Shop}} Firmware. All firmwares use this method to stub XMB items which have been stubbed. <small>With the exception of some XMB items which make "sel://" calls (such as "What's New") which have been left in-tact and Shop FW modules have only recently (4.30+?) blocked these calls returning the "This operation cannot be used during demonstration mode" message.</small>
*webbrowser_plugin.sprx
Can be used to create [[XMB XML Coding#A Web-Site link|website links]]

Revision as of 15:03, 8 March 2013


module-action example

This is an XMB command, typically this is utilised with the XML code below:

Code Sample

This is acts like a module (SPRX) intercom, allowing XML files to use/send commands to a selected module, so it can perform functions outside the limits of the module managing that XMB Category.

The list of 'useable' modules is indexed in xmb_plugin.sprx (modules availables in main XMB) and xmb_ingame.sprx (modules availables in in-game XMB) and contains the Module Reference, the path to the module (.sprx file), and the path to the associated resource (.rco file).

All the .sprx modules are stored in path: /dev_flash/vsh/module/ and the .rco resource files in path: /dev_flash/vsh/resource/

XMB Indexed modules

Module Reference
<module>.sprx
<resource>.rco
Indexed in: In firmwares: Functions related / Commands / etc...
xmb_plugin.sprx xmb_ingame.sprx From Up to
playlist_plugin
playlist_plugin.sprx
playlist_plugin.rco
Yes ??? ??? 3.55
scenefolder_plugin
scenefolder_plugin.sprx
scenefolder_plugin.rco
Yes ??? ??? 3.55
system_plugin
N/A
N/A
Yes ??? ??? 3.55
xmb_plugin
N/A
N/A
Yes ??? ??? 3.55
explore_plugin
explore_plugin.sprx
explore_plugin_full.rco
Yes ??? ??? 3.55
game_plugin
basic_plugins.sprx
game_plugin.rco
Yes ??? ??? 3.55
np_trophy_ingame
np_trophy_ingame.sprx
np_trophy_ingame.rco
Yes ??? ??? 3.55
gamedata_plugin
gamedata_plugin.sprx
gamedata_plugin.rco
Yes ??? ??? 3.55
game_ext_plugin
game_ext_plugin.sprx
gamedata_plugin.rco
Yes ??? ??? 3.55
premo_plugin
premo_plugin.sprx
premo_plugin.rco
Yes ??? ??? 3.55
micon_lock_plugin
micon_lock_plugin.sprx
N/A
Yes ??? ??? 3.55
category_setting_plugin
category_setting_plugin.sprx
category_setting_plugin.rco
Yes ??? ??? 3.55
sysconf_plugin
sysconf_plugin.sprx
sysconf_plugin.rco
Yes ??? ??? 3.55
netconf_plugin
netconf_plugin.sprx
netconf_plugin.rco
Yes ??? ??? 3.55
software_update_plugin
software_update_plugin.sprx
software_update_plugin.rco
Yes ??? ??? 3.55
bdp_plugin
bdp_plugin.sprx
bdp_plugin.rco
Yes ??? ??? 3.55
bdp_disccheck_plugin
bdp_disccheck_plugin.sprx
bdp_disccheck_plugin.rco
Yes ??? ??? 3.55
bdp_storage_plugin
bdp_storage_plugin.sprx
bdp_storage_plugin.rco
Yes ??? ??? 3.55
user_plugin
user_plugin.sprx
user_plugin.rco
Yes ??? ??? 3.55
friendim_plugin
friendim_plugin.sprx
N/A
Yes ??? ??? 3.55
friendml_plugin
friendml_plugin.sprx
friendml_plugin.rco
Yes ??? ??? 3.55
friendtrophy_plugin
friendtrophy_plugin.sprx
friendtrophy_plugin.rco
Yes ??? ??? 3.55
profile_plugin
profile_plugin.sprx
profile_plugin.rco
Yes ??? ??? 3.55
photoviewer_plugin
photoviewer_plugin.sprx
photoviewer_plugin.rco
Yes ??? ??? 3.55
videoplayer_plugin
videoplayer_plugin.sprx
videoplayer_plugin.rco
Yes ??? ??? 3.55
webbrowser_plugin
webbrowser_plugin.sprx
webbrowser_plugin.rco
Yes ??? ??? 3.55
webrender_plugin
webrender_plugin.sprx
webrender_plugin.rco
Yes ??? ??? 3.55
xai_plugin
xai_plugin.sprx
xai_plugin.rco
Yes ??? ??? 3.55
audioplayer_plugin
audioplayer_plugin.sprx
audioplayer_plugin.rco
Yes ??? ??? 3.55
videodownloader_plugin
videodownloader_plugin.sprx
videodownloader_plugin.rco
Yes ??? ??? 3.55
nas_plugin
nas_plugin.sprx
nas_plugin.rco
Yes ??? ??? 3.55
download_plugin
download_plugin.sprx
download_plugin.rco
Yes ??? ??? 3.55
ps3_savedata_plugin
ps3_savedata_plugin.sprx
ps3_savedata_plugin.rco
Yes ??? ??? 3.55
vmc_savedata_plugin
vmc_savedata_plugin.sprx
vmc_savedata_plugin.rco
Yes ??? ??? 3.55
thumthum_plugin
thumthum_plugin.sprx
thumthum_plugin.rco
Yes ??? ??? 3.55
npsignin_plugin
npsignin_plugin.sprx
npsignin_plugin.rco
Yes ??? ??? 3.55
avc_plugin
avc_plugin.sprx
avc_plugin.rco
Yes ??? ??? 3.55
avc2_text_plugin
avc2_text_plugin.sprx
avc2_text_plugin.rco
Yes ??? ??? 3.55
sacd_plugin
sacd_plugin.sprx
sacd_plugin.rco
Yes ??? ??? 3.55
eula_cddb_plugin
eula_cddb_plugin.sprx
eula_cddb_plugin.rco
Yes ??? ??? 3.55
strviewer_plugin
strviewer_plugin.sprx
strviewer_plugin.rco
Yes ??? ??? 3.55
edy_plugin
edy_plugin.sprx
edy_plugin.rco
Yes ??? ??? 3.55
print_plugin
print_plugin.sprx
print_plugin.rco
Yes ??? ??? 3.55
newstore_plugin
newstore_plugin.sprx
newstore_plugin.rco
Yes ??? ??? 3.55
deviceconf_plugin
deviceconf_plugin.sprx
deviceconf_plugin.rco
Yes ??? ??? 3.55
dlna_plugin
dlna_plugin.sprx
dlna_plugin.rco
Yes ??? ??? 3.55
np_trophy_plugin
np_trophy_plugin.sprx
np_trophy_plugin.rco
Yes ??? ??? 3.55
kensaku_plugin
kensaku_plugin.sprx
kensaku_plugin.rco
Yes ??? ??? 3.55
regcam_plugin
regcam_plugin.sprx
regcam_plugin.rco
Yes ??? ??? 3.55
idle_plugin
idle_plugin.sprx
idle_plugin.rco
Yes ??? ??? 3.55
filecopy_plugin
filecopy_plugin.sprx
filecopy_plugin.rco
Yes ??? ??? 3.55
wboard_plugin
wboard_plugin.sprx
wboard_plugin.rco
Yes ??? ??? 3.55
checker_plugin
checker_plugin.sprx
checker_plugin.rco
Yes ??? ??? 3.55
hknw_plugin
hknw_plugin.sprx
hknw_plugin.rco
Yes ??? ??? 3.55
poweroff_plugin
poweroff_plugin.sprx
poweroff_plugin.rco
Yes ??? ??? 3.55
eula_hcopy_plugin
eula_hcopy_plugin.sprx
eula_hcopy_plugin.rco
Yes ??? ??? 3.55
videoeditor_plugin
videoeditor_plugin.sprx
videoeditor_plugin.rco
Yes ??? ??? 3.55
  • Notes:

This table only represents modules indexed in CEX firmwares... for other firmwares (in the case of differences) can be added more columns using the same format in the header of this other table: XMB Configuration Files

Common uses

  • explore_plugin.sprx

Can be used to stub XMB items in Template:Shop Firmware. All firmwares use this method to stub XMB items which have been stubbed. With the exception of some XMB items which make "sel://" calls (such as "What's New") which have been left in-tact and Shop FW modules have only recently (4.30+?) blocked these calls returning the "This operation cannot be used during demonstration mode" message.

  • webbrowser_plugin.sprx

Can be used to create website links