tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 99064df988ad5a85d41c62ec7e2fc2e472e4c4fb
parent fd1f3c957a07aa7e86cb5c9b5adc01b4ee233eea
Author: rob <rob@tarina.org>
Date:   Thu, 26 Oct 2023 20:05:39 +0100

make placeholders if camera not synced

Diffstat:
Mtarina.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/tarina.py b/tarina.py @@ -789,6 +789,9 @@ def main(): else: vumetermessage('No network!') elif 'SYNCIP:' in pressed: + #to not throw away empty shots + for i in range(shot): + run_command('touch ' + filmfolder + filmname + '/' + i + '/shot' + str(i).zfill(3) + '/.placeholder') ip = pressed.split(':')[1] vumetermessage('SYNCING!') stopinterface(camera)