tarina

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

commit 0f01410970fdb432cd781b6e1217a6c1c9db8924
parent 37d4faac2b264c6420ce185362e37e8808955784
Author: rbckman <rbckman@rbckman>
Date:   Fri, 10 Mar 2017 16:05:28 +0200

view last take from where ever u are in menu

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

diff --git a/tarina.py b/tarina.py @@ -1234,7 +1234,8 @@ def main(): savesetting(camera.brightness, camera.contrast, camera.saturation, camera.shutter_speed, camera.iso, camera.awb_mode, camera.awb_gains, awb_lock, miclevel, headphoneslevel, filmfolder, filmname, scene, shot, take, thefile, beeps, flip, renderedshots) #PLAY - elif pressed == 'view' and menu[selected] == 'SHOT:' or pressed == 'view' and menu[selected] == 'TAKE:': + #elif pressed == 'view' and menu[selected] == 'SHOT:' or pressed == 'view' and menu[selected] == 'TAKE:': + elif pressed == 'view' and menu[selected] != 'SCENE:' or pressed == 'view' and menu[selected] == 'FILM:': if recording == False: takes = counttakes(filmname, filmfolder, scene, shot) if takes > 0: