Skip to content

Commit 4d2e1af

Browse files
authored
Merge pull request #56 from Garethp/pkgj-integration
Adding documentation around the integration with pkgj
2 parents 8500bda + 0d10939 commit 4d2e1af

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!-- trunk-ignore-all(markdownlint/MD033) -->
2+
<!-- trunk-ignore-all(markdownlint/MD041) -->
3+
4+
<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.
5+
6+
This will help you install PSP or PS Vita games from your RomM library over Wi-Fi
7+
8+
## Setup
9+
10+
### Prepare
11+
12+
Please note down the following in order to make this as smooth as possible, as well as some pre-reqs:
13+
14+
- Your PS Vita should already have the following installed:
15+
- <a href="https://github.com/blastrock/pkgj">pkgj</a>
16+
- A method to access files to edit on your Vita, such as <a href="https://github.com/TheOfficialFloW/VitaShell">VitaShell</a>
17+
- The URL you use to access RomM
18+
- This can either be `http` or `https`
19+
- Feed URLs:
20+
- `/api/feeds/pkgi/psp/game`
21+
- `/api/feeds/pkgi/psp/dlc`
22+
- `/api/feeds/pkgi/psvita/game`
23+
- `/api/feeds/pkgi/psvita/dlc`
24+
25+
### Configure
26+
27+
1. Connect your PS Vita to your PC over USB using VitaShell
28+
2. Open `/pkgj/config.txt` in a text editor to add the feed URLs
29+
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
30+
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
31+
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
32+
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
33+
7. Save the file and disconnect from VitaShell
34+
8. Open pkgj, Press `` to open the menu and select "Refresh"
35+
36+
### Additional
37+
38+
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`.

docs/Navigation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ search:
5050
- [Playnite plugin](Integrations/Playnite-plugin.md)
5151
- [muOS app](Integrations/muOS-app.md)
5252
- [Tinfoil Integration](Integrations/Tinfoil-integration.md)
53+
- [pkgj Integration](Integrations/pkgj-integration.md)
5354
- Troubleshooting
5455
- [Scanning Issues](Troubleshooting/Scanning-Issues.md)
5556
- [Authentication Issues](Troubleshooting/Authentication-Issues.md)

0 commit comments

Comments
 (0)