A multi-purpose file manager for the PSP, heavily inspired by the CM file manager design.
Go to file
2020-07-17 13:31:04 -04:00
.travis Add new impose and input driver and use one source file for all kernel functions 2020-04-04 20:19:53 -04:00
app Fix a few memory leaks and out of bounds buffer access 2020-05-13 13:55:31 -04:00
audio_driver Clean up kernel plugins and auto-generate stubs 2020-04-26 19:06:23 -04:00
display_driver Clean up kernel plugins and auto-generate stubs 2020-04-26 19:06:23 -04:00
fs_driver Clean up kernel plugins and auto-generate stubs 2020-04-26 19:06:23 -04:00
impose_driver Clean up kernel plugins and auto-generate stubs 2020-04-26 19:06:23 -04:00
input_driver Separate kernel pad/actual pad used 2020-05-01 21:51:07 -04:00
launcher Clean up kernel plugins and auto-generate stubs 2020-04-26 19:06:23 -04:00
libs Update libopus & libopusfile 2020-04-03 16:46:39 -04:00
.gitattributes Initial commit 2018-09-26 20:12:47 -05:00
.gitignore .gitignore: remove whitespace 2020-04-26 19:11:50 -04:00
.travis.yml Set travis to build from master and bump version 2020-03-20 09:47:25 -04:00
ICON0.PNG add ICON0.png (#3) 2018-11-03 13:34:09 -05:00
LICENSE Initial commit 2018-09-26 20:12:47 -05:00
Makefile.psp Clean up kernel plugins and auto-generate stubs 2020-04-26 19:06:23 -04:00
README.MD Fixes spelling error in README 2020-07-17 14:07:45 +01:00

CMFileManager PSP Build Status Github latest downloads

CMFileManager PSP is a PSP application built using the unofficial PSPSDK and glib2d (modded). The user interface in this homebrew is heavily inspired and based on the LineageOS/CM file manager. The aim of this project is to provide a stable and up to date file manager that makes use of updated tools, whilst offering a modernized and user friendly interace. CMFileManager PSP is the only homebrew that properly uses the 'move' function correctly for moving files/folder from one place to another. Unlike other file managers for PSP which copies a file from one place to another and then deletes it, which can take a while depending on the file size.

Features:

  • Copy files/folders.
  • Move files/folders.
  • Delete files/folders.
  • Multi file handling functions for copy/move/delete.
  • File properties. (File size, creation time, modification time, access times, permissions)
  • Creating directories.
  • Renaming files/folders.
  • Image viewer (BMP, GIF - non animated, JPG, PCX, PNG, PGM, PPM and TGA).
  • Auto USB mount (with ef0:/ and ms0:/ support for PSP Go).
  • Dark theme mode.
  • EBOOT (homebrew/game) launcher - Also allows you to rip icon0/pic1 from eboot if it exists.
  • Browse other drives like flah0, flash1 and UMD (if not using PSP Go).
  • Support for both ef0:/ (internal) and ms0:/ (external) drives on PSP Go.
  • Screenshots in .BMP format. Use L + R to capture a screenshot.
  • Audio Player 16-Bit short 41K - 48K Hz. (FLAC, IT, MOD, MP3, OGG, OPUS, S3M, WAV and XM)
  • FTP connection

FTP Mode Instructions:

  1. Press START to open settings menu and select FTP connection.
  2. Select a network connection when the Network dialog pops up.
  3. After it is connected successfully, a message will appear saying FTP Connection established IP:Port. Use an FTP client like WinSCP and enter the IP and port (1337) and make sure to use anonymous login.
  4. Once an FTP connection is established from your server, you won't see any folders or files. You have to manually search for the path /ms0: or /ef0:. You can also search for other devices like /flash0: or UMD - /disc0: (Please use caution when browsing any flash0-flash3)

Buttons:

  • Press DPAD Up to move the cursor up.
  • Press DPAD Right to move the cursor down.
  • Press DPAD Left to position the cursor to the start of the directory.
  • Press DPAD Right to position the cursor to the end of the directory.
  • Press Start to open settings.
  • Press Select to open menubar.
  • Press Triangle to bring up file options.
  • Press enter button (depending on your region) to enter directory/open file.
  • Press cancel button (depending on your region) to go back to previous directory/menu.
  • Press L + R to caputre screenshot.
  • Press Select + Start to exit.
  • Press Start on FTP mode or Audio player to disable/enable screen to save battery.

Image Viewer controls:

  • L/R - Rotate anti-clockwise/clockwise
  • Up/Down - Zoom in/out
  • Select - Help menu
  • Left/Right - Previous/Next image
  • Analog stick - Position image after zoom
  • Triangle - Flip vertically
  • Square - Flip horizantally