PS3 File Manager

PS3 PS3 File Manager 260606-0332

Audio playback is now supported:

- Formats pcm, wav, ogg, flac and mp3
- Seeking using DPAD left/right
- Volume using DPAD up/down, sticky between tracks
- Next / Previous track using L1/L2 with loopback
- Shows filename and title from metadata (if available)

1781541098027.png


Credits: Audio playback in this app is powered by several excellent open-source, single-file audio decoders. Ogg Vorbis support uses stb_vorbis by Sean Barrett (nothings), and MP3, FLAC, and WAV support use dr_mp3, dr_flac, and dr_wav from the dr_libs collection by David Reid (mackron) — with dr_mp3's decoding core based on minimp3 by Lion (lieff). All are released into the public domain (or MIT‑0); full credit and thanks go to their authors.
In app FTP server:
I made the ftp server code from the "simple-ftp-plugin" re-useable, and now the file manager has the same functionality. Just press SELECT to start and stop the server, the IP address will display next to the button. If you already use the "simple-ftp-plugin", or a different plugin already running on port 21, then it will detect that and disable the button, but still show you the IP address, indicating its already running.

Image Viewer:
Now you can click X on an image to open it for viewing. It supports PNG and JPG/JPEG files only for now, up to 4096x4096 in size, anything larger will be rejected gracefully. You can flick between different images in the same folder with L1/R1, and zoom in and out with L2/R2. The DPAD can be used for panning. Note that larger files will need longer to decode and display.

Other than that, the footer buttons are more dynamic, they enable and disable, and can change text based on context. The fps/memory counter is gone, but can be shown by pressing both L3+R3. There is now a "Modified" column, showing last change date for a file or dir. Dotfiles (those that start with a .) are now visible, and also some bugs were fixed.
Back
Top