PS5 RPC Client is an client which will update your Discord Rich Presence with the game you're playing on your jailbroken PS5. Requires Discord Desktop App
It requires etaHEN >= 1.4b to be running and have the following entry enabled in the /data/etaHEN/config.ini
:
[Settings]
discord_rpc=1
Advised to have an static IP for your PS5.
- Go to the Discord Developers page.
- On the top right side click 'New Application'. Name it 'Playstation' or how ever you like.
- Select the application and copy the value named 'Application ID' and note it down.
The client will ask for the Discord Application ID and PS5 IP address upon first startup. It will write those values to a config.ini
Config values:
[settings]
client_id = '<application ID'
ps5_ip = 'xxx.xxx.x.xxx'
buttons_enabled = '1 or 0' (1 = enabled, 0 = disabled)
- Download the latest exe release from the releases page.
- Unzip the directory to a location of your choice.
- Run the exe.
- Clone this repo
- Install dependencies with
pip3 install -r requirements.txt
- Run
python3 client.py
orpython client.py
- Clone this repo, and inside the directory create a
config.ini
:
[settings]
client_id = 'xxxxxx'
ps5_ip = 'xxx.xxx.xxx'
buttons_enabled = 1 (enabled) or 0 (disabled)
- Build and run the container using
docker compose up -d
- Eraks
- EchoStretch
- LightningMods