My collection of batch scripts for Nuke.
With the generate_smart_vector
function you can batch load a video folder
and generate the appropriate Smart Vectors for each of them.
# I use the interactive version but you can easily parse cli arguments and use execture (-x) instead
nuke -t
import generate_smart_vector from batch
generate_smart_vector("path/to/my/videos")