Page 1 of 1

Discord Rich Presence for Dreamcast Now

Posted: Thu Jul 18, 2024 1:09 pm
by Finton
A while back I made a small Python script so I could have Discord rich presence for Dreamcast Now.

Image
Image

Download/Source code: https://github.com/FintonFolf/DreamcastNowRPC

Re: Discord Rich Presence for Dreamcast Now

Posted: Thu Jul 18, 2024 8:39 pm
by Xiden
Super cool!

Re: Discord Rich Presence for Dreamcast Now

Posted: Thu Aug 01, 2024 6:50 am
by Nylith
Awesome work, love this :)

Doesn't seem to work when running it on the DreamPi itself (due to it using Python 3.5. Some of the functionality like fstrings and type hinting are Python 3.6+. But it's probably also designed to run alongside Discord I guess?). I'm looking into getting that working, would be nice to have them both running on the Pi :)

Re: Discord Rich Presence for Dreamcast Now

Posted: Sat Sep 28, 2024 8:43 pm
by Finton
Nylith wrote: Thu Aug 01, 2024 6:50 am Awesome work, love this :)

Doesn't seem to work when running it on the DreamPi itself (due to it using Python 3.5. Some of the functionality like fstrings and type hinting are Python 3.6+. But it's probably also designed to run alongside Discord I guess?). I'm looking into getting that working, would be nice to have them both running on the Pi :)
Yeah, the script is intended to be run alongside the Discord client. I run it on my computer, which is separate from the Raspberry Pi running DreamPi, so I didn't consider that use case. If you get it working, let me know. I'd love to check it out.