|
|
#1 |
![]() ![]() Join Date: Sep 2010
Posts: 752
Likes: 384
Liked 2,393 Times in 448 Posts
Mentioned: 379 Post(s)
Tagged: 0 Thread(s)
|
multiMAN - multifunctional tool for your PS3 (Game and File manager/FTP/AVCHD/BDMV)
multiMAN - multifunctional tool for your PS3 (Game manager/File manager/FTP/AVCHD/BDMV)
Hey there everyone! Here is a multifunctional tool, which includes 8 different display modes (for games, AVCHD and Blu-ray) and File Manager + background running FTP server. ![]() >>> DOWNLOAD LINKS <<< Click here to see full text
=============================================================== Click Here to Download Latest Version (4.0.3.2) ================================================== ============= multiMAN EMULATOR PACK (FW 3.55): * (SNES GENP VBA FBA FCEU) (20110831).rar (49.97 MB) lastGAME app: Mounts the last game you launched from multiMAN and returns you to XMB. Start the game from disc icon or /app_home ps3NETSRV PC app: To be used with multiMAN file manager /net_host# network folders. EBOOTMOD/EBOOTFIX PC tools: Used to modify/covert games to XMB/PSN style (or reencrypt EBOOT/SPRX files) bdRESET tool: Removes path re-directions, removes bd-mirror (restores usb to normal mode) and moves the last game played in bd-mirror mode back to its location. If wave.divx (Black) or (Blue) is present in multiMAN's USRDIR folder you can enable motion background from XMMB Settings -> "Background Appearance"": >>> BROWSER.SELF (standalone www+ftp applicaion) <<< Click here to see full text
BROWSER.SELF (91.80 KB) This is a standalone browser, which can be used by any other application (not just multiMAN). * Supports downloading of files * FTP server running in the background (openps3ftp) (login: anonymous, password: <any>) * Allocates ~150MB for the browser, so no more 'insuff. memory' errors * If URL is parsed, it will open it. If not -> Official PS3 UK page is opened * On exit it will return to the caller application (if RELOAD.SELF is present in the same folder) * Downloaded files are saved under the current folder + ./DOWNLOADS If present in multiMAN's USRDIR folder - it will be used instead of the build-in mM browser. Other devs are free to use it in their apps. The proper way would be to create your own EBOOT.BIN, which will call the BROWSER.SELF with any parameter/URL you wish. Code:
void launch_self(char *_self, char *_param)
{
char* launchargv[2];
char self[256];
sprintf(self, "%s", _self);
memset(launchargv, 0, sizeof(launchargv));
launchargv[0] = (char*)malloc(strlen(_param) + 1); strcpy(launchargv[0], _param);
launchargv[1] = NULL;
exitspawn((const char*)self, (char* const*)launchargv, NULL, NULL, 0, 64, SYS_PROCESS_PRIMARY_STACK_SIZE_512K);
}
Code:
launch_self(browser_self, start_page); Code:
launch_self((char*)"/dev_hdd0/game/XXXX12345/USRDIR/BROWSER.SELF",
(char*)"http://www.ps3hax.net");
>>> USER GUIDE (courtesy of gbatemp.net) <<< Click here to see full text
>>> YOUR GAMES ARE NOT DETECTED? <<< Click here to see full text
Code:
* Proper structure: /dev_***/GAMES/***GAME_NAME***/PS3_GAME/USRDIR/EBOOT.BIN * Wrong structure: /dev_***/GAMES/***SOME_NAME***/***ANOTHER_NAME***/PS3_GAME/USRDIR/EBOOT.BIN * Press "SELECT+L3" to refresh the list (or use the REFRESH option in system menu or XMMB Game column) * Check options.ini/options_default.ini and edit it properly if you store your games in different than defined location >>> ALL YOUR GAMES GIVE YOU BLACK SCREEN AFTER INSTALLING 3.55 FIRMWARE? <<< Click here to see full text
Code:
It was reported numerous times that such problem may arise after installing KMEAW 3.55 CFW on a new PS3 system or after updating from 3.41. In any case the solution is easy enough: * Download and install "FIX PERMISSIONS" package file (download link) * Start the tool and wait for it to finish its job - it will return you back to XMB screen * Try to launch multiMAN and load a game - all should be okay now. >>> HOW DOES IT LOOK <<< Click here to see full text
Since version 02.00.00: XMMB display mode (XMB clone): Since version 01.17.01: MAIN MENU (Display mode #7 with XMM theme) ![]() GAME SETTINGS MENU (accessible with SQUARE button [ ]) ![]() SYSTEM MENU (accessible with TRIANGLE button [/\]) ![]() >>> FEATURES <<< Click here to see full text
Features: * Support and display for 7 devices (HDD/USB/BD/SDHC/MS/CF) * Support for REMOTE PLAY via PSP or other compatible peripherals * Update check/download feature * Support for AVCHD activation from external USB devices * Support for playback of AVCHD and Blu-ray content from internal HDD * Overscan support for DLP and CRT TV sets * MP3 playback * JPEG/PNG picture viewer * HEX file viewer * Support for at least 15 freetype fonts (user can change using [R3] in game display modes) >>> CHANGELOG <<< Click here to see full text
Code:
Changelog:
==========
01.08.01 - Fully working FILE MANAGER mode
01.08.04 - Slide menu style with animation (real sliding when changing titles)
01.08.05 - Support for mounting DVD-Video folders (VIDEO_TS) from internal or external HDD disk (playable as VOBs in XMB VIDEO tab when any DVD-R disc is inserted)
01.08.05 - Support for detecting and mounting PS2 game backups
01.08.06 - PARAM.SFO FW 3.41 patch option. 5 additional search GAME search folders added in .ini
01.08.07 - Fixed locking on exit after FTP usage.
01.08.07 - File manager - mouse pointer changed for better visibility
01.08.07 - When no games are found more messages are displayed and all cover modes + filemanager are accessible!
01.08.07 - Filemanager: L2 - Page Up, R2 - Page Down for current pane
01.09.00 - Support for AVCHD playback from INTERNAL HDD (payload with syscall8 support required)
01.09.00 - Support for backup of AVCHD folders to internal HDD
01.09.00 - OVERSCAN option in the .ini
01.09.00 - Important fix for copying files smaller than 16KB
01.09.01 - Support for AVCHD HDD playback with USB/SDHC/MemoryStick mount points
01.09.02 - Convert Blu-ray (BDMV) structures saved on the internal HDD to AVCHD format
01.09.03 - Overscan option applied to all display modes (except FILE MANAGER)
01.09.04 - Background slide/animation uses PICPA.PNG (and not PICPL/PICPR.PNG) to save 8MB or memory.
01.09.04 - Source changes to compile with SDK 1.90 for older firmwares.
01.09.04 - Separate release for FW 1.90-3.40 (OSK not working in file manager)
01.09.05 - Fixes, improvements and changes. PC HOST network support in FILE MANAGER mode.
01.09.05 - [SELECT]+[X] while in filemanager with currently active net_host# will cause forced REFRESH of net_host contents
01.10.00 -
* options.ini is changed
* a lot of fixes
* added option to mount /dev_flash to user defined hdd folder
* syscall and mount point options removed
* mounting AVCHD from internal HDD now works for all payloads
* overscan option applied to filemanager mode, too
* version for firmware 3.15 attached, too (do not use it for FW 3.41, because OnScreenKeyboard and HOST doesn't work)
01.10.01 - Fixed PL3 /app_home mounting, added Payload Type info in [L2] Setup and in lower right corner (P=PL3, H=HERMES, G=PSGROOVE)
01.10.02 - Added REMOTE PLAY to multiMAN and the games it launches
01.10.02 - Left analogue stick now moves the mouse like the RIGHT one to be compatible with PSP in remote-play mode for FILE MANAGER in multiMAN
01.10.02 - Fixed issue with "CF Card icon" displaying when PS3 has no internet connection (and possible black-screen lock-up)
01.10.03 - Loading progress message when multiMAN starts
01.10.03 - Improved folder scanning speed
01.10.03 - Changed [L2] Setup menu with motion background and fixed freezing with [PS] button
01.10.03 - Fixed game double listing
01.10.03 - File manager rearranged to fit PSP remote-play screen and overscan TVs
01.10.03 - Fixed folder sorting in file manager
01.10.04 - Fixed LONG loading time
01.10.04 - [SELECT]+[L2]/[R2] - change overscan options
01.10.04 - [SELECT]+[L1] - change cover mode
01.10.04 - [SELECT]+[R1] - change content mode (GAMES/VIDEO/BOTH)
01.10.04 - [START] - launches File Manager
01.10.04 - No modifications will be applied to user PS3 system before accepting the Disclaimer/agreement
01.10.05 - MP3 playback support in file manager (from local and network devices)
01.10.05 - At the moment it is limited to 2ch 44100kHz MP3 audio files (max 32MBs)
01.10.05 - Fading title names on inactivity
01.10.06 - New content folder in file manager /ps3_home
01.10.06 - New option dim_titles=5 in options.ini
01.10.06 - Improved copying folders/games with large number of files
01.10.07 - Fixed MP3 mono playback (plays in stereo)
01.10.07 - Improved COPY speed (20-25MB/s from external USB to internal)
01.10.07 - Fade-out in file manager on inactivity
01.10.07 - "Now playing:" info in [L2] setup screen (for testing purposes)
01.10.07 - Fixed "white background" for some games
01.10.07 - Some other fixes.
01.10.08 -
* JPEG/PNG picture viewer mode in file manager
* Picture viewer mode controls: LEFT/RIGHT or L1/R1 or [X] and [/\] / [O] to exit
* Picture viewer: JPEG downscale to 1920x0180
* Picture viewer: JPEG upscale of 1280x720 and 640x360 to 1920x1080
* Picture viewer: PNG max resolution 1920x1080
* Interface uses JPEG pictures and not PNG
* Covers are now in JPEG format
* Faster browsing in cover/slide mode
* Full package with 826 covers is now 14MB (was 119MB)
* hdd_home options will now accept USB paths, too
01.10.09/10 - Picture viewer
* Zoom-in / Zoom-out with RIGHT analogue stick (or with L2/R2)
* Pan left/right/up/down with LEFT analogue stick
* Slideshow (~6 seconds per picture) - start/stop slideshow with [START] button
* Picture information on/off with [SELECT] button
* Proportional ZOOM to fit WIDTH with [L3]
* Proportional ZOOM to fit HEIGHT with [R3]
* File manager: mp3/jpg/png files colored - makes it easier to find supported media.
* Game browsing in all modes is more responsive (excl the cover/slide one).
* Covers/thumbnails for AVCHD/Blu-ray compilations created with multiAVCHD are now also displayed.
01.10.11 -
* MP3 "playlist" is now working. After you play a song from the file manager, multiMAN will load the rest of the mp3 files from the folder as a playlist and will play them sequentially.
* During playback: [START]+LEFT / [START]+RIGHT skips to previous/next song in any mode and [START]+UP/DOWN controls playback volume
* MP3 is stereo, but it will be played back through all 6 speakers in 5.1 configuration with little attenuation for the rear speakers and the LFE.
* Changed initial volume to be a little softer
* AC3 5.1ch / 2.0ch is also working, but in halts the main thead until song is played through. I'll need a bit more time to put it in the background.
* multiMAN internet update doesn't require USB stick anymore. It will save it under its USRDIR/TEMP and will mount it to /app_home.
* Filemanager shortcut changed to [SELECT]+[START]
* New icon, created by condorstrike from the forum
01.10.13 -
* Display mode #1 uses FREE TYPE fonts
* Filemanager [RENAME]: the current name is displayed
* Separate UPDATE via internet for firmware 3.15
01.10.14 -
* Nice free type fonts added to display modes #1 and #3.
* Additional [PATHS] mode added with [L3] (large title names, smaller title names + game path, smaller titles names without the path).
* Game scrolling is rewritten to work in PAGES and browsing is as fast as it can get for all modes.
* Fixed double listing of Blu-ray/DVD-R disc when present
* Fixed disappearing USB games in USB PATCH mode
01.10.15 -
* Fixed OnScreenKeyboard (OSK) for firmware 3.15
* Fixed NETHOST support for firmware 3.15
* Changed NETHOST access during boot
* Fixed AVCHD title display for firmware 3.15
* Fixed some other minor things
01.10.16 - Copy video files to /ps3_home/video virtual folder - they will appear directly in the XMB Video tab.
01.10.16 - [SELECT]+[R3] in game display modes switches between 4 different fonts (with Japanese/French/Spanish/Russian/Bulgarian (Cyrillic)/Serbian support).
01.10.17 -
In File Manager:
* [R3] will open a file in HEX view mode
* HEX view:
[UP]/[DOWN] - Scroll in pages (512bytes)
[left]/[right] - Scroll in blocks (8KB)
[L1] - Seek to start of file
[R1] - Seek to end of file
[L2] - Scroll up one line (8 bytes)
[R2] - scroll down one line (8 bytes)
[/\] or [O] - Exit HEX file viewer
* Playing network files will show their names and not 'net_play.bin'.
* [SELECT]+[L1] will return you from file manager to last display mode
* [SELECT]+[R3] - change freetype font for display modes 1 and 3
01.10.18 -
* Proper detection of Blu-ray Video discs
* New options in the .ini to set mouse deadzone in percents for R/L sticks
deadzone_x=30
deadzone_y=30
* Added MP3/WAV/AAC file copy support to /ps3_home/music (XMB Music tab)
* Added PNG/JPG file copy support to /ps3_home/photo (XMB photo tab)
01.11.00 -
* Improved memory management
* Smoother and faster browsing
* Interface fixes and adjustments, improved MP3 playback
* Background music upon multiMAN startup (additional download required)
- Background music available in separate package (Theme original)
01.11.01 -
* Support for USB mouse
* Support for USB keyboard
* Support for BD Remote Controller (if set as controller#1)
01.11.02 -
FILE MANAGER:
* Launch games from any folder (click [X] on EBOOT.BIN)
* Mount AVCHD from any folder (click [X] on INDEX.BDM)
* Mount BDMV (Blu-ray) from any folder (click [X] on index.bdmv)
* New option in INI: mount_hdd1=1 (to use 2GB PS3 cache partition)
01.11.03 -
BUGFIX RELEASE (sorry guys!)
* Fixed AVCHD discovery from external USB
* Fixed PL3 payload lockup when launching games
* Added "Control console" accessible via telnet to port 1713 (FW 3.40+)
01.11.04 -
* Added support for custom interface colors (COLOR.INI)
* Added support for [LASTPLAY] game application
* Fixed PL3 payload lock after internet update
* Fixed multiple game/video listing
* Have a nice X-MAS and support multiMAN and multiAVCHD!
01.11.05 -
* Fixed mount points reset on launch
* Added experimental support for PS2 game backups
* Other minor fixes
01.11.06 -
* Added startup check for backup folder access
* Fixed support for [last game] application
* Fixed [last game] application (separate download)
01.12.00 -
* Added FILE/FOLDER copy to network PC (nethost)
* Added DELETE file from network PC (nethost)
* New version of ps3serv.exe required (separate download)
* Support for theme ICON0.PNG file
01.12.01 -
* Added CREATE FOLDER for network PC (nethost)
* Improved nethost support (fixed missing empty folders)
* Larger send buffer for ps3serv (up to 10MB)
* Improved game/avchd scan times
* New version of ps3serv.exe required (separate download)
01.12.02 -
* Added support for themes in FILE MANAGER
* Option in the INI to set themes folder location
* Fixed issue with downloading covers for some users
* Theme package with 22 themes availabe (separate download)
01.12.03 -
* Fixed and optimized initial content scan (much much faster than before)
* Fixed font size change (shrink/enlarge) when overscan mode is on during title names dim (fade in/out)
* Fixed original theme (to restore ICON0.PNG)
* Fixed SOUND.BIN (background sound will stop if theme does not support sound and next time you launch multiMAN there will be no sound, too)
* Added Other/Group/User access attributes display in filemanager for files and folders (linux style dxwr)
* Added [START ]+[ ] to stop music playback (for mp3 and background theme audio)
* Added [SELECT]+[X] to force [Direct Launch Prompt] when disabled
* When theme which supports sound (SOUND.BIN) is applied during MP3 playback, playback will not be interrupted
* After device connect/disconnect/patch mode change currently selected game will not change (when possible)
* New options in the ini file:
progress_bar (0 = don't show progress bar during game backup/folder copy, 1 = show progress bar)
update_dir (path to store downloaded multiMAN update .pkg - to be used ONLY BY advanced users)
date_format (DD/MM/YYYY, MM/DD/YYYY, YYYY/MM/DD)
01.12.05 -
* multiMAN can be launched from XMB in normal retail mode
* Symbolic / hardlink folder copy in FILE MANAGER [R3]
* New HELP screen in FILE MANAGER (10x condorstrike)
* [L2]/Setup reports firmware and payload (if available)
* Separate download for firmware 3.55
01.13.00 -
* Added support for CFW 3.55KMW and latest PL3 (kmeaw)
* Added check for proper access permissions
* [FW 3.55]: [R1] resets access permissions for selected game
* [Last Game] application updated (separate download)
* [ps3serv] PC application updated (separate download)
* Other fixes and improvements
01.13.01/02 -
* Fixed support for CFW 3.55 (KMW/WTG/WNK/GH) and latest PL3 (kmeaw)
* [Last Game] application fixed to support CFW 3.55 (separate download)
* New options in the ini (clear_activity_logs / load_custom_payload)
* Other important fixes
01.13.03/04 -
* Copy/backup speed increased (about 10% speed gain)
* On-screen-keyboard supports all languages (latin, cyrillic symbols + JP/CN glyphs)
* Experimenatal web browser in FILE MANAGER (network icon)
* multiMAN will save some display options on exit and restore upon launch
* New options in the ini (clear_activity_logs / load_custom_payload)
* Default "load_custom_payload=0" to avoid lockups with FW 3.55
* Important fixes, interface improvements and dialog additions
01.14.00 -
* Implemented stable syscall36 function (thanks to they know who)
* Fixed file manager default character mode
* Fixed network icon/text when no network is available
* More user friendly messages when problem appears
* New update/cover server (thanks to shaj)
* Option to download updates without USB stick
* New 'options.ini' format (thanks to SiGMAniac)
* [Last Game] updated (separate application)
* A lot of other stability fixes
01.14.01 -
* Hypervisor mapped memory set to 4096 bytes (not 3MB)
* Restored AVCHD support for HDD video folders
* Added on the fly mount point redirection
* Added /app_home discless game support (very limited)
* multiMAN now uses only syscall36 function
* Increased stability: proper memory management
01.14.02 - ( 01.15.RC)
* FW 3.55 - Disc and discless suport (/app_home)
* Update downloads provided in single packages
* A lot of stuff to come in next release
01.15.00 -
* Added: Support for "Black Screen Games" from external USB HDD (thanks to anonymous#3 for the idea)
* Added: Launch "Black Screen Games" with [SELECT]+[X] key combination
* Added: Control console with peek/poke/peekl support via telnet to port 8080
* Added: LV2 GameOS memory [HEX view] and [Save to file] in FILE MANAGER
* Fixed: Blu-ray to AVCHD conversion
* Fixed: Memory allocation for RemotePlay
* Changed: [Last game] application (separate download)
01.15.01 -
* File and folder copy transfer speed improved
* Restored support for games saved on SDHC or MemoryStick cards
* Changed default name for BD-ROM backups to GAMEID-GAMENAME
* Added support for PS3 Demo and Package discs
* Fixed game list refresh in modes with freetype fonts
* New [Help] screen in File Manager (thanks to condorstrike!)
* A lot of hidden improvements and fulfilled requests
01.15.02 -
* Added option to go [BACK] from certain [YES]/[NO] prompts
* Check for available free space before initiating copy/transfer
* Warning prompt if copy destination already contains folder with same (source) name (cancel/overwrite)
* Support for COVER.PNG/COVER.JPG (260x300) and POSTER.PNG/POSTER.JPG (1920x1080) for AVCHD/Blu-ray movies
* Greatly improved internal/built-in FTP server:
- MOVE FILES
- MOVE FOLDERS
- RENAME FILES
- RENAME FOLDERS
- MULTIPLE simultaneous FTP CONNECTIONS from different PC's/clients
- MULTIPLE simultaneous FILE-TRANSFERS (within session or between clients)
- RESUME interrupted transfers
* Total of 973 game covers (FULL package)
* Four new themes (GUI BLUE, SAMUS REMIX, SAMUS REMIX 3, GIZMO) (MEGA package)
01.15.03 -
* Improved copy/backup speed (again)
* Fixed stability during copy
* Delete folders/games is now faster
* Fixed a minor problem with FTP server
* Fixed COVER/POSTER PNG/JPG for external USB AVCHD movies
* New shortcut to check for game updates within multiMAN ([START]+[R3])
01.15.04 -
* Added ftp server controls in Control Console
* Fixed "expand_avchd" option
* General performance improvement
* FTP and USB to Internal speed gain
* Code optimization
01.15.05 -
* Added new display mode (#2) 4x2 icons
* Fixed bug for [select]+[x] combo
01.16.00 -
READ CAREFULLY BEFORE YOU PROCEED WITH UPDATE (FW 3.55)!
- No payload of any kind included in the distribution
- Support for "Black screen games" using external USB HDD
* BDEMU.BIN or external payload required to enable following functionality:
- Support for AVCHD/BDMV structures saved on internal HDD (AVCHD HDD)
- Path redirections for /dev_bdvd and /app_home
- BDEMU.BIN is not distributed with install packages
01.16.01 -
* Web browser with PKG files download working
* Improved display mode #3
* Improved switching between display modes
* Improved memory management
* Grayscale images for split-games
* [SELECT]+[X] remembered for games on USB HDD
* (DEV) Functions to blur, alter sat/bri/contrast, mipmap/scale
* (DEV) Preparations for new display mode and GUI
01.16.02/03 -
* NTFS support for external USB HDD (START+/\ to switch to NTFS driver)
* USB.CFG configuration file edit required: 0xVNID:0xPRID:V (vendor ID, product ID, V=number of volumes)
* Only copy from NTFS is supported - nothing more, nothing less
* Folder/File copy in FileManager from NTFS volumes
* Merging split files while copying from NTFS is not supported (only 1:1 copy)
* Altered display modes 1, 2, 3 and 4 (small device icon in lower right corner)
* Fixed 99% progress bar freeze
* Fixed "not enough space on destination drive" in rare cases
* New cache convention
* Added support for 3.56 spoof
* Probably a lot of other things...
01.16.04 -
* Freetype font support for File Manager mode
* Cool (real) mouse pointer for File Manager mode
* Added "screenshot" to RAW (ARGB) file format in control console
* Added some changes to display modes 1, 2 and 3
* Added boot logo
* Major interface speed improvement
01.16.05 -
* New options in the options.ini:
- lock_display_mode - lock selected display mode
- parental_level - set game parental level PIN protection
- parental_pass - PIN code
* New legend image for display modes 1, 2 and 3
* Drop shadow added to File manager texts
* Some more speed optimization
01.16.06 -
* Added: last selected/launched game remembered for next MM start
* Added: parental control to File Manager (launching EBOOT.BINs)
* Added: "restart" command to control console
* Added: support for games without PIC1.PNG (using PIC0.PNG)
* Fixed options.ini parsing (for lock_display_mode)
* Fixed lock after multiple NTFS->FAT mode switching
* Fixed lock when starting game EBOOT.BINs directly from File Manager
01.16.07 -
* Removed prompt/requirement for BD game disc when launching BSG games
* Added: [START]+[R2] to screen capture in RGB RAW format (to /dev_hdd0 or usb)
* Added: support for games without PIC0/1/2.PNG (delete cache folder)
* Added: "launch" pkg files from File Manager (install manually from XMB)
* Added: Refresh/delete/copy won't change currently selected game in the list
* Fixed: shadow copy function in File Manager ([R3])
01.16.08 -
* Added: support for pads connected to any port
* Added: support for BD remote controller and MOVE controller (buttons only)
* Added: support for custom/theme mouse pointer
* Added: support for spoofed FW 3.55 to 3.56/3.60
* Changed: display mode #3 (works faster and looks better now)
* Changed: proper scroll to last game in display mode #2
01.16.09 -
* Added: new display mode (fullpng=6)
* Changed: up to 2048 files/folders in file manager
01.16.10 -
* Added: reflections to [Box art] display mode
* Added: cover-boxes to [4x2] display mode
* Changed: multiMAN icon
01.16.11 -
* Added: Boot progress messages
* Added: Feature to rename game titles [SELECT]+[O]
* Added: Check if game has split files (.666xx) upon game launch
* Fixed: FTP server properly shows "modified" date/time stamp
01.16.12/13 -
* Added: new options in options.ini: [usb_mirror], [verify_data] and [download_dir]
* Added: support for new version of "ebootFIX" tool (PSN-style XMB games)
* Added: support for ™, © and ® symbols when renaming game titles (converts (TM) (R) and (C) to ™, © and ®)
* Changed: Max number of games in the list set to 2048
* Added: [START]+[SELECT] restarts multiMAN
* Added: RELOAD.SELF to multiMAN USRDIR folder (this way multiMAN can be launched from other applications)
* Added: support for XMB*.PNG images in themes (XMB0.PNG->PIC0.PNG, XMB1.PNG->PIC1.PNG, XMB2.PNG->PIC2.PNG)
* Added: proper detection of spoofed firmwares
* Added: /ps3_home/archive folder for .mmiso. experimental support (not available yet)
* Fixed: Prompt to change PARAM.SFO when launching newer games
* Fixed: Prompt to change PARAM.SFO version even when PS3 FW version is the same
01.16.14 -
* Added: New display mode (8x4) with support for 32 titles on screen
* Added: Navigation with LEFT and RIGHT analogue sticks in game modes
* Added: Installed homebrew apps with RELOAD.SELF can be launched via multiMAN
* Added: PIC0.PNG+PIC1.PNG overlay when creating cached images (clear cache to get it)
* Added: Abort "Setting access permission" by pressing [O] or [^]
* Added: Support for condorstrike's helpMME help application from within file manager (press [X] over the HELP button)
* Added: Skip initial scan when multiMAN is spawned by its RELOAD.SELF
* Added: SBOX.PNG image for themes (supports shadows, covers, docks) for 8x4 display mode
* Added: Multiple files OR folders copy/delete/move in file manager (select with [SELECT] button)
* Added: Up/Down can move and scroll through pages in File Manager mode
* Added: new option in options.ini: [scan_for_apps] to scan for RELOAD.SELF compatible apps
* Added: No initial scanning for games (loading much faster)
* Added: Filemanager left/right panes are restored on multiMAN start
* Added: AUR5.JPG image used for 8x4 display mode
* Added: Restore sound/MP3 volume on restart
* Added: Restore mouse pointer position on restart
* Added: Restore left and right panes in file manager on restart
* Fixed: Bug when output resolution is 576p/720p
* Changed: Spoofed firmware detected by CRC check of dev_flash files
* Changed: Better copy/backup progress indication (even for games with very large number of files)
01.16.15 -
* Added support to launch video files from file manager by spawning Showtime player
* Special version of Showtime player required to handle video playback from multiMAN
* Added CBOX2/GBOX2.PNG for themes with full alpha transparency
* Fixed issues when launching games on WN/WT firmwares
* Fixed rare issue with select+x games from USB HDD with too long path names
* Fixed rare issue with progress bar not updating during copy/backup
* Improved initial scan (no scanning for games when not needed)
* Improved 4x2 and 8x2 display modes visualisation
01.17.00 -
* Added: New sub-menu to set game specific options (press R1)
* Added: Latest version of Showtime by andoma and helpMME by condorstrike
* Added: Support for 5 user fonts (change with SELECT+R3)
* Added: Custom font for Showtime in fonts/system/showtime.ttf
* Added: Showtime with support for Windows-1251 codepage for Cyrillic SRT subtitles
* Numerous fixes, improvements and additions
01.17.01/02 -
* Interface update
* Simplified and cleaner look
* Slick and professional feel
* Link XMB VIDEO files to Showtime option in "System Menu"
* Launch Showtime option in "System Menu"
* Game options: press SQUARE
* System menu: press TRIANGLE
* Updated version of SHOWTIME MEDIA PLAYER (codepages Windows-1250 and 1251)
* "Favorites" menu in next version
* Themes must be updated to reflect latest changes
* More options added in COLOR.INI for theme creators
* user_font added in COLOR.INI for theme creators
* game_bg_overlay added in COLOR.INI
* "Cover not available" cover in some display modes
* "[O] Save" in submenu changed to "[O] Back"
* Updated the "Original theme" to reflect the recent changes
* Changes to the Game Options sub-menu
- support for PNG covers
- display of game version and ps3 firmware required in title name
* Changes in File manager
- TRIANGLE - one directory up
- UP+R2 - to top of list
- DOWN+R2 - to bottom of list
* Support for REBUG firmwares (properly working BD mirror function)
01.17.03/04 -
* Initial public release of XMMB display mode (XMB clone)
* Favorites column in XMMB mode
* Playback of video files from VIDEO column in XMMB mode
* Playback of audio files from MUSIC column in XMMB mode
* Stability improvements
02.00.00 -
* Fully working XMMB display mode (XMB clone)
* Editable options in "Settings" column of XMMB mode
* Game Covers and Game Poster in XMMB Game column
* Improved XMMB scrolling, speed and reliability
* "Themes" option in "multiMAN/Home" XMMB column
* Changed options/options_default.ini
* Direct Boot method changed
* SELECT+X auto-sets BD-Mirror option and is remembered
* A lot of other stuff
02.00.01 -
XMMB mode:
* Game poster/background loads/shows 2x faster now
* Game poster is crisp and unaltered
* All texts in XMMB are smooth and easy to read with bright backgrounds
* All texts got small shadow to improve visibility
* Favorites column shows game icons
* Fave star applied to game icons in Favorites column
* Clock and column title more visible and better looking
* Cover overlay image (GLC.PNG) applied to cover in XMMB mode, too
* Added image background for theme selection (10x to condor) (pop up can be moved with analogue sticks)
* Fixed: time/date format changes immediately (not after 30 seconds)
* Fixed 'favorites' column (showing stuff when no faves selected)
* Added option in SETTINGS column to disable "Theme Audio"
* "Title Details" option in SETTINGS column to change 4x2, 8x4, cover flow and Box-art modes (title/+id/+title count/none)
* Fixed Mouse X/Y deadzone setting
* Fixed PHOTO column populates properly from USB storage (/PICTURE folder)
* Changed: "Verifying USB Games" option: [Always/Auto/Never]
* Added new function in SETTINGS column "Clean Game Cache"
* Added selection list menu to clear Game Data for specific Game
* Favorites selection remembered when going out of game-settings submenu
* Added support for SDHC/MemoryStick/CompactFlash storage for MUSIC/PHOTO/VIDEO columns in XMMB mode
* Added: SDHC, CF and MS icons in PHOTO/VIDEO/MUSIC XMMB mode
* Added: multiple strategies for mounting titles using all available methods
Other:
* Changed: options are saved on exit (not each time you change a setting in SETTINGS column)
* Changed boot procedure (EBOOT.BIN is just 50KB and it launches main multiMAN app RELOAD.SELF)
* "Mouse X/Y deadzone" can go up to 90%
* "Dim titles" setting can go up to 10 seconds
* Changed top-menu in File Manager
* Fixed "DIRECT BOOT" from external USB HDD
* Changed: "Overscan" application (much better than before)
* All texts in FileMan mode look better now
* Added support for SND0.AT3 in themes
* Added option BD-Emulator (to switch between Standard (syscall36) / Hermes (syscall8) / None)
* Added support for MFW 3.41 (BD-Emulator option: Hermes (syscall8)
* Added support for playing games with split big files from USB HDD (up to 10 BIG 4+GB files supported):
* - Caching split files to internal HDD for unlimited number of titles
* - Playing games with split files works with "Direct Boot" and "BD Mirror" options, too.
* - Launching games with split files works from Disc Icon and /app_home
* Added new option in "Game Settings" submenu: "Ext Game Data" (install game data on external USB)
* Fixed: garbled screen in File Manager when Help/About selected while coming from another display mode
* Fixed: changing current game for game modes while browsing XMMB display mode
* Removed: sparks/stars from slide-coverflow mode
* File Manager top menu text color is defined by COLOR.INI FMFILE setting
* Added: Vertical alignment for title/title+id in some modes when "Title Details" option requires it
* Special thanks for helping with extensive tests: GoTiT4FrE
* Special thanks for testing and bug reports: condorstrike, B6S, S4BRE, bitsbubba
* Thanks to Hermes (again) for SC8
* Thanks to Z0ner for helping n00bs
* Thanks to multiBOT for the lovely IA brought in by its creators
02.00.02 -
* Fixed: handling of themes_dir and covers_dir options in options.ini (broken in .01)
* Fixed: handling of NETHOST definitions in options.ini (broken in .01)
* Changed: Remember user font selection on exit (prevents reverting to theme font at each startup)
File Manager related:
* Added: Context menu in File Manager (similar to right-click) with CIRCLE button (all other shortcuts are removed)
* Changed: Removed File Manager from mode list (L1/R1 skips it)
* Changed: File size in File Manager shown with 2 decimal precision
* Added: "File Manager Access" option in SETTINGS XMMB column - PIN protected - to disable FileManager mode
* Changed: Key to select multiple files/folders: [SQUARE] (was [select])
* Left pane shows up to 60 characters and right up to 55 for file/folder names (was 26/22)
XMMB related:
* Added: "Poster and Cover Alteration" option in XMMB Settings column
* Added: "Button Assignment" option in XMMB Settings column
* Added: Current selection in Settings column remembered
* Fixed: Applying themes now changes text colors immediately in XMMB mode (clock, option names, game column title)
* Added: Video thumbnails for XMMB VIDEO column (3264x3264 max res):
- for external (non-XMB) video files: Example:
--- movie name: my_video.avi
--- thumbnail : my_video.avi.jpg, my_video.avi.JPG, my_video.jpg, my_video.JPG
- for internal (XMB) videos - .STH thumbnail generated by the PS3 is used
* Added thumbnail support for AVCHD, BDMV and DVD video structures (POSTER.JPG, COVER.JPG)
* Added thumbnail support for AVCHD, BDMV (multiAVCHD compatible /HDAVCTN/BDMT_O1.jpg, /BDMV/META/DL/HDAVCTN_O1.jpg)
* Added thumbnail support for PHOTO column (for JPEG images with resolution up to 3264x3264)
* Added: Last game selection is remembered in XMMB mode after restart and after switching to other display modes
* Improved: No more reloading of XMMB columns each time you leave/enter XMMB mode or game/system submenu
* Changed: Scanning for content while in XMMB doesn't show the ugly "Scanning..." screen
* Removed: File extensions for known media files in MUSIC/PHOTO/VIDEO XMMB columns
* Added: Download Themes application in WEB XMMB column (thanks to S4BRE and condorstrike for hosting)
* Added: Visit multiMAN forum link in WEB XMMB column
* Graphics fixed: Downloading files via web browser while in XMMB mode
* New option in options.ini/options_default.ini: themes_web_dir (to store downloaded themes)
# Option: Directory to store downloaded multiMAN themes
themes_web_dir=/dev_hdd0/game/BLES80608/USRDIR/themes_web
* Visualization improvement (good news for users with 720p/576p/480p TVs, too):
* No more jagged edges of the textures (ICONS) during enlargement/shrinking
* 576p looks good now, not to speak of 720p
* Smoothing also applied to OVERSCAN modes
* Added: Support for srt/ssa/ass subtitles when caching video for Showtime from NTFS drive
* Removed: AC3 playback from file manager
* Optimized memory management (90MB free during mM operation)
* More optimizations: multiMAN executable (RELOAD.SELF) size down to 496KB
02.00.03 -
* Fixed: Launching games with cached files right after they're cached
* Fixed: GAMEI folder won't appear on USB unless "Ext Game Data" option is used
* Fixed: Double entries in VIDEO column when thumbnail is named for example video.avi.jpg and not video.jpg
* Improved: Scrolling left/right in XMMB mode (faster and won't load columns)
* Improved: Scrolling up/down. Scroll will pause for ~1 second before looping.
* Added: Option "Hide BD-ROM disc from game list" in XMMB Settings
* Added: L2/R2 switch pages in 4x2 and 8x4 game list modes
* Added: "Save Screenshot" option in PS3 XMB Photo column to capture multiMAN screens in PNG (multiMAN Screenshots album) (10x to squarepusher2 for the hint)
* Improved: multiMAN will return from emulators and showtime much faster (~1-2 seconds boot screen)
* Improved: Last XMMB column and selection/entry restored upon restart/respawn
* Improved: JPG and PNG loading and decoding is performed faster (via SPU with fallback to PPU when header-decoding fails)
* Added: "Retro" column for emulators (WIP)
* Added: "Genre" option in "Game Settings" submenu to select categories for albums/grouping
* (WIP) Added: Support for latest SNES9x port for PS3
* (WIP) Added: Support for SNES9x ROMS: SMC/smc, FIG/fig, SFC/sfc, GD3/gd3, GD7/gd7, DX2/dx2, BSX/bsx, SWC/swc, JMA/jma
* (WIP) Added: New options in options.ini:
* Added: Support for playing music/playlists from PS3 XMB Music column (thanks to squarepusher2)
* Improved: TVs with 480p/576p resolution will show XMMB and slide-coverflow modes a bit better
MAJOR IMPROVEMENTS:
* Improved: Added threaded processing for photo/music/video/game/favorites/retro columns
* Improved: Added threaded processing for loading jpg/png images in XMMB mode
* SNES9x:
- Fixed PS3 reset when exiting with {PS} button
- Fixed returning to XMB
- Fixed returning to multiMAN
* multiMAN:
- Greatly improved loading of all columns in XMMB mode
- Progress icons added in the top right corner (next to the clock)
02.00.04 -
* Added: Threaded processing for various tasks (downloading covers, scanning, etc) (no more GUI interruptions)
* Added: XMMB mode will invoke download of missing covers, too
* Added: Support for Genesis+ GX retro emulator (port by squarepusher2)
* Added: Support for FCEUltra (NES/ULTRA) PS3 retro emulator (port by squarepusher2)
* Added: Support for VBA PS3 retro emulator (GameBoy/GameBoy Advanced)
* Added: Support for PNG covers for Retro column (408x408 max resolution) (408x180 for best results)
* Added: L2+R2 will turn on screensaver mode (or put the PAD on a table/coach/sofa and press it down gently)
* Added: Caching of the whole XMMB mode
* Improved: XMMB Photo column display and navigation (no more image buffers release when full - a lot seamless now)
* Improved: Navigation in XMMB is completely rewritten - now smooth and faster than original PS3 XMB
* Improved: Increased image buffers (50 icons/covers) in XMMB (30 in prev versions)
* Added: Unfolding effect up/down while loading XMMB columns
* Added: Indication in XMMB mode when FTP service is used or background download is active
* Added: Warning prompt when user leaves multiMAN with active FTP connections
* Added: Screensaver Timeout option in XMMB Settings column (1-10 mins)
* Added: Link to GBATemp website with Online User Manual by Cyan in XMMB WEB column
* Added: FF/REW for Picture Viewer in XMMB mode (holding left/right or L1/R1)
* Added: Support for 2048 entries per XMMB column
* Added: Virtual memory used for certain tasks (like mp3 playback) to save real memory
* Added: Asynchronous loading of MP3 files for playback
* Added: A bit more memory allocated to web browser and release memory after browser closes
* Added: MP3 playlist support for 1024 entries (was 128)
02.00.05 -
* Changed: Coverflow mode completely rewritten to use XMMB engine
* Changed: Coverflow shows covers in perspective
* Changed: Better memory management
* Changed: XMMB display mode visualization
* Changed: Caching only of Photo, Music and Retro XMMB columns with their actual size (faster boot and exit/restart) (16MB HDD space freed)
* Added: Option in XMMB Settings column "XMMB Game Icon Swap" to select mode for covers/icons for Game column
* Added: Options in XMMB Settings column "Key Repeat Delay" and "Key Repeat Speed"
* Added: Launch .zip ROMs from File Manager (from emulator folders or dev_hdd0 or dev_usb00* ./ROMS/[emulator])
* Added: Support for FBA Next emulator (port mods by squarepusher2)
* Fixed: PPU crashreport about MultiStream on exit (thanks to an0nymous for the backtrace log)
* Fixed: Minor issues when applying themes
* Fixed: Minor issues/garbage with boot screen on rare occasions
* Removed: Use of virtual memory
MP3/Audio related:
* Changed: MP3 playback requires 384KB of RAM (was 24MB before) and now MP3 file size is unlimited (4MB ram freed)
* Added: Fade-in / fade-out for mp3 playback
* Added: Indication of which mp3 title is currently playing/paused in XMMB mode
* Added: multiMAN mp3 playback will pause if you play music from PS3 XMB Music column
Extended support for BD Remote Controller:
* BD Remote: [ENTER] and [PLAY] keys will act as [X] (much easier to navigate)
* BD Remote: [PAUSE] will pause music playback
* BD Remote: [PREV]/[NEXT] will skip to previous/next audio track
* BD Remote: [STOP] will stop music playback
02.01.00 -
* Grouping by Genre for Game/Favorite Columns (SQUARE)
* Grouping by Emulator Type for Retro column (SQUARE)
* Grouping by title name (alphabetically) for Music (SQUARE), Game, Favorites, Retro columns (SELECT+SQUARE)
* Info pop-up during music playback
* Removed duplicate entries (by name) in Photo and Music XMMB columns
* BD Remote: [SLOW<<]/[SLOW>>] will change playback volume
* BD Remote: [BLUE] will switch to File Manager and back
* BD Remote: [GREEN] will turn on the Screensaver
* SELECT+START will switch to File Manager and back
02.02.00 -
* Added: Multilingual Support (22 languages)
* Changed: 2304 entries per XMMB column
* Added: Caching of XMMB Video column to speed up boot process
* Added: MP3 pop-up info box in XMMB and File Manager
* Added: "Motion Sensor" setting in XMMB SETTINGS column
* Added: Motion sensitivity (waving left/right the dualshock controller changes display modes)
* Added: Debug mode (hold L2+R2 during boot). It will allow downloading official update, even if you're on the same version.
* Fixed: Issues with coverflow display mode
* Fixed: Lock when too many AVCHD or Video titles present
* Fixed: Retro column not sorted after returning from emulator
* Changed: Behavior of "Refresh" buttons in XMMB multiMAN column and "System Settings" menu
02.03.00 -
* Changed Font properties/functions for all modes
* Max number of games+AVCHD in game modes 960(was 640)
* Max number of entries per XMMB column 3200
* Changed character limit for XMMB Settings column [selected option] to 36 (was 32 - now German/French fit)
* Moved [selected option] to the far right
* Freed more than 20MB of RAM :) (and reallocated some of it to increase max number of games/xmmb entries)
* This update should fix "Not enough memory for web browser" which some users experienced. If it doesn't - use the Original Theme.
* Added check for downloaded multiMAN updates (to avoid installing broken/incomplete PKG files)
* Added check for downloaded covers (to avoid accepting broken/incomplete downloaded files)
* Command menu in File manager changed a bit
* Legend in most display modes will use current localization setting
* Pad vibration added as warning for "Delete" game/folder prompts
* Included all languages (with latest versions posted by translators)
* Added back Dutch
* Added back Portuguese BR
* Added back Arabian
02.04.00 -
* Added: Display of embedded JPEG images in MP3 files for XMMB Music column
* Added: Pulsing of selected entry/title in XMMB display mode
* Added: Czech, Hungarian, Catalan, Galician and Indonesian languages
* Added: Other various tweaks and changes
* multiMAN LOGO Contest Winner: TheForce
* Cover server updated with latest 2644 game covers
* Changed "Download Themes" server back to my primary one
02.05.00 -
* Added: SIDE menu in XMMB mode to access various functions (access the menu with [TRIANGLE])
* Added: SIDE menu option for XMMB Settings column to switch between ADVANCED and STANDARD settings
* Added: SIDE menu function "UPDATE" Showtime in XMMB Video column when "Start Showtime" is selected
* Added: SIDE menu function "UPDATE" in XMMB RETRO column to check/download EMULATOR updates by squarepusher2
* Added: Option in XMMB Settings to change SIDE menu background color
* Changed: UPDATE function in GAME SETTINGS menu will not download updates for higher than your current PS3 firmware version
* Changed: UPDATE function in GAME SETTINGS can now check/download updates for SNES/FCEU/VBA/FBA/GEN+ Emulators by squarepusher2
* Changed: All options in the XMMB Settings column are now selectable via the SIDE menu (much like in the regular XMB mode)
* Added: Option in XMMB Settings column: [Write access to /dev_flash via /dev_blind]
* Added: Permissions check upon loading a title
* Added: VP6 and 3GP file extensions to recognizable video formats
* Added: Support for browsing USB devices and Internal HDD in XMMB Photo, Music, Video and Retro columns
* Added: Larger icons when browsing devices in XMMB mode
* Added: Indication in "browse mode" when playing music (a note sign will appear next to Device or Folder icon)
02.06.00 -
* Added: Support for 7 connected controllers to be used simultaneously
* Added: Animation/slide effect when browsing USB/PS3HDD devices in XMMB mode
* Added: BD Remote controller buttons: YELLOW BUTTON = Restart, RED BUTTON = QUIT
* Added: Experimental motion/movie background support: If wave.divx is present in multiMAN's USRDIR folder you can enable motion background with SELECT+TRIANGLE.
* Added: REFRESH option in SIDE menu for photo/music/video/retro columns when USB/PS3HDD entries are selected
* Added: Quit and Restart options in SIDE menu for Settings column
* Added: Quick access options in SIDE menu for XMMB Game and Favorites columns
* Added: A small touch to the SIDE menu: it will ZOOM in the current entry much like the real XMB
* Added: Increasing/Decreasing MP3 playback volume will make the pop-up box display in the lower left corner (thanks to chitalov for the reminder)
* Added: If multiMAN is started via Remote Play, TV Overscan will be automatically set to 10%
* Changed: Color labels when selecting the color for the SIDE menu
* Changed: Browsing USB devices in XMMB will behave like real XMB (i.e. will first open /VIDEO or /MUSIC or /PICTURE folders to look for content)
* Changed: If non-English GUI language is selected in conjunction with User Font, proper User Font will be restored after restart
* Fixed: Setting wallpaper after PNG file was used as wallpaper
* Fixed: Sorting order in XMMB for PS3 HDD and USB device icons.
* Fixed: MP3 playback (when sometimes audio plays in wrong frequency)
* Fixed: Freezing in coverflow when fast-browsing over 100 titles
* Performance check: multiMAN does ~122fps @ 1920x1080p 59.94Hz
02.07.00 -
* Added: "Background Appearance" option in XMMB Settings to switch image/video background for XMMB and Coverflow modes
* Added: Screensaver will display the motion background if enabled
* Added: Option to select 9 different motion backgrounds wave.divx, wave2.divx... wave9.divx (restart may be required)
* Added: Support for REBUG CFW 3.41.3
* Added: Support for Cobra content folders: PSXISO, PS2ISO, ******, DVDISO and BDISO (WIP)
* Added: System Auto-Off in settings column (60/120/240/360 min - 1/2/3/4 hours)
* Added: Restart System and Shutdown System in Home/multiMAN column
* Changed: When motion background is activated, multiMAN will stay in 5.1 audio mode when possible
* Changed: Default display timing set to VSYNC = no tear (VSYNC/HSYNC modes can be switched with SELECT+SQUARE)
* Changed: SIDE menu will 8x zoom current entry icon (in VSYNC mode)
* Changed: Implemented OpenPS3FTP by jjolano and removed the old buggy FTP server (faster transfer speeds and no path/file length limitations). Login: anonymous | Password: <anything>
* Fixed: All issues in coverflow mode (lock or motion video bg stop/break)
* Fixed: "Key Repeat Delay" option
* Added: LV2 access rights to use LV1 Storage Manager (syscall 864)
* Added: LV1 patch for user access to sys_storage functions (syscalls 600 to 623)
* The above two for regular users mean:
* Thanks to graf_chokolo and the SACD-Ripper guys!
* -> Access to all types of optical discs inside multiMAN (file/folder mode):
* -> Copy/Backup of Blu-ray Movie Discs (decryption may be required on PC) (previously possible only via OtherOS)
* -> Copy/Backup of DVD-Video discs (decryption may be required on PC)
* -> Copy/Backup of PSX and Playstation 2 Discs
* -> Access to AACS\MKB_RO.inf on a Blu-ray movie disc to restore lost DRL1/DRL2
* -> Direct playback of movies/music (avi, mkv, etc) from BD-R/BD-RE/DVD-R/DVD-RW via Showtime for multiMAN
* -> Transfer speed average: 9MB/s (44GB Blu-ray disc movie transfers in ~90 min)
02.08.00 -
* Added: "Create ISO" option in SIDE menu when BD/DVD is selected in VIDEO column or PLAYSTATION/PLAYSTATION2 is selected in Game column
* Added: "Create ISO" option in File Manager's context menu when /dev_bdvd is selected
* Added: Creating ISO files bigger than 4GB to USB HDD will result in splitting in segments .iso.0, .iso.1 ... .iso.31
* Added: Advanced option in XMMB Settings: "Expand Contents of XMMB media columns"
* Added: SD/SDHC, CF and MS/MSPRO devices to Photo/Music/Video columns
* Added: Standalone Web-Browser application with FTP (BROWSER.SELF) to avoid all memory issues
* Added: Support for launching PSX games from CD-R discs (XMMB Game Column and other display modes)
* Added: Launching directly ps1_emu.self or ps1_netemu.self from file manager will make multiMAN assign your Memory Cards properly, too
* Added: Options to set preferred Video Mode for PAL and NTSC PSX titles (default/480/576/720/1080)
* Added: peeklv1 and pokelv1 commands to control console
* Added: String printout for peekl and peeklv1 control console commands
* Added: Prompt to dump Hypervisor/LV1 after creating GameOS/LV1 memory dump
* Changed: Improved the looks of the old debug font, used in some dialogs and file manager
* Changed: multiMAN starts faster now
* Fixed: Unnecessary auto-refresh/scan for content on each startup
* Fixed: Browsing for ROMS in ZIP format
02.09.00/02.09.02 -
* Support for PSX backups on 3.41CFW/MFW (10x to an0nym0us for the lv1/lv2 offsets)
* Improved performance in XMMB display mode
* Backup from PS3 game discs now works as it should
* You can still launch PSX games from XMMB Game Column
* You can still launch PS3 game backups from DVD-R/RW / BD-R/RE
* You cannot create ISO backups or access non-genuine PS3 game discs (unless Direct Disc Access is enabled)
* You will see an animated icon in XMMB Game column, which you can use to launch your PSX backups.
* PS3-ID (IDPS) displayed on "System Information" screen
* To keep the same functionality as before you can turn on "Direct Disc Access" from XMMB Settings column.
>>> Press [TRIANGLE] -> Enable Direct Disc Access
>>> When in Direct Disc Access mode you can rip BD movie discs, launch games, but you can't create backups of PS3 Game Discs.
>>> Do not use "Direct Disc Access Mode" unless you really need it.
03.00.00 -
* Full ISO and CUE+BIN support (incl. create ISO from folder)
* Full Cobra support (PSX, PS2, PSP, PS3, ISO, BIN, CUE, BDM, DVD)
* PSP UMD game support when PSP connected in USB+UMD mode
* Support for *.0/.31, *.001/.032, *.66600/.66631 split file formats
* Join split files in file manager (select and copy the first file to get the rest joined)
* Mount ISO files in File Manager (to browse/copy contents)
* New display mode "XBDM" - XBOX Dash Clone
* Support for games with split big files (from external hdd)
* BD/DVD Region options in SETTINGS column
* Support for PS2 game covers (OPL format, i.e. SLES_123.45_COV.JPG) in /covers_retro/psx (over 2000 covers included)
* Integrated Dongle Updater (in mmCM XMMB column)
* Option to turn on blue/green dongle leds or turn them off completely
* Integrated PSX, PS2 and PSP database for names and IDs (over 13000 entries) (for PSX/PS2 discs and PSP ISO/UMD files)
03.00.02 -
* Improved loading of PSP ISO files when no disc is inserted
* Added option "Detect Game Title in ISO Images" to allow using ISO filenames and *not* scan for game names in local database
* Improved scanning for retro roms/iso and covers (populating the Retro column)
* Support for ICON0.PNG for PSP ISO in Retro column
* Support for cover art for PS2 ISO/CUE+BIN in Retro column
* Support for cover art for PSX CUE+BIN in Retro column and for PSX discs
03.00.03 -
* New THEME format (.thm). One theme - one file. Easy installation within mmCM without going to XMB to install theme pkg files.
* mmTM - Easy to use PC application to create thm files from folders (separate download).
* mmCM will try to read disc volume labels and display in VIDEO column (BD/DVD entry) and in other display modes.
>>> ISO images created from such discs (BD/DVD/AVCHD) will get the disc volume label as file name for the ISO.
* Fixed extracting ICON0.PNG from PSP ISO images saved on external USB drives
* Added indication (rotating refresh icon next to the column icon) when mmCM is loading/extracting title thumbnails (XMMB mode)
* Added support for PSX/PS2/PSP covers when browsing drives/folders in Retro column
03.01.00 -
* Added pop-up notifications when new versions of mmCM, CobraUSB firmware and Showtime are available for download
* Added pop-up notification when running low on disc space (less than 1GB on internal HDD)
* Added pop-up notification when mmCM successfully connects to nethost folders during startup (/net_host# in File Manager)
* Added support for downloading themes in a background thread (pop-up messages will notify user when download starts and completes)
* Added support for copying big (4+GB) files in File Manager to USB drives. mmCM will split source file when copying to USB.
* Added "Copy" function to SIDE menu for BD/DVD/PS2/PSP/PS3 ISO images (supports joining and splitting depending on source and destination drives)
* Changed option "Link Video Library to Showtime" - it will only create links for XMB Video files, but will not start Showtime
* Added shortcuts to BDISO and DVDISO folders when browsing internal HDD in VIDEO column (shown as "Blu-ray Video (ISO)" and "DVD Video (ISO)"
* Added support for Blu-ray and DVD covers when browsing drives/folders in VIDEO column (for BD/DVD ISO files)
* Added shortcut (virtual folder) "XMB Video Files" when browsing HDD/USB drives in VIDEO column
* Easier overall access to BD/DVD/PSX/PS2/PSP/PS3 ISO/BIN images/folders in XMMB and XBDM display modes (when browsing drives/folders)
* Added "Showtime Font Preference" option to select 10 different fonts for SHOWTIME media player (GUI and Subtitles)
* Added "Extract ISO" option in SIDE menu for PS3 ISO images (to convert ISO games to folder format)
03.01.01 -
* Added support to extract PSP CSO (compressed ISO) files in File Manager (extracted image is saved in /dev_hdd0/PSPISO)
* Added support to show and extract PSP CSO files in XMMB/XBDM display modes (Retro column)
* Added support for loading PSP ISO and extracting PSP CSO from USB connected PSP (MemoryStick MS:/ISO folder)
* Added shortcut to ISO folder when browsing external USB devices (PSP connected with memory stick /ISO folder, containing CSO and ISO files)
* Added support for loading PSP CSO (CSO will be extracted to ISO and saved in /dev_hdd0/PSPISO before loading)
* Added music playback fade-out when leaving mmCM
* Added couple of themes in the Web/Download themes menu
* Changed displaying of PSP game titles in Retro column when game name match is found in local database
* Added new PSP game names to local database (now over 700)
* Updated online PS1/PS2/PS3 covers to 6558 total: 3147 PS3 covers and 3411 PS1/PS2 covers
03.01.02 -
* Added support for three different modes to load PSP ISO files (Auto, Mode 1, Mode 2): "Game Settings" in XMMB/XBDM SIDE menu
* Added support for lastGAME application - it will load the last game you played, without entering mmCM
* lastGAME: Application which loads the last played PS1/PS2/PS3/PSP game (folder and ISO format) (separate application)
* bdRESET : Application which resets all redirections and unmounts loaded ISO images (separate application)
* Note: When you use "Last Played Game" application you will have to launch the PS1/PS2/PS3 game from the disc icon and the PSP game from the "PSP Launcher" icon
03.01.03 -
> http://img441.imageshack.us/img441/1927/allinonex.jpg
* Added download progress indication in XMMB/XBDM modes - Web column. An entry will show current download filename and percentage of completion.
> http://img6.imageshack.us/img6/6425/thm1x.jpg
> http://img705.imageshack.us/img705/8647/thm2x.jpg
* Added TextViewer in File Manager (supported files colored in light blue). Supports viewing of ANSI/UTF plain text files.
* TextViewer controls: L1/R1 - PageUp/PageDown, L2/R2 - zoom out/in (50%-250%), R3 - change font, UP/DOWN/LEFT/RIGHT - scroll/pan, L1/R1+SELECT - skip to start/end of file
> http://img853.imageshack.us/img853/1851/txtview3x.jpg
> http://img72.imageshack.us/img72/307/txtview4x.jpg
* Added support for browsing Video, Games, Favorites and Retro (ROMS/PS1/PS2/PSP) in "Coverflow" display mode. Change content mode with UP/DOWN.
> http://img21.imageshack.us/img21/3315/slipspx.jpg
> http://img215.imageshack.us/img215/1228/slips2x.jpg
04.00.00 -
* Added support for jpg/png covers for BD/DVD ISO files in "Coverflow" mode
* Added PIC1.PNG/SND0.AT3 (background image and music) support to lastGAME and "PSP Launcher" for PSP ISO files
* Improved performance when extracting CSO to ISO and when creating ISO files from folders
* SIXAXIS gyroscope affects screensaver mode (wave/tilt the controller to navigate the starfield)
* Improved "Coverflow" display mode
* Added preparations for experimental support for multi-disc PSX games in CUE+BIN or ISO format for up to 4 discs
> Required Cobra USB/FW update will be announced when PSX multidisc support is available
* mmCM 04.00.00 will work without CobraUSB dongle connected
> Multi-disc PSX CUE/ISO name convention: ***.#.cue / ***.#.iso, where # is 1 to 4 and *** is the game title.
> Extension must be CUE, cue, ISO or iso.
> Examples:
> My PSX GAME.1.cue + My PSX GAME.1.bin (disc 1)
> My PSX GAME.2.CUE + My PSX GAME.2.bin (disc 2)
> My PSX GAME.3.cue + My PSX GAME.3.BIN (disc 3)
> My PSX GAME.4.CUE + My PSX GAME.4.BIN (disc 4)
> Another_PSX_Game_Name_Disc.1.cue
> Another_PSX_Game_Name_Disc.2.cue
> Yet.Another.PSX.Game.Name.Part.1.ISO
> Yet.Another.PSX.Game.Name.Part.2.iso
04.00.01 -
* Added new display mode (Board 5x4x5), replacing the oldest "Game list (plain)" mode
> "Board" display mode shows ICON0.PNG game images by default.
> You can use covers by changing the option "XMMB Game Icon Swap" in Settings
> http://img834.imageshack.us/img834/5719/psv00x.jpg
> http://img842.imageshack.us/img842/458/psv01x.jpg
> http://img835.imageshack.us/img835/9405/psv1x.jpg
* Improved File Manager visuals when used in SD resolution (480p/576p)
* Fixed an issue, which prevented operation on CFW/MFW 3.41 when Cobra USB is not used
* Added support for showing PSN titles in all display modes from internal/external HDD (PSN titles cannot be loaded and you have to put empty RELOAD.SELF in game's USRDIR folder to make it show!) (requested)
* Added lastGAME2 and bdRESET applications
* Added 11 new themes to the theme download section (total of 14 now)
* Updated 15 language files
* Added separate background images for Board and XBDM display modes (PSVBG.JPG and XBDBG.JPG)
* Updated mmCM Original Theme (includes new images PSVBG.JPG, XBDBG.JPG, PBOX0.PNG, PBOX1.PNG)
* Preparations to support loading of network PS3, DVD and Blu-ray ISO files
* Preparations to support firmware version spoofer (auto-spoofing to latest official FW or to user-defined fixed version)
> Required Cobra USB update will be announced when network ISO and firmware spoof support is available
04.01.00 -
* Changed: Nethost PC server application "ps3serv" is replaced by new windows/linux application "ps3netsrv"
* Added support for playing PS3 and PSX games in ISO/CUE+BIN format from remote net_hosts (PCs connected to the LAN)
* Added support for playing Blu-ray and DVD-Video movie titles in ISO format from remote net_hosts
! NOTE: For best performance and compatibility of the new net_host interface, a WIRED network may be required (Wi-Fi is also supported)
! NOTE: Root folders served by remote hosts must contain /******, /BDISO, /DVDISO and /PSXISO folders to enable remote content
* Added new option in SETTINGS column: "Network Servers" for setting up to 10 remote nethost IP : PORT values
* Removed: *nethost* settings from options[_default].ini are ignored and no longer supported
* Added new option in SETTINGS column: "System Firmware Version" for "spoofing" current FW version to 4.00 or higher
* Added support for thumbnail images for remote BD/DVD/PS3/PSX ISO/BIN+CUE files (*.jpg / *.png)
* Added support to copy files from one net_host to another
* Added support to delete folders from remote net_host
* Added support to view files in TextViewer from remote net_host folders
* Added support to copy games and ISO images to remote host from SIDE menu ([TRIANGLE] in XMMB/XBDM/BOARD display modes)
http://img31.imageshack.us/img31/9088/psv05x.jpg
http://img3.imageshack.us/img3/6811/psv04x.jpg
http://img860.imageshack.us/img860/5836/nethost1x.jpg
http://img51.imageshack.us/img51/9428/nethost2x.jpg
04.01.01 -
* Increased max number of entries for directory listing in file manager to 3584 (from 2560), fixing issues with PSX/PS2/PS3 covers
* Optimized scanning for network content (ISO/CUE+BIN) (Video, Music, Photo and Roms are also supported)
* Added "4.10" option in "System Firmware Version" to spoof reported version to the latest OFW 4.10
* Added support for creating ISO images from PS2 DVD, PS3 BD, Blu-ray and DVD discs *directly* to remote host (remote file system must support 4GB+ file sizes)
--> You can now create backups of your games and movies directly to your PC and play them remotely! (Blu-ray movies/DVD-Video titles may require additional decryption)
* Added support for extracting ICON0.PNG for network PS3 ISO games, which don't have .png/.jpg thumbnail in the remote folder (when game ISO is loaded)
* Added support for extracting coverart (/BDMV/META/DL) for Blu-ray ISO movies, which don't have .png/.jpg thumbnail in their folder (when movie ISO is loaded)
* Added support for installing PKG package files from remote host (clicking over a .pkg file from /net_host folder in File Manager)
* Added "Network" device-browse entries in PHOTO, MUSIC, VIDEO and RETRO columns to enable browse/view/playback functions for remote content
* Added support for loading RETRO games (ROMS) from remote host
* Added support for thumbnails for ROMS, PSX, PS2, PSP, BD and DVD titles
* Added new game titles to internal database (PSX/PS2)
* Fixed an issue which caused mmCM to lock during boot (on boot screen)
* Fixed a potential issue which may have caused creating invalid *split* ISO files from PS3/BD discs (when output exceeds 4GB and is stored on USB)
* NOTE 1: Playing video content from remote hosts requires caching to local storage
* NOTE 2: For best compatibility with remote content, the following content folders are automatically created in the root folder served by ps3netsrv:
! - BDISO - for Blu-ray movie titles in ISO format
! - DVDISO - for DVD-Video titles in ISO format
! - ****** - for PS3 games in ISO format
! - PSXISO - for PS1/PSX games in ISO or CUE+BIN format
! - PSPISO - for PSP games in ISO/CSO format (NOTE: Currently used ONLY for storing backups and not to play games)
! - PS2ISO - for PS2 games in ISO format (NOTE: Currently used ONLY for storing backups and not to play games)
! - MUSIC - for audio files in MP3 format
! - PICTURE - for image files in JPG/PNG format
! - VIDEO - for supported video files
! - ROMS - for supported RETRO games (gen/fba/vba/snes/fceu emulator subfolders)
! - PKG - for installable package files (.pkg) (NOTE: You can install packages from remote host in File Manager mode)
! - GAMES - for PS3 games in folder/jb format (NOTE: Currently used ONLY for creating/storing backups and not to play games)
http://img10.imageshack.us/img10/1838/nethost3.jpg
http://img11.imageshack.us/img11/2795/nethost5.jpg
http://img267.imageshack.us/img267/7326/nethost4.jpg
04.01.02 -
* Added support for creating ISO/BIN+CUE images from PS2 CD and PS1/PSX CD *directly* to remote host
* Added automatic extraction of thumbnails after ISO/BIN+CUE is created (PS3/PS2/PSX/BD/DVD)
* Added support for displaying coverart/jacket for Blu-ray and AVCHD discs (if /HDAVCTN or /BDMV/META/DL folders contain jpg jacket-image)
* Added support for creating ISO files from folders to remote host (ISO is cached to internal HDD and then moved to remote host)
* Improved FTP transfer speed (up to 10MB/s over 100Mbit connection)
* Improved transfer speed from and to remote hosts (/net_host) (up to 10MB/s over 100Mbit connection)
* Improved scanning of remote host content folders
* Added support to set "External Game Data" for games/applications installed under /dev_hdd0/game or /dev_usb***/GAMEI (RELOAD.SELF required)
* Fixed few issues introduced in 04.01.01, related to displaying/refreshing Retro/Music/Photo columns
04.01.03 -
* Changed: 4x2 display mode is rewritten to use XMMB engine which makes it 5x faster and allows access to all content (Games/Music/Video/Photo/Retro/ISO)
* Added "4.11" option in "System Firmware Version" to spoof reported version to the latest OFW 4.11
* Added support for loading network PSX/PS3/BD/DVD ISO/BIN+CUE images to lastGAME2 application
* Added proper support for covers in "Coverflow" mode, without affecting XMMB and other display modes (covers in Coverflow/4x2 modes and icons in BOARD mode)
* Added PIN-protected option "Reset Options to Default" in SETTINGS (press [TRIANGLE] to access it in the SIDE menu). Default PIN is "0000".
* Added support for forcefully resetting mM to default during boot if L2+R2+L3+R3 buttons are pressed
* Changed: PIN-protected options will not prompt for PIN code if using the default PIN "0000". If "Parental Level" is set, games which require higher level will still require PIN.
http://img546.imageshack.us/img546/3904/4x26.jpg
http://img32.imageshack.us/img32/8496/4x21p.jpg
http://img823.imageshack.us/img823/8939/4x23.jpg
http://img804.imageshack.us/img804/3631/4x24.jpg
http://img706.imageshack.us/img706/4255/4x25.jpg
04.01.04 -
* Improved FTP transfer speed even more
* Improved FTP compatibility with certain clients (wininet)
* Improved "Game list (4x2)" display mode
* Improved "Game list (poster)" display mode
* Improved overall speed and stability and fixed some GUI glitches
* Optimized memory usage (10MB more RAM available for operations)
* Optimized caching procedure for game icons and backgrounds (ICON0/PIC1.PNG) - faster and less HDD space used
* Added "Group Titles by Genre" option in the SIDE menu and changed the function of [SQUARE] button: now opens "Game Settings" menu
04.02.00 -
* Added new display mode ("TMB" - Top Media Bar) to replace "Box-art" mode
* Added new option in Settings - "Top Media Bar Color" to set user-defined color for top and bottom stripes in TMB mode
* Added new background image in the original theme (TMBBG.JPG) for TMB display mode
* Improved speed when copying files
* Optimized memory usage (another 10MB of RAM available for operations)
* Added support for scanning /dev_usb010 to /dev_usb099 for PSX/PS2/PS3/PSP/BD/DVD ISO files
* Added four (4) new colors to SIDE/TMB color setting options and two options in COLOR.INI to set side/tmb colors from themes
* Added function to "Quit to XMB" if [CIRCLE] (or [CROSS] if X/O swap is set in options) button is held pressed
* Added visual slider indicatior when scrolling through a lot of entries (XMMB, TMB and XBDM modes + when browsing devices)
* Reminder for BD-Remote colored keys: RED - Quit, GREEN - Screen Saver, YELLOW - Restart, BLUE - To File Manager and back
http://img204.imageshack.us/img204/7426/dm64x.jpg
http://img408.imageshack.us/img408/1773/dm65x.jpg
http://img190.imageshack.us/img190/8133/dm66x.jpg
http://img844.imageshack.us/img844/9853/dm67x.jpg
http://img856.imageshack.us/img856/9215/dm68x.jpg
04.02.01 - (FTP related)
* Improved FTP performance:
-> 95% of theoretical speed over 100Mbit connection (send/receive)
-> 90% of theoretical speed over 1Gbit connection (receive) (or 50% of max when sending to PS3)
* Improved /net_host performance
* Improved performance when copying files in File Manager mode
* FTP test results: http://pastie.org/3542821
04.02.02 - (File Manager related)
* Added sort options in File Manager:
-> SELECT+R2 changes sort order: name / date
-> SELECT+L2 changes sort order: ascending / descending
* Fixed overlapping of text entries in context menu in File Manager mode
* Added function to change the font in File Manager mode by pressing [R3]
* Exiting with {PS} button will save last state and options
* Added custom commands to FTP (quit/restart the application and shutdown/restart the PS3)
* Improved font rendering (faster and no more blue-tint artifacts)
* Improved graphics rendering (no more GUI glitches)
04.02.03 -
* Added experimental/POC support for frame-packed 3D video playback
* Video files in AVI 3D format must be named with .avi3d (AVI3D) file extension
* Supported formats:
- DivX or XviD in AVI container (FourCC codes must be divx/DX50. When XviD codec is used, mM will change the IDs automatically)
- SIDE-BY-SIDE 3D: 1920x 720 ( 960x720 frame per eye)
- TOP-BOTTOM(O/U): 1280x1080 (1280x540 frame per eye)
* Simple video controls in stereo player: [START] - Pause playback, [CIRCLE] - Quit playback, [UP/DOWN/LEFT/RIGHT] - Adjustments for anaglyph mode
* If TV set supports 3D video playback - 3D AVI files will be played back in 3D mode
* If TV set does not support 3D video playback - 3D AVI files will be played back in red/cyan anaglyph mode (Red-Cyan glasses needed)
* Two stereo samples in SBS and TB format (xvid_encraw used for encoding): http://www.sendspace.com/file/73b3v2
04.02.04 - (Stereo 3D related)
* Fixed rare issue when launching video files from NTFS and /net_host (when file is >2GB and there is no space on /dev_hdd1)
* Added support for displaying/playing video files (including AVI3D) from VIDEO column for remote /net_host servers
* Returning from Stereo Player will fall back to standard 2D mode
* Stereo files (avi3d) in 1920x1080 resolution are treated as SBS 960x1080 per eye (default)
* Audio output uses Dolby Digital if available (for 5.1 AC3 audio)
* Controls:
[START] - Pause / Resume
[RIGHT / LEFT] - Skip 120 sec forward/rewind
[DOWN / UP] - Skip 10% forward/rewind
[SELECT] - Toggle 4x fast-forward / normal playback
[R3] - Toggles SBS and TB/OU modes if autodetection fails
[CIRCLE] - Return to mM
[TRIANGLE] - Exit to XMB
[L1/R1/L2/R2] - Change L/R-eye color bias in anaglyph display mode
04.03.00 -
* http://img826.imageshack.us/img826/5585/mmos13x.jpg
* Added support to launch DVD-Video titles (disc/folder format) from mmOS and other display modes (Showtime Media Player required)
* Added support to load DVD-Video movies in ISO format from DVDISO folder (Showtime Media Player Required) (for non-Cobra Firmwares)
* Added option to override SBS/TB modes in stereo player for .avi3d video titles (with L3/R3)
* Changed: File Manager is replaced by a new powerful and memory efficient engine (mmOS) to resemble desktop environment
* mmOS features:
- Uses just 1-2MB of RAM (about 10-15 times less than the old File Manager mode), intuitive and faster
- Desktop + Taskbar + 7 Windows + Desktop Shortcuts + Clock + Tray + Clipboard
- Clipboard and each window support up to 4096 entries
- Support for user-defined motion / static background
- Window properties: minimize, restore, close, move, sort contents by name/size/date (asc/desc), fast scroll in rows and pages
- Window history: 16 path levels deep (forward and backward), window state and current scroll/cursor position
- Window contents: content icons/names/size/date, status bar, header, scrollbar
- Window actions (single click/tap): single/multiple entry selection
- Window actions (double click/tap):
--- start music playback, image viewer, hex/text viewer, launch executable files (.self/EBOOT.BIN)
--- play video titles (standard 2D and AVI3D), play DVD folders/ISO, direct-boot or load "folder/jb" games
--- load Blu-ray/DVD-Video/PS3/PSP/PS2 ISO files and BIN+CUE PSX images
--- load AVCHD video folders, mount folders to install PKG files, install themes
--- launch PSX games from CD-R discs (when DDA mode is enabled: PSX.EXE/SYSTEM.CNF/ps1_*emu.self)
- Taskbar actions: minimize/restore a window, minimize all, change active window
- Context/command menu functions:
--- Copy (copy selected entries to clipboard)
--- Cut (copy selected entries to clipboard; entries will be deleted after "Paste")
--- Paste (paste clipboard contents)
--- Paste as ISO (create an ISO file from a single folder selected with "Copy")
--- Delete
--- Rename
--- Properties
--- Create New Folder
--- Create Shortcut
--- Shadow for PKG game (when a PS3_GAME folder is selected from a game under /dev_hdd0/GAMES)
--- Activate BD-Mirror (when a PS3_GAME folder is selected from a game under /dev_usb***/GAMES)
--- Eject Disc
--- Open in HEX Viewer
--- Refresh Net Host
- Added option in "Settings" - "Swap Sticks In mmOS - Change actions of Left and Right Sticks in mmOS."
Navigation:
===========
- Right Stick - Move mouse pointer (can be changed to Left Stick in Settings "Swap Sticks in mmOS")
- Left Stick - Move active window (can be changed to Right Stick in Settings "Swap Sticks in mmOS")
- LEFT/RIGHT - One directory level back (history) / forward
- UP/DOWN - Scroll up/down window contents
- L2/R2 - (PgUp/PgDn) Scroll window contents in pages
- CROSS - (single tap) Select/Deselect entry
- CROSS - (double tap) Execute/View/Play/Open folder
- CIRCLE - (right click) Open command/context menu
- SQUARE - (ALT-TAB) Switch active window
- TRIANGLE - Quit to XMB (if button is held pressed)
- R3 - Change font
- L3 - Reset mmOS
- SELECT+(CROSS double tap) - Open folder in new window
- SELECT+(CIRCLE) - (ALT-F4) Close active window
- SELECT+(SQUARE) - (F5) Refresh active window
- SELECT+(UP/DOWN/LEFT/RIGHT) - Move mouse pointer (useful with BD-Remote Controller)
****
04.03.01 -
- http://img85.imageshack.us/img85/788/mmos14x.jpg
- Added option to mmOS context menu: [Paste as Link] to create shadow copy of one folder copied to Clipboard
- Added ability to create desktop shortcuts to devices (hdd, usb, ms, cf, sdhc)
- Added free space information for devices when browsing PS3 Root
- Added information to the window status bar about selected entries and their size
- Added "Home" menu with options to Enable Direct Disc Access Mode, to Restart/Quit to XMB, to Restart/Shutdown PS3
- Added key-combo "SELECT+TRIANGLE" to minimize current window (holding the combo will minimize all windows) (press or hold [SQUARE] to switch/restore)
- Fixed issue with loading Blu-ray movies in ISO format which contain jacket images in BDMV/META/DL folder (introduced in 04.02.04)
- FTP Service: For best performance use ACTIVE mode and 2 concurrent file transfers
- Improved loading of PSX games burned to CD (no eject/insert procedure)
- Recorded non-PSX CD/DVD/DVD-Video discs:
--- No need to enable Direct Disc Access Mode *if disc is inserted while mM is running* (for best results insert the disc after mM is loaded)
--- It allows users easier access to content on recorded discs (video/music/pictures/data) in mM and spawned applications (Showtime)
****
04.03.02 -
* http://img18.imageshack.us/img18/8291/mmos16x.jpg
* http://img692.imageshack.us/img692/3306/mmos17x.jpg
- Extended desktop content to 48 icons (6 system and 42 user defined); system icons cannot be moved/renamed/deleted
- Added ability to arrange desktop icons - press L3 over an icon to move it to a free placeholder and then press L3 to place it
- Fixed issue with playing/loading 2GB+ files with Showtime from /net_host or NTFS USB HDD (file wrongly cached to /dev_hdd1 when there isn't enough space there)
- Fixed issue when USB.CFG is not present in USRDIR - now warning is issued when user enables PFS mode
- Fixed loading of last open folders in mmOS - now /pvd_usb* folders from NTFS drives are not reloaded
Last edited by deank; 06-09-2012 at 06:34 PM. |
|
|
|
|
|
#3 |
![]() ![]() Join Date: Sep 2010
Posts: 752
Likes: 384
Liked 2,393 Times in 448 Posts
Mentioned: 379 Post(s)
Tagged: 0 Thread(s)
|
"help.MME" is a separate ps3 application, which is no longer maintained. It will be removed / replaced with something else, which I'll try to create.
|
|
|
|
|
Likes: (6) |
|
|
#4 |
|
Member
![]() Join Date: Apr 2011
Location: Under Your Bed
Posts: 164
Likes: 49
Liked 49 Times in 26 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
Thanks Deank for everything! glad about the move
Last edited by Brett11; 09-18-2011 at 04:28 PM. |
|
|
|
|
|
#5 |
|
Apprentice
![]() Join Date: Sep 2010
Posts: 20
Likes: 5
Liked 13 Times in 6 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
So this is going to be your new home Dean? Is the irc channel going to remain or is it changing as well?
Add = Wow... I didn't realize I had never posted here before. Last edited by whompus60; 07-13-2011 at 02:22 PM. Reason: add |
|
|
|
|
|
#6 |
![]() ![]() Join Date: Sep 2010
Posts: 752
Likes: 384
Liked 2,393 Times in 448 Posts
Mentioned: 379 Post(s)
Tagged: 0 Thread(s)
|
IRC channel remains for quick updates/help/questions/support: #multiMAN on efnet servers.
|
|
|
|
|
Likes: (1) |
|
|
#7 |
|
Senior Member
![]() Join Date: Dec 2010
Location: Wales
Posts: 1,297
Likes: 41
Liked 388 Times in 253 Posts
Mentioned: 54 Post(s)
Tagged: 0 Thread(s)
|
@deank lovely work mate , so what new functions can we look forward to in the near future ?
Thanks, superfurry
__________________
![]() |
|
|
|
|
|
#8 | |
![]() ![]() Join Date: Sep 2010
Posts: 752
Likes: 384
Liked 2,393 Times in 448 Posts
Mentioned: 379 Post(s)
Tagged: 0 Thread(s)
|
![]() *** I don't know... It is not like there are a lot of things to add.
|
|
|
|
|
|
Likes: (1) |
|
|
#10 |
|
Homebrew Developer
![]() Join Date: Sep 2010
Location: dev_hdd0/game/BLES80608
Posts: 957
Likes: 927
Liked 1,245 Times in 493 Posts
Mentioned: 596 Post(s)
Tagged: 0 Thread(s)
|
MM is almost perfect...
![]() If you get some free time, please take a look to the Net_Host bugs that I have reported some weeks ago.If you want I can make a list of the bugs that I found related to net_host...
Last edited by aldostools; 07-14-2011 at 05:48 PM. Reason: add link to the list |
|
|
|
|
Likes: (1) |
![]() |
| Bookmarks |
| Tags |
| avchd , blu-ray , deank , multilingual , multiman , ps3 file manager |
| Thread Tools | |
|
|