From 32e84da8cc92fc7c69e6ecbf6d937145018f96f2 Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Fri, 23 Sep 2005 10:26:48 +0200 Subject: =?UTF-8?q?2005-09-23:=200.97-am3.4=20-=20Send=20valid=20"Expires"?= =?UTF-8?q?=20header=20(Submitted=20by=20Ville=20Skytt=C3=A4).=20-=20Open?= =?UTF-8?q?=20failure=20of=20vdradmind.done=20reported=20wrong=20filename?= =?UTF-8?q?=20(Submitted=20by=20Ville=20Skytt=C3=A4).=20-=20Deliver=20vali?= =?UTF-8?q?dated=20HTML=20(Reported=20by=20Ville=20Skytt=C3=A4).=20-=20Dis?= =?UTF-8?q?play=20name=20of=20recordings/timers...=20that=20will=20be=20de?= =?UTF-8?q?leted=20(Requested=20by=20Richard=20Lithvall).=20-=20Channels?= =?UTF-8?q?=20list=20in=20AutoTimer=20only=20shows=20selected=20channels?= =?UTF-8?q?=20if=20selective=20channels=20are=20active=20for=20AT.=20-=20A?= =?UTF-8?q?dded=20"chmod"=20for=20grabbed=20images=20of=20TV=20so=20that?= =?UTF-8?q?=20everyone=20can=20read/write=20the=20file=20(Submitted=20by?= =?UTF-8?q?=20Udo=20Richter).=20-=20Added=20"-d"=20argument=20to=20set=20t?= =?UTF-8?q?he=20configuration=20folder=20(Submitted=20by=20Rene=20Bredlau)?= =?UTF-8?q?.=20-=20Fixed=20handling=20for=20recording=20on=20February,=202?= =?UTF-8?q?9th=20for=20VDR=20>=3D1.3.26=20(Submitted=20by=20Rene=20Bredlau?= =?UTF-8?q?).=20-=20Alternativly=20use=20Locale::Messages=20if=20Locale::g?= =?UTF-8?q?ettext=20not=20found=20(Submitted=20by=20Ville=20Skytt=C3=A4).?= =?UTF-8?q?=20-=20Fixed=20"send=20command"=20error=20message=20(Submitted?= =?UTF-8?q?=20by=20Ville=20Skytt=C3=A4).=20-=20Display=20free=20disk=20siz?= =?UTF-8?q?e=20as=20float=20instead=20of=20integer=20(Submitted=20by=20Har?= =?UTF-8?q?dy=20Flor).=20-=20Step=20forward/backward=20a=20day=20in=20"Pla?= =?UTF-8?q?ying=20today"=20(Requested=20by=20T=C3=BCddelkopp)=20-=20Enable?= =?UTF-8?q?/disable=20selective=20channels=20in=20"Playing=20today"=20(Req?= =?UTF-8?q?uested=20by=20Reiner=20Buehl)=20-=20Added=20images=20in=20prog?= =?UTF-8?q?=5Fdetail;=20needs=20external=20tool=20that=20provides=20these?= =?UTF-8?q?=20images;=20must=20be=20configured=20first!=20(Requested=20by?= =?UTF-8?q?=20several=20people)=20-=20Fixed=20display=20of=20login=20page?= =?UTF-8?q?=20(Reported=20by=20DrSat)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/default/help_config.html | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'template/default/help_config.html') diff --git a/template/default/help_config.html b/template/default/help_config.html index acc7d59..705412b 100644 --- a/template/default/help_config.html +++ b/template/default/help_config.html @@ -15,10 +15,14 @@ +
+ + + - + @@ -33,7 +37,7 @@ -

<%! General Settings !%>

+

<%! General Settings !%>

<%! Skin: !%>
<%! The skin you want to use. !%>
@@ -47,7 +51,7 @@
-

<%! VDR !%>

+

<%! VDR !%>

<%! Number of DVB cards: !%>
<%! The number of DVB cards VDR can access. Depending on this value VDRAdmin will calculate critical timers in the Timer menu. !%>
@@ -55,11 +59,13 @@
<%! The path to VDR's recordings. It's used so that VDRAdmin can locate the recordings when using Recordings Streaming and reccmds.conf in the Recordings menu. !%>
<%! Path to configuration files: !%>
<%! The path where VDR's configuration files are located. If this directory contains the file reccmds.conf its content is shown in a selectbox in the Recordings menu. !%>
+
<%! Path to EPG images: !%>
+
<%! The path where the EPG images are stored. !%>
-

<%! Identification !%>

+

<%! Identification !%>

<%! Username: !%>
<%! The username for the main user, i.e. the user having the most privileges. !%>
@@ -75,7 +81,7 @@
-

<%! Timeline !%>

+

<%! Timeline !%>

<%! Hours: !%>
<%! The number of hours to show in the timeline. !%>
@@ -85,7 +91,7 @@
-

<%! AutoTimer !%>

+

<%! AutoTimer !%>

<%! Active: !%>
<%! Activate or deactivate the AutoTimer function. !%>
@@ -99,7 +105,7 @@
-

<%! Timer !%>

+

<%! Timer !%>

<%! Priority: !%>
<%! 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. !%>
@@ -113,7 +119,7 @@
-

<%! Streaming !%>

+

<%! Streaming !%>

<%! Live Streaming: !%>
<%! Enable or disable live streaming using the streamdev plugin. You also have to set the correct HTTP Port for Streamdev below. !%>
@@ -127,7 +133,7 @@
-

<%! Expert !%>

+

<%! Expert !%>

<%!

This section is for experts only, i.e. you know what you are doing!

!%>
<%! Read EPG directly using epg.data: !%>
@@ -140,10 +146,10 @@
-

<%! Channel Selections !%>

+

<%! Channel Selections !%>

<%!

If you want to limit the number of channels used in some parts of VDRAdmin, this is for you!

Use the radio buttons to activate or deactivate the wanted channels in the named menu.

-

To add channels to the list of wanted channels you have to select them in the left side selectbox and click >>>>>. If you want to remove channels from the list of wanted channels you have to select them in the right side selectbox and click <<<<<.

!%> +

To add channels to the list of wanted channels you have to select them in the left side selectbox and click . If you want to remove channels from the list of wanted channels you have to select them in the right side selectbox and click .

!%>
@@ -155,6 +161,7 @@

<%! Configuration !%>

<%! Configuration !%>

+
-- cgit v1.2.3