A script to enable transferring VoTT assets between machines when using Local File System
For Windows compatibility, use https://github.com/lukasalexanderweber/update-vott-assets instead.
Feature: Ability to move project source location and maintain asset IDs
with pipenv
git clone https://github.com/cnrmck/update-vott-assets.git && cd update-vott-assets
pipenv install && pipenv shell
python update_vott_assets.py --help
with pip
git clone https://github.com/cnrmck/update-vott-assets.git && cd update-vott-assets
pip3 install click
python3 update_vott_assets.py --help
Not tested with video files.
Has a click dependency. Could be replaced with argparse if anyone is a purist.