tarina

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

commit 45113adf737b837e02d337ac8db404d3d8c2d8a1
parent fbcd94ea06cc6bb2c6b9873606ffbcf04f6e16be
Author: rob <rob@tarina.org>
Date:   Sat, 18 Mar 2023 10:21:17 +0000

yes

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

diff --git a/tarina.py b/tarina.py @@ -75,7 +75,7 @@ while probei2c < 10: #MAIN def main(): - global headphoneslevel, miclevel, tarinafolder, screen, loadfilmsettings, plughw, channels, filmfolder, filmname, scene, showmenu, quality, profilelevel, i2cbuttons, menudone, soundrate, soundformat, process, serverstate, que, port + global headphoneslevel, miclevel, tarinafolder, screen, loadfilmsettings, plughw, channels, filmfolder, filmname, scene, showmenu, quality, profilelevel, i2cbuttons, menudone, soundrate, soundformat, process, serverstate, que, port, recording, onlysound # Get path of the current dir, then use it as working directory: rundir = os.path.dirname(__file__) if rundir != '': @@ -3308,7 +3308,7 @@ def flushbutton(): break def getbutton(lastbutton, buttonpressed, buttontime, holdbutton): - global i2cbuttons, serverstate, nextstatus, process, que, tarinactrl_ip + global i2cbuttons, serverstate, nextstatus, process, que, tarinactrl_ip, recording, onlysound #Check controller pressed = '' if process.is_alive() == False and serverstate == 'on':