Skip to main content

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

  1. Ensure you are executing the intended python version:

    python --version
    
  2. Optional step:

    Install the wheel package to utilise Python's newer package install methods.

    pip install wheel
    
  3. Install the package:

    pip install catdv_resolve
    
  4. 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:

  1. pip install --upgrade catdv_resolve
    
  2. 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.

  1. Ensure you are executing the intended python version:

    python --version
    
  2. 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.10 venv.

    Following instructions assume the target provided was ./venv310.

  3. Activate the venv:

    Windows

    .\venv310\Scripts\activate.bat
    

    Mac / Linux / *nix

    source ./venv310/bin/activate
    
  4. Optional step:

    Install the wheel package to utilise Python's newer package install methods.

    pip install wheel
    
  5. Install the package:

    pip install catdv_resolve
    
  6. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

catdv_resolve-1.3.11.tar.gz (23.3 kB view hashes)

Uploaded Source

Built Distribution

catdv_resolve-1.3.11-py3-none-any.whl (23.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page