From 0d10939a1d6139784eac88b1fb3d6edd4690ef05 Mon Sep 17 00:00:00 2001 From: Gareth Date: Sun, 4 Jan 2026 12:58:33 +0000 Subject: [PATCH] Adding documentation around the integration with pkgj --- docs/Integrations/pkgj-integration.md | 38 +++++++++++++++++++++++++++ docs/Navigation.md | 1 + 2 files changed, 39 insertions(+) create mode 100644 docs/Integrations/pkgj-integration.md diff --git a/docs/Integrations/pkgj-integration.md b/docs/Integrations/pkgj-integration.md new file mode 100644 index 0000000..ddbd1cf --- /dev/null +++ b/docs/Integrations/pkgj-integration.md @@ -0,0 +1,38 @@ + + + +pkgj is a homebrew application for the PS Vita, primarily used for installing PS Vita and PSP Games. While its default configuration talks to a set of pre-defined URLs, you can configure it to talk to custom feeds. + +This will help you install PSP or PS Vita games from your RomM library over Wi-Fi + +## Setup + +### Prepare + +Please note down the following in order to make this as smooth as possible, as well as some pre-reqs: + +- Your PS Vita should already have the following installed: + - pkgj + - A method to access files to edit on your Vita, such as VitaShell +- The URL you use to access RomM + - This can either be `http` or `https` +- Feed URLs: + - `/api/feeds/pkgi/psp/game` + - `/api/feeds/pkgi/psp/dlc` + - `/api/feeds/pkgi/psvita/game` + - `/api/feeds/pkgi/psvita/dlc` + +### Configure + +1. Connect your PS Vita to your PC over USB using VitaShell +2. Open `/pkgj/config.txt` in a text editor to add the feed URLs +3. If you have PS Vita games in `.pkg` format, add a `url_games {romm_url}/api/feeds/pkgi/psvita/game` to the end of the file +4. If you have PS Vita DLCs in `.pkg` format, add a `url_dlcs {romm_url}/api/feeds/pkgi/psvita/dlc` to the end of the file +5. If you have PSP games in `.pkg` format, add a `url_psp_games {romm_url}/api/feeds/pkgi/psp/game` to the end of the file +6. If you have PSP DLCs in `.pkg` format, add a `url_psp_dlcs {romm_url}/api/feeds/pkgi/psp/dlc` to the end of the file +7. Save the file and disconnect from VitaShell +8. Open pkgj, Press `△` to open the menu and select "Refresh" + +### Additional + +If, during a Refresh, pkgj presents an error saying "can't get list: list is empty...", check whether you have any Games/DLCs for the feeds you've added in `.pkg` format. RomM won't list any Games in other formats such as `.iso`. diff --git a/docs/Navigation.md b/docs/Navigation.md index 5f4f75d..2888b09 100644 --- a/docs/Navigation.md +++ b/docs/Navigation.md @@ -50,6 +50,7 @@ search: - [Playnite plugin](Integrations/Playnite-plugin.md) - [muOS app](Integrations/muOS-app.md) - [Tinfoil Integration](Integrations/Tinfoil-integration.md) + - [pkgj Integration](Integrations/pkgj-integration.md) - Troubleshooting - [Scanning Issues](Troubleshooting/Scanning-Issues.md) - [Authentication Issues](Troubleshooting/Authentication-Issues.md)