commit 75b365482425379b1e88302e8f7b453bce249ca8
parent ab795f85811a4b15e99d4843d662a2b2b4fc7120
Author: rbckman <rob@tarina.org>
Date: Tue, 16 Dec 2025 02:31:03 +0000
hide sync feature for now
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gonzopi.py b/gonzopi.py
@@ -6465,8 +6465,10 @@ def playdub(filmname, filename, player_menu, take):
menu = 'BACK', 'REDUB', 'PHONES:', 'MIC:'
settings = '', '', str(headphoneslevel), str(miclevel)
else:
- menu = 'BACK', 'PAUSE', 'REPLAY', 'PHONES:', 'SYNC:'
- settings = '', '', '', str(headphoneslevel), str(soundsync)
+ #menu = 'BACK', 'PAUSE', 'REPLAY', 'PHONES:', 'SYNC:'
+ menu = 'BACK', 'PAUSE', 'REPLAY', 'PHONES:'
+ #settings = '', '', '', str(headphoneslevel), str(soundsync)
+ settings = '', '', '', str(headphoneslevel)
if dub == True:
header = 'Dubbing ' + str(round(t,1))
else: