diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2006-12-03 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2006-12-03 18:00:00 +0100 |
commit | 287cd613a1d5d08fb56e107460473132d23e3ca0 (patch) | |
tree | e435c0a89775a14016f8f5d1043f30d06de210bf /vdr.1 | |
parent | bc67a03157def5c4d8d0f3c7b38351f2aeb397ee (diff) | |
download | vdr-patch-lnbsharing-287cd613a1d5d08fb56e107460473132d23e3ca0.tar.gz vdr-patch-lnbsharing-287cd613a1d5d08fb56e107460473132d23e3ca0.tar.bz2 |
Version 1.4.4-1vdr-1.4.4-1
- Some improvements to the man pages (thanks to Ville Skyttä).
- Fixed a possible segfault in cSkins::Message() (thanks to Udo Richter).
- Made the getskyepg.pl script of the 'sky' plugin send a user agent message to
the server, according to the rules at http://bleb.org/tv/data/listings.
If your version of 'wget' doesn't support the -U option to set the user agent,
use the new option -U of getskyepg.pl to have the information added to the URL
as a query string.
- The getskyepg.pl script now replaces "&" with "&".
- Fixed a possible crash in remux.c on 64-bit machines (thanks to Reinhard Nissl).
- Fixed a typo in the change to the "Use small font" setup option in version 1.3.47
in the HISTORY and CONTRIBUTORS file (reported by Andreas Brugger).
- Added a missing 'const' to cRecordingInfo::ChannelID() (reported by Andreas
Brugger). This required the APIVERSION to be increased, so plugins will have to
be recompiled.
- Now calling cPluginManager::Active() only if VDR is really trying to shut down,
and waiting for 5 minutes before calling it again (thanks to Jörg Wendel for
reporting that cPlugin::Active() was called too often, and to Udo Richter for
some hints on how to improve this).
- Replaced 'unsigned long' with 'uint32_t' and 'uint64' with 'uint64_t' to
avoid problems on 64-bit machines.
Diffstat (limited to 'vdr.1')
-rw-r--r-- | vdr.1 | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.1 1.26 2006/06/24 10:07:16 kls Exp $ +.\" $Id: vdr.1 1.27 2006/11/19 10:02:31 kls Exp $ .\" .TH vdr 1 "30 Apr 2006" "1.4.0" "Video Disk Recorder" .SH NAME @@ -23,12 +23,12 @@ It can work with signals received from satellites (DVB-S) as well as cable (DVB-C) and terrestrial (DVB-T) signals. At least one DVB card is required to run \fBvdr\fR. With it you can watch -live tv while recording one or more other broadcasts from the same transponder. +live TV while recording one or more other broadcasts from the same transponder. It is also possible to start watching a recorded programme before the live broadcast has ended (\fBtime shifting\fR). In order to record from different transponders simultaneously two or more DVB cards are necessary. By default \fBvdr\fR can support up to four -DVB cards. The primary DVB card (the one your tv set is connected to) has +DVB cards. The primary DVB card (the one your TV set is connected to) has to be a "full featured" card, which means it must contain an MPEG decoder and provide audio and video signal outputs. @@ -76,7 +76,7 @@ Set logging to \fIlevel\fR. \fB0\fR\ =\ no logging, \fB1\fR\ =\ errors only, \fB2\fR\ =\ errors and info, \fB3\fR\ =\ errors, info and debug. The default logging level is \fB3\fR. -If logging should be done to LOG_LOCALn instead of +If logging should be done to LOG_LOCAL\fIn\fR instead of LOG_USER, add '.n' to LEVEL, as in 3.7 (n=0..7). .TP .BI \-L\ dir ,\ \-\-lib= dir @@ -122,10 +122,12 @@ Use a serial port remote control device. If \fIpath\fR is omitted, vdr uses \fI/dev/ttyS1\fR. .TP .BI \-r\ cmd ,\ \-\-record= cmd -Call \fIcmd\fR before and after a recording. +Call \fIcmd\fR before and after a recording. See the file \fIINSTALL\fR for +more information. .TP .BI \-s\ cmd ,\ \-\-shutdown= cmd -Call \fIcmd\fR to shutdown the computer. +Call \fIcmd\fR to shutdown the computer. See the file \fIINSTALL\fR for more +information. .TP .BI \-t\ tty ,\ \-\-terminal= tty Set the controlling terminal. |