1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- This help is partly taken from
* the VDR man page, Copyright (c) by Klaus Schmidinger
* the HISTORY of macfly's patch
-->
<html id="scroller">
<head>
<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
<title><?% gettext('Edit AutoTimer') %?></title>
<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
<?% IF usercss %?>
<link href="user.css" rel="stylesheet" media="screen" type="text/css" />
<?% END %?>
</head>
<body id="at_timer_new" class="help" onload="window.focus()">
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="help" class="group">
<tr class="heading">
<td><h2><?% gettext('Edit AutoTimer') %?></h2></td>
</tr>
<tr class="row_even">
<td>
<?% gettext('<p>Here you can edit an automatic timer\'s (AutoTimer) settings.</p>
<p>AutoTimer is a key feature of VDRAdmin-AM. An AutoTimer consists of one or more search terms and some other settings, that are looked for regularly in the Electronic Program Guide (EPG). On match AutoTimer adds a timer in VDR automatically for that broadcast. That\'s very comfortable for irregularly broadcasted series or movies you don\'t want to miss.</p>') %?>
<dl>
<dt><?% gettext('AutoTimer Active:') %?></dt>
<dd><?% gettext('Activate or deactivate this AutoTimer. Deactivated AutoTimers are still stored in the AutoTimer list so that they can be activated again, but they do not record anything meanwhile. Above that you can set this to "oneshot" so this AutoTimer only programs the (one!) next matching broadcast.') %?></dd>
<dt><?% gettext('Search Patterns:') %?></dt>
<dd><?% gettext('Choosing the right search items decides whether only the wanted broadcasts or broadcasts having similar names or even nothing gets recorded.<br />Case doesn\'t matter, "X-Files" matches anything "x-files" will match. You can set multiple search items by separating them with spaces. Only broadcasts will match if they contain <strong>all</strong> items.<br />You\'d better only use letters and numbers for search items, as the EPG often miss colons, brackets and other characters.<br />Experts can also use regular expressions, but you have to get needed information from the VDRAdmin-AM sources (undocumented feature).<br /><br />You can exclude broadcasts so that they don\'t get recorded even if they would match an AutoTimer. Therefore you have to enter that titles into the file <i>vdradmind.bl</i>, one event a line. This file must be located in your VDRAdmin-AM\'s configuration folder. If this string is found either in the EPG\'s <u>title</u> or in <u>title~subtitle</u>, this event will not be programmed by AutoTimer. So you can disable complete episodes (for example when using "Enterprise" as Blacklist-string) or only one episode (when using "Enterprise~Azati Prime" as Blacklist-string).') %?></dd>
<dt><?% gettext('Search in:') %?></dt>
<dd><?% gettext('Here you can define the EPG sections where VDRAdmin-AM should look for the search pattern.') %?></dd>
<dt><?% gettext('Search only on these days:') %?></dt>
<dd><?% gettext('Use these checkboxes to limit searching for matching broadcasts to a set of weekdays.') %?></dd>
<dt><?% gettext('Channel:') %?></dt>
<dd><?% gettext('The channel to look for matching broadcasts or "all" to search in all known or wanted channels. You can define the wanted channels for AutoTimer in "Configuration".') %?></dd>
<dt><?% gettext('Starts After:') %?></dt>
<dd><?% gettext('A broadcast must start after the time entered here to match. The first text field is for "hour", the second for "minute".') %?></dd>
<dt><?% gettext('Ends Before:') %?></dt>
<dd><?% gettext('A broadcast must end before the time entered here to match. The first text field is for "hour", the second for "minute".') %?></dd>
<dt><?% gettext('Override Start/Stop Margins:') %?></dt>
<dd><?% gettext('Set this option to "yes" if all timers programed by this AutoTimer should have individual start/stop margins and enter the values in the next two text boxes.') %?></dd>
<dt><?% gettext('Time Margin at Start:') %?></dt>
<dd><?% gettext('The number of minutes VDRAdmin-AM subtracts from the broadcasts start time found in the EPG.') %?></dd>
<dt><?% gettext('Time Margin at Stop:') %?></dt>
<dd><?% gettext('The number of minutes VDRAdmin-AM adds to the broadcasts stop time found in the EPG.') %?></dd>
<dt><?% gettext('Priority:') %?></dt>
<dd><?% gettext('An integer in the range <strong>0...99</strong>, defining the <strong>priority</strong> of this timer and of recordings created by this timer. <strong>0</strong> represents the lowest value, <strong>99</strong> 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 <strong>start</strong> time. The first timer in the list with the highest priority will be used.<br /><br />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 <strong>lifetime</strong>) will be removed.<br /><br />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.') %?></dd>
<dt><?% gettext('Lifetime:') %?></dt>
<dd><?% gettext('The <strong>guaranteed</strong> lifetime (in days) of a recording created by this timer. <strong>0</strong> means that this recording may be automatically deleted at any time by a new recording with higher priority. <strong>99</strong> means that this recording will never be automatically deleted. Any number in the range <strong>1...98</strong> means that this recording may not be automatically deleted in favour of a new recording, until the given number of days since the <strong>start</strong> time of the recording has passed by.') %?></dd>
<dt><?% gettext('Episode:') %?></dt>
<dd><?% gettext('Check this box if you want VDRAdmin-AM to append the broadcast\'s EPG subtitle to the recording\'s file name.') %?></dd>
<dt><?% gettext('Remember programmed timers:') %?></dt>
<dd><?% gettext('If you enable this VDRAdmin-AM will track timers it has already programmed automatically. This is useful if want to deactivate or delete timers that have been programmed automatically in the timers listing.') %?></dd>
<dt><?% gettext('Directory:') %?></dt>
<dd>
<?% gettext('The directory this AutoTimer will place the recordings in. If the name shall contain subdirectories, these have to be delimited by \'~\' (since the \'/\' character may be part of a regular programme name).<br />VDRAdmin-AM will append the matching broadcast\'s title and subtitle (if the "Episode" checkbox is marked) to the directory given here.<br /><br />
You can also use the following keywords that are replaced in the final file name by the values supplied by for example <a href="http://tvmovie2vdr.vdr-developer.org">tvm2vdr</a>:
<ul>
<li>%Title% - will become the title of the event.</li>
<li>%Subtitle% - will become the subtitle of the event.</li>
<li>%Director% - will become the director of the event.</li>
<li>%Date% - will become the date of the recording.</li>
<li>%Category% - will become the category of the event (Spielfilm/Serie/...).</li>
<li>%Genre% - will become the genre of the event (Drama/Krimi/..).</li>
<li>%Year% - will become the year of production.</li>
<li>%Country% - will become the country of production.</li>
<li>%Originaltitle% - will become the original title of the event.</li>
<li>%FSK% - will become the FSK from the event.</li>
<li>%Episode% - will become the episode\'s title of the event.</li>
<li>%Rating% - will become the rating of the event from the EPG provider.</li>
</ul>
<h4>Note:</h4>
If you use the above keywords it\'s in your own responsibility to supply the <strong>complete file name</strong> for the recordings! VDRAdmin-AM will not append anything to the resulting string.') %?>
</dd>
</dl>
</td>
</tr>
</table>
</body>
</html>
|