Ps4 built-in database rebuilder has the tendency to remove fpkg from the database. This will repopulate the database with them!
This repository is a modification of the Zer0xFF repository (https://github.com/Zer0xFF/PS4_db_rebuilder) but with the improvement that it now processes all games and homebrews (RetroArch, Ps4-Xplorer, PS2 games, ...).
- Python (preferably 3.0+)
-
Recursively clone (
git clone <url> --recursive
) this repo or download a release (https://github.com/aizenar/PS4_db_Rebuilder_EXT/releases/download/v0.1/PS4_db_Rebuilder_EXT-0.1.zip) -
Start FTP server on the PS4
-
Run the python script through terminal/cmdline:
Version Command 5.05 python3 fix_db.py [PS4_IP] --port [PS4_FTP_PORT] --fw 5.05
6.72 - 9.00 python3 fix_db.py [PS4_IP] --port [PS4_FTP_PORT]
-
Wait for the script to finish, then logout of the PS4 user without closing the browser
-
Log back in and all your games should be there again
- Original Repo https://github.com/Zer0xFF/PS4_db_rebuilder
- Update fix_db.py so now it also processes homebrew applications and other installed packages (PS2 games, ...)
- Update fix_db.py so now you can use a custom FTP port