openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
Screens.CCcamInfo Namespace Reference

Classes

class  HelpableNumberActionMap
 
class  CCcamLineEdit
 
class  CCcamMenuList
 
class  CCcamInfoMain
 
class  CCcamInfoEcmInfoSelection
 
class  CCcamInfoInfoScreen
 
class  CCcamShareViewMenu
 
class  CCcamInfoSubMenu
 
class  CCcamInfoServerMenu
 
class  CCcamInfoRemoteBox
 
class  CCcamInfoProfileSetup
 
class  CCcamInfoRemoteBoxMenu
 
class  CCcamInfoShareInfo
 
class  CCcamInfoConfigSwitcher
 
class  CCcamInfoMenuConfig
 

Functions

def searchConfig ()
 global More...
 
def getPage (url, callback, errback)
 
def translateBlock (block)
 
def getConfigValue (l)
 
def notBlackListed (entry)
 
def getConfigNameAndContent (fileName)
 
def CCcamListEntry (name, idx)
 
def CCcamServerListEntry (name, color)
 
def CCcamShareListEntry (hostname, type, caid, system, uphops, maxdown)
 
def CCcamShareViewListEntry (caidprovider, providername, numberofcards, numberofreshare)
 
def CCcamConfigListEntry (file)
 
def CCcamMenuConfigListEntry (name, blacklisted)
 

Variables

string VERSION = "V3"
 
string DATE = "01.12.2021"
 
string CFG = "/etc/CCcam.cfg"
 
string CFG_path = '/etc'
 
int Counter = 0
 
dictionary AuthHeaders
 
 sf = getSkinFactor()
 global More...
 
list TranslationHelper
 
list menu_list
 
 lock_on = loadPNG(resolveFilename(SCOPE_GUISKIN, "icons/lock_on.png"))
 
 lock_off = loadPNG(resolveFilename(SCOPE_GUISKIN, "icons/lock_off.png"))
 
 cccamlineedit
 
 protocol
 
 domain
 
 port
 
 username
 
 password
 
 deskey
 

Function Documentation

◆ CCcamConfigListEntry()

def Screens.CCcamInfo.CCcamConfigListEntry (   file)

◆ CCcamListEntry()

def Screens.CCcamInfo.CCcamListEntry (   name,
  idx 
)

◆ CCcamMenuConfigListEntry()

def Screens.CCcamInfo.CCcamMenuConfigListEntry (   name,
  blacklisted 
)

◆ CCcamServerListEntry()

def Screens.CCcamInfo.CCcamServerListEntry (   name,
  color 
)

◆ CCcamShareListEntry()

def Screens.CCcamInfo.CCcamShareListEntry (   hostname,
  type,
  caid,
  system,
  uphops,
  maxdown 
)

◆ CCcamShareViewListEntry()

def Screens.CCcamInfo.CCcamShareViewListEntry (   caidprovider,
  providername,
  numberofcards,
  numberofreshare 
)

◆ getConfigNameAndContent()

def Screens.CCcamInfo.getConfigNameAndContent (   fileName)

◆ getConfigValue()

def Screens.CCcamInfo.getConfigValue (   l)

◆ getPage()

def Screens.CCcamInfo.getPage (   url,
  callback,
  errback 
)

◆ notBlackListed()

def Screens.CCcamInfo.notBlackListed (   entry)

◆ searchConfig()

def Screens.CCcamInfo.searchConfig ( )

global

◆ translateBlock()

def Screens.CCcamInfo.translateBlock (   block)

Variable Documentation

◆ AuthHeaders

dictionary Screens.CCcamInfo.AuthHeaders
Initial value:
1 = {
2  "User-Agent": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36",
3 }

◆ cccamlineedit

Screens.CCcamInfo.cccamlineedit

◆ CFG

string Screens.CCcamInfo.CFG = "/etc/CCcam.cfg"

◆ CFG_path

string Screens.CCcamInfo.CFG_path = '/etc'

◆ Counter

int Screens.CCcamInfo.Counter = 0

◆ DATE

string Screens.CCcamInfo.DATE = "01.12.2021"

◆ deskey

Screens.CCcamInfo.deskey

◆ domain

Screens.CCcamInfo.domain

◆ lock_off

Screens.CCcamInfo.lock_off = loadPNG(resolveFilename(SCOPE_GUISKIN, "icons/lock_off.png"))

◆ lock_on

Screens.CCcamInfo.lock_on = loadPNG(resolveFilename(SCOPE_GUISKIN, "icons/lock_on.png"))

◆ menu_list

list Screens.CCcamInfo.menu_list
Initial value:
1 = [
2  _("CCcam.cfg Basic Line Editor"),
3  _("General"),
4  _("Clients"),
5  _("Active clients"),
6  _("Servers"),
7  _("Shares"),
8  _("Share View"),
9  _("Extended Shares"),
10  _("Providers"),
11  _("Entitlements"),
12  _("ecm.info"),
13  _("Menu config"),
14  _("Local box"),
15  _("Remote box"),
16  _("Free memory"),
17  _("Switch config"),
18  _("About")]
#define _(string)
Definition: i18n.h:27

◆ password

Screens.CCcamInfo.password

◆ port

Screens.CCcamInfo.port

◆ protocol

Screens.CCcamInfo.protocol

◆ sf

Screens.CCcamInfo.sf = getSkinFactor()

global

◆ TranslationHelper

list Screens.CCcamInfo.TranslationHelper
Initial value:
1 = [
2  ["Current time", _("Current time")],
3  ["NodeID", _("NodeID")],
4  ["Uptime", _("Uptime")],
5  ["Connected clients", _("Connected clients")],
6  ["Active clients", _("Active clients")],
7  ["Total handled client ecm's", _("Total handled client ecm's")],
8  ["Total handled client emm's", _("Total handled client emm's")],
9  ["Peak load (max queued requests per workerthread)", _("Peak load (max queued requests per workerthread)")],
10  ["card reader", _("card reader")],
11  ["no or unknown card inserted", _("no or unknown card inserted")],
12  ["system:", _("system:")],
13  ["caid:", _("caid:")],
14  ["provider:", _("provider:")],
15  ["provid:", _("provid:")],
16  ["using:", _("using:")],
17  ["address:", _("address:")],
18  ["hops:", _("hops:")],
19  ["pid:", _("pid:")],
20  ["share:", _("share:")],
21  ["handled", _("handled")],
22  [" and", _(" and")],
23  ["card", _("card")],
24  ["Cardserial", _("Cardserial")],
25  ["ecm time:", _("ecm time:")]]

◆ username

Screens.CCcamInfo.username

◆ VERSION

string Screens.CCcamInfo.VERSION = "V3"