/update-vott-assets

A script to enable transferring VoTT assets between machines when using Local File System

Primary LanguagePython

update-vott-assets

A script to enable transferring VoTT assets between machines when using Local File System

Inspiration

Feature: Ability to move project source location and maintain asset IDs

Usage

with pipenv

git clone this-repo && cd this-repo
pipenv install && pipenv shell
python update_vott_assets.py --help

with pip

git clone this-repo && cd this-repo
pip3 install click
python3 update_vott_assets.py --help

Caveats

Not tested with video files Has a click dependency. Could be replaced with argparse if anyone is a purist.