Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Resolve paths for Linux #189

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix Resolve paths for Linux #189

wants to merge 1 commit into from

Conversation

osaal
Copy link

@osaal osaal commented Aug 11, 2024

Issue:
The program does not find the installation of Resolve or the file DaVinciResolveScript.py

Intended behaviour:
On a system with Resolve Studio installed, the program should recognise that Resolve is indeed installed.

Actual behaviour:
Throws the following error:
ERROR: DaVinci Resolve not installed at the default location: /opt/resolve/
WARNING: Resolve API connection disabled
The API connection stays disabled and cannot be enabled.

Affects:
Linux-based installations (tested on Fedora 40 using KDE Plasma 6 on Wayland).

Changes:

  • Removed a leading slash for the executable to fix path joining
  • Corrected expected path of DaVinciResolveScript.py

While I am aware that StoryToolkitAI does not officially support Linux, I got it working with these tiny changes. The software is slightly buggy (transcription editing sometimes causes the cursor to jump around the text), but at least transcription using CPU and the Whisper medium model works pretty flawlessly. The synced playhead through the Resolve connection also works well.

- Removed a leading slash for the executable to fix path joining
- Corrected expected path of DaVinciResolveScript.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant