Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions docs/Integrations/pkgj-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!-- trunk-ignore-all(markdownlint/MD033) -->
<!-- trunk-ignore-all(markdownlint/MD041) -->

<a href="https://github.com/blastrock/pkgj">pkgj</a> 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:
- <a href="https://github.com/blastrock/pkgj">pkgj</a>
- A method to access files to edit on your Vita, such as <a href="https://github.com/TheOfficialFloW/VitaShell">VitaShell</a>
- 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`.
1 change: 1 addition & 0 deletions docs/Navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down