![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Functions | |
def | isStandardInfoBar (self) |
def | isMoviePlayerInfoBar (self) |
def | setResumePoint (session) |
def | delResumePoint (ref) |
def | getResumePoint (session) |
def | saveResumePoints () |
def | loadResumePoints () |
def | updateresumePointCache () |
def | ToggleVideo () |
def | reload_subservice_groupslist (force=False) |
def | getPossibleSubservicesForCurrentChannel (current_service) |
def | getActiveSubservicesForCurrentChannel (current_service) |
def | hasActiveSubservicesForCurrentChannel (current_service) |
Variables | |
MODULE_NAME = __name__.split(".")[-1] | |
bool | AUDIO = False |
bool | seek_withjumps_muted = False |
int | jump_pts_adder = 0 |
jump_last_pts = None | |
jump_last_pos = None | |
list | keyPressCallback = [] |
def | resumePointCache = loadResumePoints() |
resumePointCacheLast = int(time()) | |
subservice_groupslist = None | |
gHbbtvApplication = HbbtvApplication() | |
def Screens.InfoBarGenerics.delResumePoint | ( | ref | ) |
def Screens.InfoBarGenerics.getActiveSubservicesForCurrentChannel | ( | current_service | ) |
def Screens.InfoBarGenerics.getPossibleSubservicesForCurrentChannel | ( | current_service | ) |
def Screens.InfoBarGenerics.getResumePoint | ( | session | ) |
def Screens.InfoBarGenerics.hasActiveSubservicesForCurrentChannel | ( | current_service | ) |
def Screens.InfoBarGenerics.isMoviePlayerInfoBar | ( | self | ) |
def Screens.InfoBarGenerics.isStandardInfoBar | ( | self | ) |
def Screens.InfoBarGenerics.loadResumePoints | ( | ) |
def Screens.InfoBarGenerics.reload_subservice_groupslist | ( | force = False | ) |
def Screens.InfoBarGenerics.saveResumePoints | ( | ) |
def Screens.InfoBarGenerics.setResumePoint | ( | session | ) |
def Screens.InfoBarGenerics.ToggleVideo | ( | ) |
def Screens.InfoBarGenerics.updateresumePointCache | ( | ) |
bool Screens.InfoBarGenerics.AUDIO = False |
Screens.InfoBarGenerics.gHbbtvApplication = HbbtvApplication() |
Screens.InfoBarGenerics.jump_last_pos = None |
Screens.InfoBarGenerics.jump_last_pts = None |
int Screens.InfoBarGenerics.jump_pts_adder = 0 |
list Screens.InfoBarGenerics.keyPressCallback = [] |
Screens.InfoBarGenerics.MODULE_NAME = __name__.split(".")[-1] |
def Screens.InfoBarGenerics.resumePointCache = loadResumePoints() |
Screens.InfoBarGenerics.resumePointCacheLast = int(time()) |
bool Screens.InfoBarGenerics.seek_withjumps_muted = False |
Screens.InfoBarGenerics.subservice_groupslist = None |