Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jy95/pkgi-ps3-nopaystation
A remote pkgi-ps3 source
https://github.com/jy95/pkgi-ps3-nopaystation
nopaystation pkgi pkgi-ps3 ps3
Last synced: 25 days ago
JSON representation
A remote pkgi-ps3 source
- Host: GitHub
- URL: https://github.com/jy95/pkgi-ps3-nopaystation
- Owner: jy95
- Created: 2024-01-18T20:43:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T18:03:29.000Z (26 days ago)
- Last Synced: 2024-10-20T07:53:48.708Z (25 days ago)
- Topics: nopaystation, pkgi, pkgi-ps3, ps3
- Language: Python
- Homepage:
- Size: 19.6 MB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# pkgi-ps3-nopaystation
A [pkgi-ps3](https://github.com/bucanero/pkgi-ps3) database up to date with NoPaystation.
## Set up
1. Copy the `dbformat.txt` from the repo to `/dev_hdd0/game/NP00PKGI3/USRDIR`
2. Create a `config.txt` file in `/dev_hdd0/game/NP00PKGI3/USRDIR` with :
```txt
language fr
filter EUR
dl_mode_background 1
url_games https://github.com/jy95/pkgi-ps3-nopaystation/releases/download/latest/pkgi_games.csv
url_dlcs https://github.com/jy95/pkgi-ps3-nopaystation/releases/download/latest/pkgi_dlcs.csv
url_demo https://github.com/jy95/pkgi-ps3-nopaystation/releases/download/latest/pkgi_demos.csv
url_themes https://github.com/jy95/pkgi-ps3-nopaystation/releases/download/latest/pkgi_themes.csv
url_avatars https://github.com/jy95/pkgi-ps3-nopaystation/releases/download/latest/pkgi_avatars.csv
```
3. Next time you open the app, you'll have an additional menu option Triangle called Refresh. When you select it, the local databases will be syncronized with the defined URLs.
4. EnjoyIf you prefer to use the Pending TSV Files instead, put the suffix `_pending` before the `.csv` extension like that in `config.txt` :
```txt
language fr
filter EUR
dl_mode_background 1
url_games https://github.com/jy95/pkgi-ps3-nopaystation/releases/download/latest/pkgi_games_pending.csv
url_dlcs https://github.com/jy95/pkgi-ps3-nopaystation/releases/download/latest/pkgi_dlcs_pending.csv
url_demo https://github.com/jy95/pkgi-ps3-nopaystation/releases/download/latest/pkgi_demos_pending.csv
url_themes https://github.com/jy95/pkgi-ps3-nopaystation/releases/download/latest/pkgi_themes_pending.csv
url_avatars https://github.com/jy95/pkgi-ps3-nopaystation/releases/download/latest/pkgi_avatars_pending.csv
```