aboutsummaryrefslogtreecommitdiff
path: root/RecordTimer.py
AgeCommit message (Collapse)Author
2007-02-17zaptimers now do wakeup the box from standby and deepstandbyAndreas Monzner
2007-02-02move getNextRecordingTime to correct place,Andreas Monzner
no more crash when try to change a running sleeptimer
2007-01-19fix bluescreen on end of timer with afterevent standby (typo) :(Andreas Monzner
2007-01-12get rid of unneede global keywordsAndreas Monzner
fix non working shutdown after timerevent when the box is in standby
2007-01-07fix typosStefan Pluecken
2007-01-07fix textAndreas Monzner
2007-01-07ask user before a recordtimer set the box to standby or deepstandbyAndreas Monzner
2007-01-07take care of running recording before realy shutdown e2Andreas Monzner
2006-12-05fix typoAndreas Monzner
2006-12-04fix bluescreenAndreas Monzner
2006-12-04fix meta file creation since alternative zapping changesAndreas Monzner
2006-11-30more changes for service groups (replacement for zapping alternativesAndreas Monzner
plugin).. now its basicaly working.. TODO: change zapping alternatives editor for new style
2006-11-22recording service events now workingAndreas Monzner
TODO: add record specific events like diskfull, demux errors, a.o.
2006-10-31optionally store debug dataFelix Domke
2006-10-02fix non-ascii chars in service reference, follow new config stuffFelix Domke
2006-08-24revert incorret changesAndreas Monzner
2006-08-24some NumericalInput and uncode/utf-8 fixesAndreas Monzner
2006-08-15changes for use of new swig version 1.3.29 (c++ python wrapper)Andreas Monzner
with the new swig version all python -> c++ calls are round about 40% faster you must change in openembedded/conf/distro PREFERRED_VERSION_swig-native = "1.3.27" to PREFERRED_VERSION_swig-native = "1.3.29" or do a bitbake -b ../openembedded/packages/swig/swig-native_1.3.29.bb
2006-05-26change message box type in record timer to type "info"Stefan Pluecken
2006-05-25add timeout for MessageBox screens (just add timeout=<seconds> as argument ↵Stefan Pluecken
when creating MessageBox instances)
2006-05-12query epg to get episode informations for repeated timers on every timer ↵Andreas Monzner
activation
2006-05-10show message when zapping away even when zap without asking is onFelix Domke
2006-05-06add some missing changesStefan Pluecken
2006-05-05remove old import for non-existing screen SubserviceSelectionStefan Pluecken
2006-04-26timers can now have after events. currently only working events: "do ↵Stefan Pluecken
nothing" and "go to deep standby"
2006-04-19small isInTimer speedup (not measured)Andreas Monzner
2006-04-13fix try/exceptFelix Domke
2006-04-10don't show REC symbol in infobar when timer is a 'justplay' timerStefan Pluecken
2006-04-09fix timer disable/reenableFelix Domke
2006-04-07fix cancellation of broken timer entriesFelix Domke
2006-04-07fix 'justplay' timersFelix Domke
2006-03-23- switchtimer added to RecordingTimerStefan Pluecken
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer) - language selection saves a language string instead of a changing index number
2006-03-04don't stringToXML on service referenceFelix Domke
2006-03-03fix isInTimer for non-repeated timersStefan Pluecken
2006-03-03rename FilterXMLString to StringToXMLAndreas Monzner
2006-03-03move strToXML into ToolsFelix Domke
2006-03-03fix typoAndreas Monzner
2006-03-03logging slows the timer down very muchStefan Pluecken
2006-03-01- add (heavily unoptimized (!!!)) matching check for repeated timers as a ↵Stefan Pluecken
clock icon in the epg list - comment out check for event id
2006-03-01display clock png in single epg list for fitting timers (we have a problem ↵Stefan Pluecken
with the event id matching for manual timers)
2006-02-28prepare epg checking for already timered timersStefan Pluecken
2006-02-27wake up from deep standby five minute before the timer starts. if we don't ↵Stefan Pluecken
have 5 minutes till timer start, we wake the box up in 30 seconds.
2006-02-25store a .eit file for each recoring this holds raw eit event informationsAndreas Monzner
including audio track informations, event description, event title...... for information about the file format look in EN300468 (www.etsi.org) make info button useable when playbacking a movie
2006-02-17timer: don't use try/except, don't encode numbers to UTF8, don't save eit= ↵Felix Domke
entry if there is none
2006-02-07timer: convert stored messages to UTF-8 when loadingFelix Domke
2006-02-03add record marginFelix Domke
2006-02-03include date, time and event name in recording filenameFelix Domke
2006-02-02restore dontSave functionalityFelix Domke
2006-01-26con't crash on loading old timers without the "disabled" attributeAxel Buehning
2006-01-26use disabled=False as default for a RecordTimerEntryStefan Pluecken