![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Public Member Functions | |
def | __init__ (self, serviceref, begin, end, name, description, eit, disabled=False, justplay=TIMERTYPE.JUSTPLAY, afterEvent=AFTEREVENT.DEFAULT, checkOldTimers=False, dirname=None, tags=None, descramble="notset", record_ecm="notset", rename_repeat=True, isAutoTimer=False, ice_timer_id=None, always_zap=TIMERTYPE.ALWAYS_ZAP, MountPath=None, fixDescription=False, cridSeries=None, cridEpisode=None, cridRecommendation=None) |
def | __repr__ (self) |
def | activate (self) |
def | resetTimerWakeup (self) |
def | getNextActivation (self, getNextStbPowerOn=False) |
def | timeChanged (self) |
def | do_backoff (self) |
def | log (self, code, msg) |
def | setAutoincreaseEnd (self, entry=None) |
def | sendStandbyNotification (self, answer) |
def | sendTryQuitMainloopNotification (self, answer) |
def | mountTest (self, dirname, cmd) |
def | stopMountText (self, thread, cmd) |
def | freespace (self, WRITEERROR=False) |
def | calculateFilename (self, name=None) |
def | getEventFromEPGId (self, id=None) |
def | getEventFromEPG (self) |
def | tryPrepare (self) |
def | keypress (self, key=None, flag=1) |
def | setRecordingPreferredTuner (self, setdefault=False) |
def | failureCB_pip (self, answer) |
def | failureCB_pseudo_rec (self, answer) |
def | failureCB_streaming (self, answer) |
def | failureCB (self, answer) |
def | switchToAll (self) |
def | check_justplay (self) |
def | gotRecordEvent (self, record, event) |
def | setRecordService (self, service) |
![]() | |
def | __init__ (self, begin, end) |
def | __lt__ (self, value) |
def | getNextActivation (self) |
def | setRepeated (self, day) |
def | resetRepeated (self) |
def | processRepeated (self, findRunningEvent=True, findNextEvent=False) |
def | addOneDay (self, timeStruct) |
def | resetState (self) |
def | isRunning (self) |
def | isFindRunningEvent (self) |
def | isFindNextEvent (self) |
def | shouldSkip (self) |
def | abort (self) |
def | fail (self) |
def | disable (self) |
def | enable (self) |
Properties | |
record_service = property(lambda self: self.__record_service, setRecordService) | |
Additional Inherited Members | |
![]() | |
int | StateWaiting = 0 |
int | StatePrepared = 1 |
int | StateRunning = 2 |
int | StateEnded = 3 |
int | StateFailed = 4 |
int | StateDisabled = 5 |
def RecordTimer.RecordTimerEntry.__init__ | ( | self, | |
serviceref, | |||
begin, | |||
end, | |||
name, | |||
description, | |||
eit, | |||
disabled = False , |
|||
justplay = TIMERTYPE.JUSTPLAY , |
|||
afterEvent = AFTEREVENT.DEFAULT , |
|||
checkOldTimers = False , |
|||
dirname = None , |
|||
tags = None , |
|||
descramble = "notset" , |
|||
record_ecm = "notset" , |
|||
rename_repeat = True , |
|||
isAutoTimer = False , |
|||
ice_timer_id = None , |
|||
always_zap = TIMERTYPE.ALWAYS_ZAP , |
|||
MountPath = None , |
|||
fixDescription = False , |
|||
cridSeries = None , |
|||
cridEpisode = None , |
|||
cridRecommendation = None |
|||
) |
def RecordTimer.RecordTimerEntry.__repr__ | ( | self | ) |
def RecordTimer.RecordTimerEntry.activate | ( | self | ) |
Reimplemented from timer.TimerEntry.
def RecordTimer.RecordTimerEntry.calculateFilename | ( | self, | |
name = None |
|||
) |
def RecordTimer.RecordTimerEntry.check_justplay | ( | self | ) |
def RecordTimer.RecordTimerEntry.do_backoff | ( | self | ) |
def RecordTimer.RecordTimerEntry.failureCB | ( | self, | |
answer | |||
) |
def RecordTimer.RecordTimerEntry.failureCB_pip | ( | self, | |
answer | |||
) |
def RecordTimer.RecordTimerEntry.failureCB_pseudo_rec | ( | self, | |
answer | |||
) |
def RecordTimer.RecordTimerEntry.failureCB_streaming | ( | self, | |
answer | |||
) |
def RecordTimer.RecordTimerEntry.freespace | ( | self, | |
WRITEERROR = False |
|||
) |
def RecordTimer.RecordTimerEntry.getEventFromEPG | ( | self | ) |
def RecordTimer.RecordTimerEntry.getEventFromEPGId | ( | self, | |
id = None |
|||
) |
def RecordTimer.RecordTimerEntry.getNextActivation | ( | self, | |
getNextStbPowerOn = False |
|||
) |
def RecordTimer.RecordTimerEntry.gotRecordEvent | ( | self, | |
record, | |||
event | |||
) |
def RecordTimer.RecordTimerEntry.keypress | ( | self, | |
key = None , |
|||
flag = 1 |
|||
) |
def RecordTimer.RecordTimerEntry.log | ( | self, | |
code, | |||
msg | |||
) |
def RecordTimer.RecordTimerEntry.mountTest | ( | self, | |
dirname, | |||
cmd | |||
) |
def RecordTimer.RecordTimerEntry.resetTimerWakeup | ( | self | ) |
def RecordTimer.RecordTimerEntry.sendStandbyNotification | ( | self, | |
answer | |||
) |
def RecordTimer.RecordTimerEntry.sendTryQuitMainloopNotification | ( | self, | |
answer | |||
) |
def RecordTimer.RecordTimerEntry.setAutoincreaseEnd | ( | self, | |
entry = None |
|||
) |
def RecordTimer.RecordTimerEntry.setRecordingPreferredTuner | ( | self, | |
setdefault = False |
|||
) |
def RecordTimer.RecordTimerEntry.setRecordService | ( | self, | |
service | |||
) |
def RecordTimer.RecordTimerEntry.stopMountText | ( | self, | |
thread, | |||
cmd | |||
) |
def RecordTimer.RecordTimerEntry.switchToAll | ( | self | ) |
def RecordTimer.RecordTimerEntry.timeChanged | ( | self | ) |
Reimplemented from timer.TimerEntry.
def RecordTimer.RecordTimerEntry.tryPrepare | ( | self | ) |
RecordTimer.RecordTimerEntry.afterEvent |
RecordTimer.RecordTimerEntry.always_zap |
RecordTimer.RecordTimerEntry.autoincrease |
RecordTimer.RecordTimerEntry.autoincreasetime |
RecordTimer.RecordTimerEntry.backoff |
RecordTimer.RecordTimerEntry.begin |
RecordTimer.RecordTimerEntry.change_frontend |
RecordTimer.RecordTimerEntry.cridEpisode |
RecordTimer.RecordTimerEntry.cridRecommendation |
RecordTimer.RecordTimerEntry.cridSeries |
RecordTimer.RecordTimerEntry.descramble |
RecordTimer.RecordTimerEntry.description |
RecordTimer.RecordTimerEntry.dirname |
RecordTimer.RecordTimerEntry.dirnameHadToFallback |
RecordTimer.RecordTimerEntry.disabled |
RecordTimer.RecordTimerEntry.dontSave |
RecordTimer.RecordTimerEntry.eit |
RecordTimer.RecordTimerEntry.end |
RecordTimer.RecordTimerEntry.eventBegin |
RecordTimer.RecordTimerEntry.eventEnd |
RecordTimer.RecordTimerEntry.failed |
RecordTimer.RecordTimerEntry.Filename |
RecordTimer.RecordTimerEntry.first_try_prepare |
RecordTimer.RecordTimerEntry.hasEndTime |
RecordTimer.RecordTimerEntry.ice_timer_id |
RecordTimer.RecordTimerEntry.isAutoTimer |
RecordTimer.RecordTimerEntry.isStillRecording |
RecordTimer.RecordTimerEntry.justplay |
RecordTimer.RecordTimerEntry.justremind |
RecordTimer.RecordTimerEntry.justTriedFreeingTuner |
RecordTimer.RecordTimerEntry.lastend |
RecordTimer.RecordTimerEntry.log_entries |
RecordTimer.RecordTimerEntry.marginAfter |
RecordTimer.RecordTimerEntry.marginBefore |
RecordTimer.RecordTimerEntry.messageBoxAnswerPending |
RecordTimer.RecordTimerEntry.messageString |
RecordTimer.RecordTimerEntry.messageStringShow |
RecordTimer.RecordTimerEntry.mountPath |
RecordTimer.RecordTimerEntry.mountPathErrorNumber |
RecordTimer.RecordTimerEntry.mountPathRetryCounter |
RecordTimer.RecordTimerEntry.name |
RecordTimer.RecordTimerEntry.needChangePriorityFrontend |
RecordTimer.RecordTimerEntry.next_activation |
RecordTimer.RecordTimerEntry.record_ecm |
RecordTimer.RecordTimerEntry.rename_repeat |
RecordTimer.RecordTimerEntry.service_ref |
RecordTimer.RecordTimerEntry.start_prepare |
RecordTimer.RecordTimerEntry.state |
RecordTimer.RecordTimerEntry.tags |
RecordTimer.RecordTimerEntry.timer |
RecordTimer.RecordTimerEntry.vpsplugin_enabled |
RecordTimer.RecordTimerEntry.vpsplugin_overwrite |
RecordTimer.RecordTimerEntry.vpsplugin_time |
RecordTimer.RecordTimerEntry.wasInStandby |
|
static |