mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 03:10:17 +01:00
...
This commit is contained in:
@@ -251,7 +251,7 @@ def get_next_context():
|
||||
|
||||
set_next_bank_number_from_playback_mode(playback_mode, next_bank_number)
|
||||
|
||||
context = dict(location=next_bank_details['location'],start=start_value,end=end_value, bank_number=next_bank_number)
|
||||
context = dict(location=next_bank_details['location'],name=next_bank_details['name'],start=start_value,end=end_value, bank_number=next_bank_number)
|
||||
return context
|
||||
|
||||
def get_context_options_from_settings():
|
||||
|
||||
@@ -1 +1 @@
|
||||
1
|
||||
0
|
||||
@@ -136,8 +136,8 @@ class video_player(object):
|
||||
self.get_context_for_this_player()
|
||||
logger.info('{} is loading now {}'.format(
|
||||
self.name,self.location ))
|
||||
self.omx.load(next_context['location'], 'after-first-frame',
|
||||
'--win 0,0,400,400 --no-osd', '')
|
||||
self.omx.load(self.location, 'after-first-frame',
|
||||
'--win 0,0,400,400 --no-osd --display 5', '')
|
||||
|
||||
def get_context_for_this_player(self):
|
||||
next_context = data_centre.get_next_context()
|
||||
|
||||
Reference in New Issue
Block a user