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

Classes

class  AFTEREVENT
 
class  TIMERTYPE
 
class  RecordTimer
 
class  RecordTimerEntry
 

Functions

def parseEvent (event, description=True, newTimerData=False)
 
def findSafeRecordPath (dirname)
 
def getBqRootStr (reference)
 
def createRecordTimerEntry (timer)
 

Variables

bool InfoBar = False
 
 MODULE_NAME = __name__.split(".")[-1]
 
 SERVICE_TYPES_TV = service_types_tv_ref.toString()
 
 SERVICE_TYPES_RADIO = service_types_radio_ref.toString()
 
 DEBUG = config.crash.debugTimers.value
 
 TIMER_XML_FILE = resolveFilename(SCOPE_CONFIG, "timers.xml")
 
string TIMER_FLAG_FILE = "/tmp/was_rectimer_wakeup"
 
bool wasRecTimerWakeup = False
 

Function Documentation

◆ createRecordTimerEntry()

def RecordTimer.createRecordTimerEntry (   timer)

◆ findSafeRecordPath()

def RecordTimer.findSafeRecordPath (   dirname)

◆ getBqRootStr()

def RecordTimer.getBqRootStr (   reference)

◆ parseEvent()

def RecordTimer.parseEvent (   event,
  description = True,
  newTimerData = False 
)

Variable Documentation

◆ DEBUG

RecordTimer.DEBUG = config.crash.debugTimers.value

◆ InfoBar

bool RecordTimer.InfoBar = False

◆ MODULE_NAME

RecordTimer.MODULE_NAME = __name__.split(".")[-1]

◆ SERVICE_TYPES_RADIO

RecordTimer.SERVICE_TYPES_RADIO = service_types_radio_ref.toString()

◆ SERVICE_TYPES_TV

RecordTimer.SERVICE_TYPES_TV = service_types_tv_ref.toString()

◆ TIMER_FLAG_FILE

string RecordTimer.TIMER_FLAG_FILE = "/tmp/was_rectimer_wakeup"

◆ TIMER_XML_FILE

RecordTimer.TIMER_XML_FILE = resolveFilename(SCOPE_CONFIG, "timers.xml")

◆ wasRecTimerWakeup

bool RecordTimer.wasRecTimerWakeup = False