DaVinci Resolve script/plugin for interfacing with CatDV Web Panel
Project description
Installation
Server
Ensure that your CatDV server is sufficiently up-to-date (>=10.1.4).
Client
Prerequisite: Python 3
For DaVinci Resolve 16 / 17 (older):
- These versions of DaVinci resolve are unsupported.
For DaVinci Resolve 17 (recent)/18:
- Install any version of Python from 3.7 through 3.10 (Downloads)
- Preferably, the latest version of Python 3.10
Note: All downloads are at the bottom of linked pages. Scroll down!
Module
Open a new terminal window.
On Windows, use pip
, python
for the following commands; on Mac/*nix use pip3
, python3
-
Ensure you are executing the intended python version:
python --version
-
Optional step:
Install the wheel package to utilise Python's newer package install methods.
pip install wheel
-
Install the package:
pip install catdv_resolve
-
Finalise the installation:
python -m catdv_resolve install
(This step creates a symbolic link so that DaVinci Resolve can find the plugin's files).
For advanced users: Advanced Installation
Usage
In DaVinci Resolve,
- Select
Workspace
from the toolbar at the top of the window; - select the
Scripts
option from the drop-down (near the bottom); - Choose
CatDV
to open the plugin's panel. - You will be prompted to enter the URL for your CatDV Web Panel.
- Login to your account using the
Login
button located at the top-right.
Upgrade
Sometimes new versions of the software may be released; to upgrade the installed version of the panel, use a terminal to execute the following commands:
-
pip install --upgrade catdv_resolve
-
python -m catdv_resolve install --force
Advanced Installation
The package can also be installed into a Python virtual environment (venv
) of the appropriate Python version.
-
Ensure you are executing the intended python version:
python --version
-
Create a new
venv
using the Virtualenv tool:python -m venv [target]
E.g.
python3 -m venv ./venv310
is an ideal choice for a Python 3.10venv
.Following instructions assume the
target
provided was./venv310
. -
Activate the
venv
:Windows
.\venv310\Scripts\activate.bat
Mac / Linux / *nix
source ./venv310/bin/activate
-
Optional step:
Install the wheel package to utilise Python's newer package install methods.
pip install wheel
-
Install the package:
pip install catdv_resolve
-
Finalise the installation:
python -m catdv_resolve install
(This step creates a symbolic link so that DaVinci Resolve can find the plugin's files).
MIT License
Copyright (c) 2022 Quantum Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file catdv_resolve-1.3.11.tar.gz
.
File metadata
- Download URL: catdv_resolve-1.3.11.tar.gz
- Upload date:
- Size: 23.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c468a52b794bce07ede5c0f679fa31b113d8d16acba900d084222771ab5add9f |
|
MD5 | 872cc7b6eff5021e82e20438f6c1fdbe |
|
BLAKE2b-256 | 28e6aebbd4b5a7d7d382d7fdc6c20cbf6da3927bc357a6de7939d3bd1482f500 |
File details
Details for the file catdv_resolve-1.3.11-py3-none-any.whl
.
File metadata
- Download URL: catdv_resolve-1.3.11-py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d72aa7ab98f3a453a2be3a8945341f90cfb1b93944a69d1d3d0eed68d9a69ce |
|
MD5 | 8664f3c052bb7d6d5f1d7a338490dcc0 |
|
BLAKE2b-256 | 0e0e067bc146be6bc753ff192e22fa3f700a854c514a889127e1fce83c3e076e |