mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a leftover 'summary.vdr' in vdr.5
This commit is contained in:
parent
8ae565d885
commit
ecc07e33f3
@ -918,6 +918,7 @@ Hermann Gausterer <mrq1@gmx.net>
|
|||||||
Peter Bieringer <pb@bieringer.de>
|
Peter Bieringer <pb@bieringer.de>
|
||||||
for reporting a problem with duplicate recordings with the same file name
|
for reporting a problem with duplicate recordings with the same file name
|
||||||
for suggesting to implement the command line option '--vfat'
|
for suggesting to implement the command line option '--vfat'
|
||||||
|
for reporting a leftover 'summary.vdr' in vdr.5
|
||||||
|
|
||||||
Alexander Damhuis <ad@phonedation.de>
|
Alexander Damhuis <ad@phonedation.de>
|
||||||
for reporting problems when deleting a timer that is currently recording
|
for reporting problems when deleting a timer that is currently recording
|
||||||
|
5
HISTORY
5
HISTORY
@ -3849,3 +3849,8 @@ Video Disk Recorder Revision History
|
|||||||
added or deleted, so that other VDR instances can update their lists (thanks to
|
added or deleted, so that other VDR instances can update their lists (thanks to
|
||||||
Alexander Rieger).
|
Alexander Rieger).
|
||||||
- Made the function ExchangeChars() public (suggested by Lucian Muresan).
|
- Made the function ExchangeChars() public (suggested by Lucian Muresan).
|
||||||
|
|
||||||
|
2005-09-26: Version 1.3.34
|
||||||
|
|
||||||
|
- Fixed a leftover 'summary.vdr' in vdr.5 (thanks to Peter Bieringer for reporting
|
||||||
|
this one).
|
||||||
|
6
config.h
6
config.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: config.h 1.228 2005/09/14 16:04:09 kls Exp $
|
* $Id: config.h 1.229 2005/09/26 21:40:16 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
@ -19,8 +19,8 @@
|
|||||||
#include "i18n.h"
|
#include "i18n.h"
|
||||||
#include "tools.h"
|
#include "tools.h"
|
||||||
|
|
||||||
#define VDRVERSION "1.3.33"
|
#define VDRVERSION "1.3.34"
|
||||||
#define VDRVERSNUM 10333 // Version * 10000 + Major * 100 + Minor
|
#define VDRVERSNUM 10334 // Version * 10000 + Major * 100 + Minor
|
||||||
|
|
||||||
#define MAXPRIORITY 99
|
#define MAXPRIORITY 99
|
||||||
#define MAXLIFETIME 99
|
#define MAXLIFETIME 99
|
||||||
|
4
vdr.5
4
vdr.5
@ -8,7 +8,7 @@
|
|||||||
.\" License as specified in the file COPYING that comes with the
|
.\" License as specified in the file COPYING that comes with the
|
||||||
.\" vdr distribution.
|
.\" vdr distribution.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id: vdr.5 1.38 2005/09/04 14:43:42 kls Exp $
|
.\" $Id: vdr.5 1.39 2005/09/26 21:38:44 kls Exp $
|
||||||
.\"
|
.\"
|
||||||
.TH vdr 5 "19 Mar 2005" "1.3.23" "Video Disk Recorder Files"
|
.TH vdr 5 "19 Mar 2005" "1.3.23" "Video Disk Recorder Files"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -325,7 +325,7 @@ of these cannot be determined, \fBTITLE\fR will default to the channel name, and
|
|||||||
Arbitrary text that describes the recording made by this timer.
|
Arbitrary text that describes the recording made by this timer.
|
||||||
Any newline characters in the summary have to be replaced by '|', and
|
Any newline characters in the summary have to be replaced by '|', and
|
||||||
the summary may contain ':' characters. If this field is not empty, its
|
the summary may contain ':' characters. If this field is not empty, its
|
||||||
contents will be written into the \fIsummary.vdr\fR file of the recording.
|
contents will be written into the \fIinfo.vdr\fR file of the recording.
|
||||||
.SS SOURCES
|
.SS SOURCES
|
||||||
The file \fIsources.conf\fR defines the codes to be used in the \fBSource\fR field
|
The file \fIsources.conf\fR defines the codes to be used in the \fBSource\fR field
|
||||||
of channels in \fIchannels.conf\fR and assigns descriptive texts to them.
|
of channels in \fIchannels.conf\fR and assigns descriptive texts to them.
|
||||||
|
Loading…
Reference in New Issue
Block a user