commit 058dee227f4474226faf21b66dc178e00bef07c3
parent 69b44795abbc1a40f392f09be0a77cc93ff3ea2e
Author: rbckman <rob@tarina.org>
Date: Sun, 4 May 2025 13:53:42 +0100
oh damn. this could not be working. now it does
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gonzopi.py b/gonzopi.py
@@ -3924,10 +3924,10 @@ def remove(filmfolder, filmname, scene, shot, take, sceneshotortake):
onthefloor = filmfolder + filmname + '_onthefloor/' + 'scene' + str(otf_scene).zfill(3) + '/shot' + str(otf_shot).zfill(3) + '/'
if os.path.isdir(onthefloor) == False:
os.makedirs(onthefloor)
- os.system('mv ' + foldername + filename + '.h264 ' + onthefloor + '.h264')
- os.system('mv ' + foldername + filename + '.mp4 ' + onthefloor + '.mp4')
- os.system('mv ' + foldername + filename + '.wav ' + onthefloor + '.wav')
- os.system('mv ' + foldername + filename + '.jpeg ' + onthefloor + '.jpeg')
+ os.system('mv ' + foldername + filename + '.h264 ' + onthefloor + '')
+ os.system('mv ' + foldername + filename + '.mp4 ' + onthefloor + '')
+ os.system('mv ' + foldername + filename + '.wav ' + onthefloor + '')
+ os.system('mv ' + foldername + filename + '.jpeg ' + onthefloor + '')
os.system('cp -r '+filmfolder + filmname + "/settings.p "+filmfolder + filmname + '_onthefloor/settings.p')
take = take - 1
if take == 0: