tarina

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

commit 0f64676376e09f691d7b1c60763f364ed2f94b8e
parent ef6dd551634cb7ad349ca8ac17278bc0b4de2d8a
Author: rob <rob@tarina.org>
Date:   Wed, 13 Sep 2023 09:37:13 +0100

quality and filmname sync

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

diff --git a/tarina.py b/tarina.py @@ -755,7 +755,7 @@ def main(): if newcamera not in cameras and newcamera not in networks: sendtocamera(newcamera,port,'NEWFILM:'+filmname) time.sleep(1) - sendtocamera(i,newcamera,'Q:'+quality) + sendtocamera(newcamera,port,'Q:'+str(quality)) time.sleep(1) cameras.append(newcamera) rendermenu = True @@ -820,8 +820,9 @@ def main(): take = counttakes(filmname, filmfolder, scene, shot) pressagain='remove_now' elif 'Q:' in pressed: - q=pressed.split(':')[1] - quality=int(q) + qual=pressed.split(':')[1] + quality=int(qual) + vumetermessage('Quality changed to '+str(quality)) #SHOWTARINACTRL if recordwithports: if pressed == 'middle' and menu[selected] == "New FILM":