zorua98741 / PS3-Rich-Presence-for-Discord

Rich presence app for playstation 3. Display what game you are playing on the PS3 via PC
58 stars 6 forks source link

PS3 Rich Presence Rewrite #10

Closed AndreCox closed 1 year ago

AndreCox commented 1 year ago

Hey zorua98741 I think this script is awesome however I wanted slightly more performance so I rewrote it in Rust. I also changed the way images are handled as we can fetch them from an online database of ps3 games which means there's no need for a sqlite database. Hopefully you can get some use for your own script.

https://github.com/AndreCox/PS3-Rich-Presence-for-Discord-Rusty

Thanks :)

zorua98741 commented 1 year ago

Well done! I like your use of gametdb to resolve titleIDs to images, it would be great to remove the need for a database file on the users PC. The main thought process behind using it was to allow users to change images as they please, so I might look into having both gametdb and the sqlite database used :)