aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-04-13 17:33:37 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-04-13 17:33:37 +0000
commitdf31302ca30e09aa7d2183fcf6f61147bd1addf7 (patch)
tree31e488140490295aaca4f9a1116554d1a5c21a2f /mytest.py
parent9829ed5d56e162f9aa8d76b5644c273350f548b8 (diff)
downloadenigma2-df31302ca30e09aa7d2183fcf6f61147bd1addf7.tar.gz
enigma2-df31302ca30e09aa7d2183fcf6f61147bd1addf7.zip
add possibility to assign CI Slots to services, provider names or caids....
(not configurable via gui yet)
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/mytest.py b/mytest.py
index 098675b6..93c42142 100644
--- a/mytest.py
+++ b/mytest.py
@@ -451,6 +451,8 @@ class AutoScartControl:
else:
self.scartDialog.switchToTV()
+from enigma import eDVBCIInterfaces
+
def runScreenTest():
plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
@@ -467,6 +469,12 @@ def runScreenTest():
ePythonConfigQuery.setQueryFunc(configfile.getResolvedKey)
+# eDVBCIInterfaces.getInstance().setDescrambleRules(0 # Slot Number
+# ,( ["1:0:1:24:4:85:C00000:0:0:0:"], #service_list
+# ["PREMIERE"], #provider_list,
+# [] #caid_list
+# ));
+
def runNextScreen(session, screensToRun, *result):
if result:
quitMainloop(*result)