Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

PS4 PKG Manager

From GameBrew
PS4 PKG Manager
Ps4pkgmanager.png
General
Authorhippie68
TypePC Utilities
Version#7
LicenseMixed
Last Updated2024/07/30
Links
Download
Website
Source

PS4 PKG Manager is a desktop application designed primarily for Linux and macOS users to manage PS4 PKG files efficiently. The software stores metadata in a database, allowing users to view and organize their PKG collection without needing direct access to the physical files. Once the files are scanned, users can select items from the list and perform various actions through an intuitive context menu. This menu is fully customizable, enabling users to add "Custom Actions" that integrate third-party tools via command line arguments.

If you encounter any bugs, please report them by creating an issue at GitHub: ps4-pkg-manager/issues.

Detailed Function Overview

PKG Properties

The properties window offers multiple tabs that provide in-depth information about the selected PKG file. You can access it either by double-clicking a list item or through the context menu.

In the "PKG Files" tab, you can extract individual files by opening the context menu and selecting "Extract File..."

ps4pkgmanager-01.png

Custom Actions

The PS4 scene has developed various tools for working with PKG files, and this is where Custom Actions come in. Custom Actions extend the context menu, allowing you to execute external tools on your selected PKG files directly from the application.

You can customize these actions without launching the PKG Manager. They are stored in the "actions.txt" file, which you can locate via the "About" section of the application menu. Each action consists of a name and a command, separated by the first '|' character.

For command suggestions, refer to the Custom Actions documentation.

ps4pkgmanager-02.png

Tabs

You can manage multiple PKG lists for different purposes using Tabs. Create new tabs via File > New Tab. Tabs can be renamed, moved, or closed via the context menu. Each tab can have its own unique column layout—columns can be rearranged by dragging and dropping, and their visibility can be toggled as needed.

Tabs can function as standalone lists or as monitors for specific directories (see Synchronized Directories below).

ps4pkgmanager-03.png

Synchronized Directories

This feature, found under the Table Settings button, allows the application to monitor specified directories for any changes to PKG files. Files are automatically added, updated, or removed from the table when changes are detected. If you check a directory's box, all subdirectories will also be monitored.

External drives can be monitored as well; they are automatically detected and scanned for changes once mounted.

ps4pkgmanager-04.png

FTP Files

You can add PKG files from a PS4 via File > Add FTP Files.... This requires a PS4 FTP server with bug fixes. Using an outdated or buggy FTP server—still present in some homebrew applications—may result in connection issues where the speed drops to zero. The following FTP servers are fully supported:

  • PS4 FTP
  • GoldHEN 2.3
  • GoldHEN 2.4 BETA

Once the files are added, you can download the PKGs using the Open Directory Custom Action. If you need to update the file URLs, you can do so through the context menu.

ps4pkgmanager-05.png

How to Run

This is a Java application packaged as a .jar file, and it requires a Java Runtime Environment (JRE) version 17 LTS or higher. You do not need a Java Development Kit (JDK). On Linux, most distributions provide a JRE via the "openjdk" packages. For other operating systems, if you don't have a JRE installed, I recommend downloading one from the following link: Temurin JRE.

If you'd like to launch the .jar file with a double-click, be sure to download the installer version (not the .zip or .tar.gz file), and select the option to "Associate .jar" files during installation.

Changelog

#7

  • New Custom Action variables: %content_id% and %title_id%. For example, they can be used to create custom actions that open URLs containing such IDs.
  • Fixed subdirectory synchronization.
  • Added a build for Windows on ARM (untested).
  • Other bug fixes and minor improvemements.

#6

  • New option: Settings - Preferred Title Language; selecting it will display PKG titles in the user's preferred language (if available in the PKG).
  • Implemented basic file extraction: Properties - PKG Files - (context menu) "Extract File...".
  • Fixed About dialog not opening while processing.

#5

  • Fixed a critical bug that caused the application to freeze when encountering an incomplete PKG file.

#4

  • Linux/macOS: fixed Custom Actions unable to launch if a path contains spaces.
  • PKG files that are installed on the PS4 (visible or not) can now be added via FTP.
  • Multiple PS4 IPs and ports can be specified in the Settings dialog.
  • New context menu entry that appears for FTP files: "Change FTP IP/Port".
  • Fixed "Data is still being processed" pop-up sometimes appearing for no reason upon exiting.
  • While the Filter text field has the focus, pressing ESC clears the current input.
  • Other minor improvements.

#3

  • Fixed Custom Action variable %dir% not working in Windows 11 when it's just a drive name (e.g. "C:").
  • Adding directories recursively via the File menu should now be a smooth experience.
  • On Windows 11, the "Close Tab" dialog is now properly centered.
  • Fixed unable to delete all Custom Actions.
  • Dangerous Custom Actions can be prefixed by "CONFIRM" to ask the user for confirmation.
  • New "Edit" menu entries: Invert Selection, Select (Non-)Existing, Select (Non-)Synchronized.
  • Added menu mnemonics.
  • New context menu entries: "Copy to List" and "Move to List".
  • Data processing is no longer interrupted when exiting the application, unless the user chooses to do so.
  • Selected list items can now be removed by pressing the DEL key.
  • Fixed directory recursion being interrupted by inaccessible directories (e.g. Recycle.bin).
  • Mounting and unmounting synchronized directories (USB drives) should now be detected.
  • The statusbar displays "Processing..." if PKG data is currently being processed.
  • Fixed Ctrl-A not working on Windows 11.
  • After running a Custom Action, PKG files that now don't exist anymore are removed from the list.
  • Other small bug fixes and improvements.

#2

  • Uniform margins in dialogs.
  • Uniform design in dialogs: "X" (the window manager's button that closes a window) always cancels and never applies.
  • The context menu now dynamically checks which Custom Actions are allowed for the current PKG selection.
  • Called Custom Actions now report an error message if required PKGs (types or files) are missing.
  • New menu entries: "File - Add Directory..." and "File - Add Directory Recursively...".
  • Implemented drag and drop for directories.
  • A dialog asks for confirmation when removing list items.
  • Properties windows no longer stay on top.
  • Fixed Windows 11 window centering issues.
  • Custom Actions now work on Windows 11.
  • Synchronized Directories now work on Windows 11.

#1

  • First Release.

External links

Advertising: