summaryrefslogtreecommitdiff
path: root/template/default/help_timer_new.html
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2005-06-01 13:09:21 +0200
committerAndreas Mair <amair.sob@googlemail.com>2005-06-01 13:09:21 +0200
commitd6922e850779c4ff9d8bcbcef9842cf333eb8638 (patch)
tree8b6c0aa816b00ad4a83a30b1241a73ef6b57fcb2 /template/default/help_timer_new.html
parentbebe0382652e0616c8d040b3e217c2a21b81beee (diff)
downloadvdradmin-am-d6922e850779c4ff9d8bcbcef9842cf333eb8638.tar.gz
vdradmin-am-d6922e850779c4ff9d8bcbcef9842cf333eb8638.tar.bz2
2005-06-01: 0.97-am3.3prev0.97-am3.3pre
- Allow browsers to cache all files VDRAdmin sends, except "text/html". This should speed up VDRAdmin but changing the skin or css needs a "shift reload". - Added support for VDR v1.3.25's recording info (Submitted by vejoun). - New config option for the number of columns to display in prog_summary. - Use localized date formates. - Now using "video/x-mpegurl" MIME type instead of "audio/x-mpegurl" for streaming (Suggested by stefan.h). - Added patches supplied by stefan.h: -> using EPG's subtitle when found for AutoTimer else " " (thaht's the VDR way). -> New config option VDRVFAT to find recordings if VDR has been compiled with or without VFAT define. - Fixed calling reccmds on recordings in subdirs, manual recordings (@rectitle) and repeating timer's recordings without episode title. - Fixed streaming of manual recordings (@rectitle) and repeating timer's recordings without episode title. - VDRAdmin-AM now uses the required charsets setting in templates, so no need to write "&xyz;" things in .po files. - Reworked templates to make better use of CSS (for example: timeline colours can be set by style.css). - EPG_PRUNE now is the number of channels to fetch from VDR (had been one too less before). - Added "install.sh" and "uninstall.sh" ("./install.sh -h" for help) (Requested by several people). - Made "name" columns in lists wrapping again (Reported by vejoun). - Deleting a single recording works again (Reported by vejoun). - Fixed streaming of recordings in subdirs (Reported by vejoun). - Added missing gray sign on deactivated AutoTimers (Reported by vejoun).
Diffstat (limited to 'template/default/help_timer_new.html')
-rw-r--r--template/default/help_timer_new.html74
1 files changed, 74 insertions, 0 deletions
diff --git a/template/default/help_timer_new.html b/template/default/help_timer_new.html
new file mode 100644
index 0000000..0a283ef
--- /dev/null
+++ b/template/default/help_timer_new.html
@@ -0,0 +1,74 @@
+<!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 -->
+
+<html>
+
+<head>
+ <meta http-equiv="content-type" content="text/html;<%! charset=ISO-8859-1 !%>" />
+ <title><%! Edit Timer !%></title>
+ <script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
+ <link href="style.css" rel="stylesheet" media="screen" type="text/css" />
+</head>
+
+<body id="timer_new">
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" id="help">
+ <tr height="30">
+ <td width="30" height="30"><img src="bilder/uebersicht_oben_links.gif" alt="" width="30" height="30" border="0" /></td>
+ <td height="30" valign="middle" background="bilder/uebersicht_oben.gif">
+ <h2><%! Edit Timer !%></h2>
+ </td>
+ <td width="30" height="30"><img src="bilder/uebersicht_oben_rechts.gif" alt="" width="30" height="30" border="0" /></td>
+ </tr>
+ <tr>
+ <td width="30" background="bilder/uebersicht_links.gif"></td>
+ <td background="bilder/uebersicht_mitte.gif">
+ <p>Here you can edit a timer's settings.</p>
+ <dl>
+ <dt>Timer Active:</dt>
+ <dd>Activate or deactivate this timer. Deactivated timers are still stored in the timer list so that they can be activated again, but they do not record anything meanwhile.</dd>
+ <dt>AutoTimer Checking:</dt>
+ <dd>Depending on how this timer has been programmed you have up to three possible settings:
+ <dl>
+ <dt>Transmission Identification</dt>
+ <dd>Monitor this timer using the identification provided in the EPG. Please note that this only works if the provided identification is a fix and unique value! This option is not available with timers programmed in VDR.</dd>
+ <dt>Time</dt>
+ <dd>Monitor this timer using the start and stop time.</dd>
+ <dt>off</dt>
+ <dd>Do not monitor this timer.</dd>
+ </dl>
+ </dd>
+ <dt>Channel</dt>
+ <dd>The channel to record.</dd>
+ <dt>Day Of Recording</dt>
+ <dd>The day when the timer should get active. You can enter the day in two formats:
+ <ul>
+ <li>Two digits (DD). This will use the current month and year.</li>
+ <li>ISO norm (YYYY-MM-DD). Program your timers as far in the future as you like.</li>
+ </ul>
+ In case you want to program a repeating timer you can use the seven checkboxes below the text field. Check the box for each day you want the timer to get active.
+ </dd>
+ <dt>Start Time</dt>
+ <dd>This is the time when the timer should start recording. The first text field is for "hour", the second for "minute".
+ <dt>End Time</dt>
+ <dd>This is the time when the timer should stop recording. The first text field is for "hour", the second for "minute".
+ <dt>Priority</dt>
+ <dd>An integer in the range <b>0...99</b>, defining the <b>priority</b> of this timer and of recordings created by this timer. <b>0</b> represents the lowest value, <b>99</b> 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 <b>start</b> 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 <b>lifetime</b>) 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>Lifetime</dt>
+ <dd>The <b>guaranteed</b> lifetime (in days) of a recording created by this timer. <b>0</b> means that this recording may be automatically deleted at any time by a new recording with higher priority. <b>99</b> means that this recording will never be automatically deleted. Any number in the range <b>1...98</b> means that this recording may not be automatically deleted in favour of a new recording, until the given number of days since the <b>start</b> time of the recording has passed by.</dd>
+ <dt>Title of Recording</dt>
+ <dd>The <b>file name</b> this timer will give to a recording. If the name shall contain subdirectories, these have to be delimited by '~' (since the '/' character may be part of a regular programme name).<br /><br />The special keywords <b>TITLE</b> and <b>EPISODE</b>, if present, will be replaced by the title and episode information from the EPG data at the time of recording (if that data is available). If at the time of recording either of these cannot be determined, <b>TITLE</b> will default to the channel name, and <b>EPISODE</b> will default to a blank.</dd>
+ <dt>Summary</dt>
+ <dd>Arbitrary text that describes the recording made by this timer. If this field is not empty, its contents will be written into the <u>summary.vdr</u> file of the recording.</dd>
+ </dl>
+ </td>
+ <td width="30" background="bilder/uebersicht_rechts.gif"></td>
+ </tr>
+ <tr>
+ <td width="30"><img src="bilder/uebersicht_unten_links.gif" alt="" width="30" height="30" border="0" /></td>
+ <td background="bilder/uebersicht_unten.gif"></td>
+ <td width="30"><img src="bilder/uebersicht_unten_rechts.gif" alt="" width="30" height="30" border="0" /></td>
+ </tr>
+ </table>
+</body>
+</html>