Hi,
I am filling up a folder with live input movie files from an external app, and I would like m8 to update the media bin when the folder receives a new movie file. Is it possible? How? Scripting, maybe? Has anybody ever tried?
Code: Select all
if os.path.isdir(loadPath) :
for fn in os.listdir(loadPath):
myFN = loadPath+"/"+fn
clipNames.append(myFN)
clipUsed.append(indx)
indx += 1
module.setValue('loadStat','%i clips found' % indx)
print "found ", indx, "clips !"
Users browsing this forum: No registered users and 14 guests
Copyright 2017 © garageCube. All Rights Reserved. Powered by phpBB® Forum Software © phpBB Limited.