diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-05-30 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-05-30 18:00:00 +0200 |
commit | d072cc6da2e109d0dc6b98375a1bab3a2ac83948 (patch) | |
tree | ed8f998f778fca488ddb5299e738cb36b42dff38 /vdr.5 | |
parent | 8ab980e1d9be404a8842fad54aa9c2e34fa6f4ea (diff) | |
download | vdr-patch-lnbsharing-d072cc6da2e109d0dc6b98375a1bab3a2ac83948.tar.gz vdr-patch-lnbsharing-d072cc6da2e109d0dc6b98375a1bab3a2ac83948.tar.bz2 |
Version 1.2.0pre1vdr-1.2.0pre1
- Some corrections to the French OSD texts (thanks to Olivier Jacques).
- Fixed some missing commas in i18n.c (thanks to Dimitrios Dimitrakos for
reporting this problem).
- Some corrections to the Finnish OSD texts (thanks to Niko Tarnanen and Rolf
Ahrenberg).
- Completed the Italian OSD texts (thanks to Antonio Ospite).
- Fixed breaking off replay in case the user hits "Play" or "Pause" too soon after
going into "Pause live video" mode (thanks to Karim Afifi for reporting ths one).
- Some corrections to the Catalanian OSD texts (thanks to Jordi VilĂ ).
- Single event timers are now deleted if the recording they are doing is
deleted before the timer ends.
- Fixed an uninitialized variable in cDisplayChannel (thanks to Stefan Huelswitt).
- Fixed a possible access of invalid file handles in cSIProcessor::Action()
(thanks to Stefan Huelswitt).
Diffstat (limited to 'vdr.5')
-rw-r--r-- | vdr.5 | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -2,15 +2,15 @@ .\" ** The above line should force tbl to be a preprocessor ** .\" Man page for vdr file formats .\" -.\" Copyright (C) 2002 Klaus Schmidinger +.\" Copyright (C) 2003 Klaus Schmidinger .\" .\" You may distribute under the terms of the GNU General Public .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 1.18 2003/04/26 11:54:35 kls Exp $ +.\" $Id: vdr.5 1.20 2003/05/29 11:58:57 kls Exp $ .\" -.TH vdr 5 "6 Dec 2002" "1.2.0" "Video Disk Recorder Files" +.TH vdr 5 "1 Jun 2003" "1.2.0" "Video Disk Recorder Files" .SH NAME vdr file formats - the Video Disk Recorder Files .SH DESCRIPTION @@ -547,9 +547,7 @@ l l. <channel name> @is the "name" as in 'channels.conf' (for information only, may be left out) <start time> @is the time (as a time_t integer) in UTC when this event starts <duration> @is the time (in seconds) that this event will take -<table id> @is a hex number that indicates the table this event is contained\ -in (if this is left empty or 0 this event will not be overwritten\ -or modified by data that comes from the DVB stream) +<table id> @is a hex number that indicates the table this event is contained in (if this is left empty or 0 this event will not be overwritten or modified by data that comes from the DVB stream) <title> @is the title of the event <subtitle> @is the subtitle (typically the name of the episode etc.) <description> @is the description of the event (any '|' characters will be interpreted as newlines) @@ -564,7 +562,7 @@ Written by Klaus Schmidinger. .SH REPORTING BUGS Report bugs to <vdr-bugs@cadsoft.de>. .SH COPYRIGHT -Copyright \(co 2002 Klaus Schmidinger. +Copyright \(co 2003 Klaus Schmidinger. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |