Skip to content

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

Notifications You must be signed in to change notification settings

connormcmk/update-vott-assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

update-vott-assets

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.

Inspiration

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

Usage

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

Caveats

Not tested with video files.

Has a click dependency. Could be replaced with argparse if anyone is a purist.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages