aboutsummaryrefslogtreecommitdiff
path: root/RecordTimer.py
AgeCommit message (Collapse)Author
2009-10-29By Anders Holst:Felix Domke
At regular intervalls there are questions in the forum (in at least three or four different threads on only this subject) on how to configure the recording paths so you don't have to set them to the same thing over and over again in e.g EPG timers. People apparently forget to set it, and miss their recordings because the harddisk is full or not built in. They want an easy way to change the default from /hdd/movies/ to a NAS or a USB device. I have rebased the patch in this thread from March 23, added two minor bugfixes, and hopefully made it less controversial by making sure that it only affects the expert setup level. I don't think there should be anything controversial about this patch now, and no known bugs. It only provides functionality that several people are screaming to get. Synopsis: The patch changes the "Timeshift path..." setup dialogue into a "Recording paths..." dialogue where you can easily configure both the timeshift and the other recording paths.
2009-09-03use bit operations instead of powerFelix Domke
2009-08-23RecordTimer.py: dont open recordfile when timer is just a zaptimerghost
2009-08-21RecordTimer.py: one time is enoughghost
2009-08-21RecordTimer.py: cleanup importsghost
2009-08-21RecordTimer.py: import needed insortghost
2009-08-21RecordTimer.py: fixghost
2009-08-20timer.py: revert change needed for recordtimer add own doActivate to recordtimerghost
2009-08-20RecordTimer.py: fix parallel recording of the same event on multiple servicesghost
2009-08-19RecordTimer.py: remove debug outputghost
2009-08-19fix recordings from deepstandby when the current channel must be stopped ↵ghost
because of lacking resources
2009-07-17RecordTimer.py: dont stop a running TS playback or other playback when a ↵ghost
recordtimer couldn't be started
2009-07-06RecordTimer.py: fix typo (thx for adenin)ghost
2009-06-04make popup message on record configurable. Patch by CuNoah.Felix Domke
2009-05-16RecordTimer.py: fix isInTimer for repeating timers .. thx to adeninghost
2009-04-24RecordTimer.py: fix typoghost
2009-04-23Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2009-04-23introduce option that allows limiting recording filename character set to ↵Fraxinas
legacy DOS compatibility
2009-04-22move meta file creation to c++ghost
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-13filter illegal (newline) characters to fix Dr.Dish TV recordsFelix Domke
2009-02-12small speedups/cleanups by moritz vennghost
2009-02-07use default record path when current doesnt existghost
2009-01-19timer fixes and improvements by adeninghost
2008-12-22add possibility to remove timers in epglistghost
TODO: this is not working for subtitles yet and not its working in graphical multi epg
2008-12-03add missing RecordTimer changes for previous xml minidom cleanupghost
2008-12-02add new after record timer event behavior "auto".. and use it as defaultghost
2008-11-17Patch by Moritz Venn/Anders Holst: the long awaited 'setting tags from timer ↵Felix Domke
menu'-patch
2008-10-18add timeroverlap detection made by adenin (thanks for the great work!)Andreas Monzner
2008-08-26add support for dm8000 rtc,Andreas Monzner
add support for dm8000 deepstandby wakeup, go back to deepstandby after deepstandby timer wakeup even when not explicitely selected (this needs new drivers and / or new atmel firmware) add some sanity checks to dont break anything even with old drivers/atmel firmware
2008-06-26add possibility to choose record location on timer creation and chooseAndreas Monzner
record location in movieplayer (only in expert user level)
2008-02-26move function to better placeAndreas Monzner
2008-02-20add missing changes for timer_select.patchAndreas Monzner
2008-02-12handle broken timers.xml gracefullyFelix Domke
2007-12-16patch by Pieter Grimmerink: save timers after editingFelix Domke
2007-09-05simplify codeAndreas Monzner
2007-08-24remove debug codeAndreas Monzner
2007-08-24fix "in timer" icon for subservice recordingsAndreas Monzner
2007-07-23fix non visible timer clock in epg event list for subservice recordingsAndreas Monzner
2007-07-22cleanup some importsAndreas Monzner
2007-07-10dont use stored event_id for repeated timersAndreas Monzner
2007-06-18fixed message dialog "A record has been started" from timer.description to ↵Stefan Pluecken
timer.name to prevent confusion
2007-04-30use __deref__() until we have something betterFelix Domke
2007-04-30handle record events, and display errors. Not yet working (see code).Felix Domke
2007-03-14hopefully fix false positive "currently a timer is running.. or starts in aAndreas Monzner
few seconds" message on enigma shutdown
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