tidy up video player logic so that switch button is stronger and loop should stop when error state is reached

This commit is contained in:
langolierz
2018-02-18 02:45:23 +00:00
parent 537aff3442
commit ac4afdf080
7 changed files with 65 additions and 27 deletions

View File

@@ -79,7 +79,7 @@ class Actions(object):
self.load_this_slot_into_next_player(9)
def trigger_next_player(self):
self.video_driver.manual_next = True
self.video_driver.switch_players_and_play_video()
def cycle_display_mode(self):
self.display.top_menu_index = 0