diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2000-09-20 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2000-09-20 18:00:00 +0200 |
commit | 7e4b4d290570aee1d24241b0e0ac10e7c8148a36 (patch) | |
tree | 699b8f551fb4a2deb3c79030d57a56e5f04fc1a4 /timers.conf | |
parent | 76c331181a23f97d5e3f2b55c4741ef4e521242d (diff) | |
download | vdr-patch-lnbsharing-7e4b4d290570aee1d24241b0e0ac10e7c8148a36.tar.gz vdr-patch-lnbsharing-7e4b4d290570aee1d24241b0e0ac10e7c8148a36.tar.bz2 |
Version 0.64vdr-0.64
- NOTE: If you are using DVB driver version 0.7 you need to load the dvb.o
module with option outstream=0, so your insmod statement should read
'insmod dvb.o outstream=0'. This is currently necessary because 'vdr'
still works with AV_PES data.
- Video files now have the 'group read' bit set.
- Fixed handling errors in 'readstring()'.
- Handling SIGPIPE and re-establishing handler after intercepting a signal.
- The configuration files are now by default read from the video directory.
This can be changed by using the new '-c' option. Make sure you copy your
current '*.conf' files to your video directory ('/video' by default), or
use "-c ." to get the old behaviour of loading the configuration files
from the current directory.
- Waiting for input is now handled by a common function, which improves
response time on user actions. As a consequence the EIT data may sometimes
not be displayed, but this will change later when cEIT runs as a separate
thread.
- The new SVDRP command 'HITK' (thanks to Guido Fiala!) can be used to 'hit'
a remote control key. Establish an SVDRP connection and enter HITK without
a parameter for a list of all valid key names.
- The new SVDRP command 'GRAB' (thanks to Guido Fiala!) can be used to grab
the current frame and save it to a file.
- The new SVDRP commands 'OVL*' can be used to control video overlays (thanks
to Guido Fiala!). This is mainly for use in the 'kvdr' tool (see the 'kvdr'
page at http://www.s.netic.de/gfiala).
- If the name of the video directory used with the '-v' option had trailing
slashes, the recording file names have been damaged. Trailing slashes are
now silently removed.
- Fixed a buffer overflow in EIT parsing.
- Added a security warning regarding SVDRP to the INSTALL file.
- Fixed 'confirm' dialog.
- The daemon mode (option '-d') now no longer works with REMOTE=KBD (there
is no stdin in daemon mode, so KBD makes no sense - plus it sometimes
crashed).
Diffstat (limited to 'timers.conf')
-rw-r--r-- | timers.conf | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/timers.conf b/timers.conf index 9031d35..a625527 100644 --- a/timers.conf +++ b/timers.conf @@ -1,12 +1,14 @@ 1:15:M------:2128:2205:99:7:Neues: -1:3:-T-----:2013:2125:99:99:SevenDays -1:10:-T-----:2058:2202:99:10:Quarks: -1:26:-T-----:2255:0005:99:99:UFO: -0:3:---T---:2211:2300:99:10:Switch: +1:3:-T-----:2013:2125:99:99:SevenDays: +0:10:-T-----:2058:2202:99:10:Quarks: +1:26:-T-----:2255:0015:99:99:UFO: +1:3:---T---:2215:2315:99:10:IngoAppelt: 1:2:----F--:2140:2225:10:10:WWW: +1:1:----F--:2212:2325:99:99:7Tage7Koepfe: 1:11:-----S-:2158:2235:99:99:Computer: 1:2:-----S-:2213:2320:99:30:Wochenshow: -1:11:------S:2058:2120:99:10:Centauri: +1:11:------S:2013:2035:99:10:Centauri: +1:14:------S:2158:2235:99:14:MaxUndLisa: 1:15:MTWTF--:1828:1901:10:5:nano: 1:1:-TWTF--:0955:1040:99:99:Ellen: 1:1:MTWTF--:1553:1710:99:99:Hammerman: |