From a21372e5196c7a69ec68296d0377b8516b2bbbf1 Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Fri, 4 Nov 2005 13:34:42 +0100 Subject: 2005-11-04: 0.97-am3.4.2rc3 - Set "LANGUAGE" environment variable to "" on startup, so it causes no problems with language setting in VDRAdmin. - Added caching of listing of recordings. Can be adjusted by "CACHE_REC_TIMEOUT=number of minutes" in vdradmind.conf. Defaults to "60", "0" disables caching. - Remember sorting when toggling in timer or autotimer list. - New configuration option for Timers: don't add summary. - Email notification for AutoTimer can be set in configuration menu. - Optimized AutoTimer matching a little bit. - Reworked detection of another VDRAdmin process if pid file exists. - No more config settings that require a VDRAdmin restart. - Find "sendEmail" program in $PATH. --- template/default/help_config.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'template/default/help_config.html') diff --git a/template/default/help_config.html b/template/default/help_config.html index 8d54fdc..2768d6c 100644 --- a/template/default/help_config.html +++ b/template/default/help_config.html @@ -105,6 +105,14 @@
<%! An integer in the range 0...99, defining the priority of this timer and of recordings created by this timer. 0 represents the lowest value, 99 the highest. The priority is used to decide which timer shall be started in case there are two or more timers with the exact same start time. The first timer in the list with the highest priority will be used.

This value is also stored with the recording and is later used to decide which recording to remove from disk in order to free space for a new recording. If the disk runs full and a new recording needs more space, an existing recording with the lowest priority (and which has exceeded its guaranteed lifetime) will be removed.

If all available DVB cards are currently occupied, a timer with a higher priority will interrupt the timer with the lowest priority in order to start recording. !%>
<%! Lifetime: !%>
<%! The guaranteed lifetime (in days) of a recording created by this timer. 0 means that this recording may be automatically deleted at any time by a new recording with higher priority. 99 means that this recording will never be automatically deleted. Any number in the range 1...98 means that this recording may not be automatically deleted in favour of a new recording, until the given number of days since the start time of the recording has passed by. !%>
+
<%! Send email after programming timer: !%>
+
<%! VDRAdmin will send an email whenever an event matches an AutoTimer and a timer has been programmed if you enable this feature. This requires that you have the sendEmail programm (which you will find here) located in PATH. !%>
+
<%! Send email as: !%>
+
<%! Here you set the sending domain of the generated email. !%>
+
<%! Send email to: !%>
+
<%! The email address the email is sent to. !%>
+
<%! Mail server: !%>
+
<%! The outgoing mail server. !%>
<%! Tooltips: !%>
<%! Here you can (de-)activate the tooltips. !%>
@@ -125,6 +133,8 @@
<%! Here you can (de-)activate the tooltips in the timeline. !%>
<%! Tooltips in list: !%>
<%! Here you can (de-)activate the tooltips in the list. !%>
+
<%! Add summary to new timers: !%>
+
<%! If you don't want VDRAdmin to add the summary taken from EPG to new timers you can switch it off here. !%>
-- cgit v1.2.3