From 56419497b9e6ad36b90afd1d26f680f2b5bf2732 Mon Sep 17 00:00:00 2001 From: Zvonimir Rudinski Date: Tue, 9 Dec 2025 20:43:52 +0100 Subject: [PATCH] add mac notice --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bd4275d..7af53a2 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,8 @@ Jellydisc updates Discord Rich Presence by checking what you're currently listen ```bash python main.py ``` + +## NOTE +On MacOS, you'll need to patch the `pypresence` library to work around an issue with it being unable to find the Discord IPC socket. You can do this by editing the `pypresence/utils.py` file. + +The changes are kept in the `patches/pypresence_macfix.patch` file.