Skip to content

Commit

Permalink
[BpSet] Add HbbTv for Novaler4KPro
Browse files Browse the repository at this point in the history
  • Loading branch information
Ev0-BH committed Dec 27, 2023
1 parent 1a06544 commit d54eee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/python/Screens/BpSet.py
Original file line number Diff line number Diff line change
Expand Up @@ -973,13 +973,13 @@ def __init__(self, session, firstrun=False, menu_path=""):
elif getBrandOEM() == "vuplus" and getBoxType() != "vusolo":
self.pluglist.append(["ChromiumOS", "enigma2-plugin-extensions-chromium"])
self.pluglist.append(["HbbTV", "enigma2-plugin-extensions-webkithbbtv"])
elif getBrandOEM() != "vuplus" and getBrandOEM() != "abcom" and getBrandOEM() != "airdigital" and getBoxType() != "osninoplus" and getBoxType() != "osninopro" and getBoxType() != "gbquad4k" and getBoxType() != "gbue4k" and getBoxType() != "sfx6008" and getBoxType() != "sfx6018":
elif getBrandOEM() != "vuplus" and getBrandOEM() != "abcom" and getBrandOEM() != "airdigital" and getBrandOEM() != "maxytec" and getBoxType() != "osninoplus" and getBoxType() != "osninopro" and getBoxType() != "gbquad4k" and getBoxType() != "gbue4k" and getBoxType() != "sfx6008" and getBoxType() != "sfx6018":
self.pluglist.append(["HbbTV", "enigma2-plugin-extensions-hbbtv-webkit"])
elif getBrandOEM() == "abcom" or getBoxType() == "zgemmah9twinse" or getBoxType() == "zgemmah11s":
self.pluglist.append(["HbbTV", "enigma2-plugin-extensions-openhbbtvbrowser"])
elif getBrandOEM() == "gigablue" and getBoxType() == "gbquad4k" or getBoxType() == "gbue4k":
self.pluglist.append(["HbbTV", "enigma2-plugin-extensions-hbbtv-gb"])
elif getBoxType() == "zgemmah7":
elif getBoxType() == "zgemmah7" or getBoxType() == "novaler4kpro":
self.pluglist.append(["HbbTV", "enigma2-plugin-extensions-hbbtv-qt"])

if getBoxType() not in ("vusolo", "vuduo", "vuultimo", "vuuno", "vuzero", "osninoplus", "osninopro", "zgemmah82h", "sfx6008", "sfx6018"):
Expand Down

0 comments on commit d54eee1

Please sign in to comment.