- Fix selezione viste e pop-up disabilitato

- Miglioria sottotitoli StreamingCommunity
 - Piccolo fix in launcher
This commit is contained in:
Alhaziel01
2022-02-05 18:24:22 +01:00
parent 9e06b9acb5
commit 49ad5154cf
4 changed files with 7 additions and 5 deletions

View File

@@ -442,9 +442,10 @@ def viewmodeMonitor():
currentModeName = xbmc.getInfoLabel('Container.Viewmode')
currentMode = int(xbmcgui.Window(10025).getFocusId())
# logger.debug('SAVE VIEW 1', currentMode, parent.action, item.action)
if 50 <= currentMode < 600 and parent and parent.action != item.action:
if 50 <= currentMode < 520 and parent and parent.action != item.action:
content, Type = getCurrentView(item, parent)
view_mode_type = config.get_setting('view_mode_%s' % content)
# logger.debug('VIEW MODE TYPE')
if view_mode_type:
defaultMode = int(view_mode_type.split(',')[-1])
if content and currentMode != defaultMode:
@@ -1418,7 +1419,7 @@ def set_player(item, xlistitem, mediaurl, view, strm):
item.options = {'strm':False}
if item.subtitle:
if type(item.subtitle) != list: item.subtitle = [item.subtitle]
item.subtitle.reverse()
# item.subtitle.reverse()
xlistitem.setSubtitles(item.subtitle)
# Moved del conector "torrent" here