![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Classes | |
class | BoxInformation |
Functions | |
def | getBoxDisplayName () |
def | getNumVideoDecoders () |
def | countFrontpanelLEDs () |
def | haveInitCam () |
def | getRCFile (ext) |
def | getModuleLayout () |
def | Check_Softcam_Emu () |
def | Check_Softcam () |
def | Check_SysSoftcam () |
def | Refresh_SysSoftCam () |
def | GetBoxName () |
Variables | |
MODULE_NAME = __name__.split(".")[-1] | |
string | SOFTCAM = "/etc/init.d/softcam" |
string | NOEMU = "/etc/enigma2/noemu" |
dictionary | SystemInfo = {} |
BoxInfo = BoxInformation() | |
ARCHITECTURE = BoxInfo.getItem("architecture") | |
BRAND = BoxInfo.getItem("brand") | |
MODEL = BoxInfo.getItem("model") | |
SOC_FAMILY = BoxInfo.getItem("socfamily") | |
DISPLAYTYPE = BoxInfo.getItem("displaytype") | |
MTDROOTFS = BoxInfo.getItem("mtdrootfs") | |
DISPLAYMODEL = BoxInfo.getItem("displaymodel") | |
DISPLAYBRAND = BoxInfo.getItem("displaybrand") | |
MACHINEBUILD = BoxInfo.getItem("machinebuild") | |
int | repeat = 400 |
branch = getE2Rev() | |
list | commitLogs |
canImageBackup = not MACHINEBUILD.startswith('az') and not BRAND.startswith('cube') and not BRAND.startswith('wetek') and not MACHINEBUILD.startswith('alien') | |
def Components.SystemInfo.Check_Softcam | ( | ) |
def Components.SystemInfo.Check_Softcam_Emu | ( | ) |
def Components.SystemInfo.Check_SysSoftcam | ( | ) |
def Components.SystemInfo.countFrontpanelLEDs | ( | ) |
def Components.SystemInfo.getBoxDisplayName | ( | ) |
def Components.SystemInfo.GetBoxName | ( | ) |
def Components.SystemInfo.getModuleLayout | ( | ) |
def Components.SystemInfo.getNumVideoDecoders | ( | ) |
def Components.SystemInfo.getRCFile | ( | ext | ) |
def Components.SystemInfo.haveInitCam | ( | ) |
def Components.SystemInfo.Refresh_SysSoftCam | ( | ) |
Components.SystemInfo.ARCHITECTURE = BoxInfo.getItem("architecture") |
Components.SystemInfo.BoxInfo = BoxInformation() |
string Components.SystemInfo.branch = getE2Rev() |
Components.SystemInfo.BRAND = BoxInfo.getItem("brand") |
Components.SystemInfo.canImageBackup = not MACHINEBUILD.startswith('az') and not BRAND.startswith('cube') and not BRAND.startswith('wetek') and not MACHINEBUILD.startswith('alien') |
list Components.SystemInfo.commitLogs |
Components.SystemInfo.DISPLAYBRAND = BoxInfo.getItem("displaybrand") |
Components.SystemInfo.DISPLAYMODEL = BoxInfo.getItem("displaymodel") |
Components.SystemInfo.DISPLAYTYPE = BoxInfo.getItem("displaytype") |
Components.SystemInfo.MACHINEBUILD = BoxInfo.getItem("machinebuild") |
Components.SystemInfo.MODEL = BoxInfo.getItem("model") |
Components.SystemInfo.MODULE_NAME = __name__.split(".")[-1] |
Components.SystemInfo.MTDROOTFS = BoxInfo.getItem("mtdrootfs") |
string Components.SystemInfo.NOEMU = "/etc/enigma2/noemu" |
int Components.SystemInfo.repeat = 400 |
Components.SystemInfo.SOC_FAMILY = BoxInfo.getItem("socfamily") |
string Components.SystemInfo.SOFTCAM = "/etc/init.d/softcam" |
dictionary Components.SystemInfo.SystemInfo = {} |