Skip to content

Commit

Permalink
ver. 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 committed Dec 6, 2020
1 parent 0f6dbb0 commit 8107c15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file not shown.
7 changes: 6 additions & 1 deletion src/plugin.py
Expand Up @@ -19,7 +19,7 @@

config.misc.direct_tuner = ConfigYesNo(False)

plugin_version = "2.3"
plugin_version = "2.4"

HD = False
if getDesktop(0).size().width() >= 1280:
Expand Down Expand Up @@ -3565,6 +3565,11 @@ def SignalFinderMain(session, **kwargs):
continue
if nimConfig.configMode.value in ("loopthrough", "satposdepends", "nothing"):
continue
try:
if nimConfig.configMode.value == "advanced" and int(nimConfig.advanced.sat[3607].lnb.value) != 0:
continue
except:
pass
if nimConfig.configMode.value in ("simple" ,"advanced") and len(nimmanager.getSatListForNim(x.slot)) < 1:
nimConfig.configMode.value = "nothing"
nimConfig.configMode.save()
Expand Down

0 comments on commit 8107c15

Please sign in to comment.