From 3b435214562ad3acdc9d89ab3ee640e89a9d2dfb Mon Sep 17 00:00:00 2001 From: Piotr Kuchciak Date: Wed, 15 Oct 2014 15:08:26 +0200 Subject: [PATCH] WEBUI: Correct help and cosmetic --- docs/html/config_access.html | 21 ++++-------- docs/html/config_dvrfailed.html | 2 +- docs/html/config_dvrfinished.html | 2 +- docs/html/config_dvrupcoming.html | 55 +++++++++++++++++++++++-------- docs/html/config_tvadapters.html | 6 ++-- 5 files changed, 54 insertions(+), 32 deletions(-) diff --git a/docs/html/config_access.html b/docs/html/config_access.html index 538246b4..d13eb637 100644 --- a/docs/html/config_access.html +++ b/docs/html/config_access.html @@ -41,18 +41,15 @@ The columns have the following functions:
Enabled -
Make the entry participate in access control. If disabled, the entry - is inactive. +
Enable this access control rule. Uncheck the box to disable.
Username
- Name of user, if no username is needed for match it should contain a - single asterisk (*). + Login name to be used. If no username is required, this entry should contain a single asterisk (*).
Password
- Password to combine with user, if username is '*' (unused), the password - should be the same. + Login password to be used. If username is '*' (unused), the password should be the same (i.e. match any username/password combination, or no username/password required).
Network prefix
@@ -61,8 +58,7 @@ The columns have the following functions:
Streaming
- Enables access to streaming function. The 'streaming' access is enough to - make Showtime (over HTSP) work. + Enables access to streaming functionality. This permission is enough to stream over HTSP to VLC, Showtime and similar.
Advanced Streaming
@@ -89,18 +85,15 @@ The columns have the following functions:
Limit Connections
- If nonzero, the user will be limited to this amount of streaming - connection at a time. + If set, this will limit the number of concurrent streaming connections a user is permitted to have. 0=disabled
Min Channel Num
- If nonzero, the user will only be able to access channels with - a channel number equal or greater to this value. + If non-zero, this sets the lower limit of the channels accessible by a user, i.e. the user will only be able to access channels where the channel number is equal to or greater than this value.
Max Channel Num
- If nonzero, the user will only be able to access channels with - a channel number equal or lower to this value. + If non-zero, this sets the upper limit of the channels accessible by a user, i.e. the user will only be able to access channels where the channel number is equal to or less than this value.
Channel Tag
diff --git a/docs/html/config_dvrfailed.html b/docs/html/config_dvrfailed.html index da40a3ea..a500c569 100644 --- a/docs/html/config_dvrfailed.html +++ b/docs/html/config_dvrfailed.html @@ -18,7 +18,7 @@ Buttons have the following functions:

Download
- If clicked download selected failed recordings you can downloaded recordings to your disk. After clicked you ask to select path. + Click this button to download the selected failed recordings to a local disk. You will be prompted to select the path for the saved file(s).


diff --git a/docs/html/config_dvrfinished.html b/docs/html/config_dvrfinished.html index e7beec6a..e25f148a 100644 --- a/docs/html/config_dvrfinished.html +++ b/docs/html/config_dvrfinished.html @@ -18,7 +18,7 @@ Buttons have the following functions:

Download
- If clicked download selected finished recordings you can downloaded recordings to your disk. After clicked you ask to select path. + Click this button to download the selected finished recordings to a local disk. You will be prompted to select the path for the saved file(s).


diff --git a/docs/html/config_dvrupcoming.html b/docs/html/config_dvrupcoming.html index bd2182ad..b619ed3e 100644 --- a/docs/html/config_dvrupcoming.html +++ b/docs/html/config_dvrupcoming.html @@ -12,10 +12,31 @@ This tab show your all upcoming/current recordings. Buttons have the following functions:

+
Add +
+ Add and configure a recording event by hand as opposed to choosing something from the EPG. This is useful if you wish to record something that isn't yet in the EPG, or record at a particular time that perhaps spans several EPG events. +

Delete
If clicked delete selected upcoming/current recordings you delete recordings. Before deleted show message: Do you really want to delete the selection ? Answer Yes or No. -
+

+

Abort +
+ Abort an already-underway recording. Note that this does not remove the (partial) recording file from disk. +

+

Edit +
+ Manually edit an already-scheduled recording event. This uses the same fields as Add, but they're obviously pre-populated with their current values. +

+

Save +
+ Saves any changes made to the recording list. +

+

Undo +
+ Undoes any changes made to the recording list. +

+



@@ -26,49 +47,57 @@ The columns have the following functions:
Details
- Show clock status or red point status and blue icon "i". Red point status means current recording and clock status means scheduled recording. After click on icon "i" you see info about select upcoming/current recordings. + Shows the status of the recording event:
+
+ Clock - the recording is scheduled (upcoming).
+
+ Record symbol (red circle) - the recording is active and underway (current).
+
+ InInfo - displays detailed information about the selected recording (upcoming or current).

Title
- Showing title of record. + The title (name) of the recording. While this is copied from the EPG when you create a recording, it's not used to match the event itself and is thus used here as the name of the event (see also: adding an event manually with the Add button).

-

Episod +
Episode
- Showing number episod of record. + The episode number of the recording (whether this is available depends on your broadcaster and/or EPG data source).

Priority
- Showing priority of record. + The priority of the recording: Not set, Important, High, Normal, Low, Unimportant. +
+ If there is a clash, more important recordings will take priority over less important ones.

Scheduled Start Time
- Showing date and time when the recording was started. + The date and time when the scheduled recording will start. Note that this includes any extra time defined in the recording profile (e.g. "start two minutes earlier than the EPG start time").

Scheduled Stop Time
- Showing date and time when the recording was stoped. + The date and time when the scheduled recording will stop. Note that this includes any extra time defined in the recording profile (e.g. "finish recording five minutes after the EPG stop time").

Duration
- Showing how long it took the recording. + The total duration of the scheduled recording, including any extra time before or after.

Channel Name
- Showing the name of the channel from which the recording will be made. + The channel to be recorded.

Creator
- Showing the name of the user who created the recording. + The user who created the recording or the auto-recording source and IP address if scheduled by a matching rule.

DVR Configuration
- Showing the name of DVR Configuration which is use to record. + The DVR configuration to be used for this recording.

Schedule Status
- Showing the status info of record. + The status of the recording(scheduled or recording).

\ No newline at end of file diff --git a/docs/html/config_tvadapters.html b/docs/html/config_tvadapters.html index a6433445..a65428d4 100644 --- a/docs/html/config_tvadapters.html +++ b/docs/html/config_tvadapters.html @@ -19,11 +19,11 @@

Name
The name of this tuner.
-
Over-the-air EPG
-
Allow OTA EPG (epggrab) scan on this input device
+
Over-the-Air EPG
+
Enable over-the-air programme guide (EPG) scanning on this input device.
Networks
-
Allow to select networks which use on this input device
+
Associate this device with one or more networks.
Priority
The tuner priority value (higher value = higher priority to use this