Skip to content

Simple Discord RPC Client for DaVinci Resolve Studio on macOS written in Python

License

Notifications You must be signed in to change notification settings

jacobbvfx/ResolveRPC-macOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ResolveRPC-macOS

It works only with DaVinci Resolve Studio and only on macOS because it uses Resolve Scriping API and macOS specific paths. Make sure you have scripting enabled inside Preferences > General > General > External scripting using: Local.

Preview

alt text

How to use it?

git clone https://github.com/jacobbvfx/ResolveRPC-macOS.git

cd ResolveRPC-macOS

pip3 install pypresence
pip3 install psutil

python3 resolve_rich_presence.py

How to use it headlessly (in background)?

nohup python3 resolve_rich_presence.py &

Will I ever make Windows or Linux version?

For some people this older project works on Windows ResolveRPC (it's very buggy).

Will there ever be GUI or .app file?

Maybe.

License

GNU GPLv3