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