tarina

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

commit 0b85903aa602cbccdeb6a88172002096ee72917e
parent b9517e82d0bbe002f3701c29b43b1ed545591ec4
Author: rbckman <rob@tarina.org>
Date:   Sat, 10 Dec 2022 20:09:24 +0000

minor details

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

diff --git a/tarina.py b/tarina.py @@ -216,6 +216,11 @@ def main(): pressed="record" elif nextstatus=="PLACEHOLDER": pressed="insert" + elif nextstatus=="NEWSCENE": + scenes, shots, takes = browse(filmname,filmfolder,scene,shot,take) + scene=scenes+1 + shot=1 + take=1 elif nextstatus=="RETAKE": pressed="retake" print(nextstatus)