Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galvinpython/resolverpc
Discord RPC but for DaVinci Resolve
https://github.com/galvinpython/resolverpc
Last synced: about 1 month ago
JSON representation
Discord RPC but for DaVinci Resolve
- Host: GitHub
- URL: https://github.com/galvinpython/resolverpc
- Owner: GalvinPython
- License: mit
- Created: 2024-08-08T21:22:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T08:50:24.000Z (5 months ago)
- Last Synced: 2024-08-09T11:19:52.135Z (5 months ago)
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ResolveRPC
A Discord RPC client for DaVinci Resolve, built using C## How it works
This doesn't use the Resolve API, mainly because I wanted this to work on free versions of Resolve, so instead it does two things
- Checks if DaVinci Resolve is running
- If it is, get the project name from the window title using WindowsAnd that's it! It's not the best in detail because I can't use the built-in Python/Lua libraries but at least it shows what project you're editing
# System Requirements
- .NET 4.7.2 or 4.8 required (If you are running the latest Windows 10 update or Windows 11, you will be fine)
- 64-bit CPU (Well you need it anyway to run Resolve)
- Windows only# Things to note
- Runs in background so will require you to kill it through Task Manager or vice versa
- Doesn't run on start-up