]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
HELP: Update help text AutoREC and Time Schedules
authorPiotr Kuchciak <piotr.kuchciak@gmail.com>
Thu, 23 Oct 2014 15:19:16 +0000 (17:19 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 24 Oct 2014 16:06:05 +0000 (18:06 +0200)
docs/html/dvr_autorec.html
docs/html/dvr_timerec.html

index aa72b3757a67774822ef16b983a540676533e1a5..e951bf1ab7853abb78baff93addb39c0f7c8a2eb 100644 (file)
@@ -1,10 +1,12 @@
 <div class="hts-doc-text">
- This tab is used to manipulate with the Digital Video Recorder entries -
- the automatic recording.
- <p>
- <img src="docresources/dvrautorecentries.png">
- </p>
- <p>
+This tab is used to create and maintain Digital Video Recorder rules. These can be EPG-driven (such as those created from the initial EPG tab) through the DVR AutoRec Entries tab , or can be timer-based through the Time Schedules tab.
+<br>
+<br>
+This tab controls EPG-driven recording rules.
+<p>
+<img src="docresources/dvrautorecentries.png">
+</p>
+<p>
 <br>
 <hr>
 <b>Buttons</b>
 Buttons have the following functions:
 <br><br>
 <dl>
-  <dt><b>Add</b>
-  <dd>
-  ?
-  <p>
-  <dt><b>Delete</b>
-  <dd>
-  ?
-  <p>
-  <dt><b>Edit</b>
-  <dd>
-  ?
-  <p>
-  <dt><b>Save</b>
-  <dd>
-  ?
-  <p>
-  <dt><b>Undo</b>
-  <dd>
-  ?
-  <p>
-  </dl>
-  <p>
+<dt><b>Add</b>
+<dd>
+Add and configure a recording rule - define the channel, schedule, DVR configuration, priority, etc.
+<p>
+<dt><b>Delete</b>
+<dd>
+Delete an existing recording rule.
+<p>
+<dt><b>Edit</b>
+<dd>
+Manually edit an existing recording rule. This uses the same fields as <b>Add</b>, but they're pre-populated with their current values.
+<p>
+<dt><b>Save</b>
+<dd>
+Saves any changes made to the recording rule list.
+<p>
+<dt><b>Undo</b>
+<dd>
+Undoes any changes made to the recording rules list (any changed fields will be marked with a small red triangle).
+<p>
+</dl>
+<p>
 <br>
 <hr>
 <b>Columns</b>
 <hr>
 The columns have the following functions:
 <br><br>
- <dl>
-  <dt><b>Checkbox</b>
-  <dd>
-  ?
-  <p>
+<dl>
+<dt><b>Enabled</b>
+<dd>
+Check or clear this box to enable or disable this rule.
+<p>
 <dt><b>Name</b>
-  <dd>
-  ?
- <p>
- <dt><b>Title (Regexp)</b>
-  <dd>
-  ?
- <p>
- <dt><b>Channel</b>
-  <dd>
-  ?
- <p>
- <dt><b>Channel Tag</b>
-  <dd>
-  ?
- <p>
- <dt><b>Content Type</b>
-  <dd>
-  ?
- <p>
- <dt><b>Minimal Duration</b>
-  <dd>
-  ?
- <p>
-  <dt><b>Maximal Duration</b>
-  <dd>
-  ?
-  <p>
-  <dt><b>Week Days</b>
-  <dd>
-  ?
-  <p>
-  <dt><b>Starting Around</b>
-  <dd>
-  ?
-  <p>
-  <dt><b>Priority</b>
-  <dd>
-  ?
-  <p>
-  <dt><b>DVR Configuration</b>
-  <dd>
-  ?
- <p>
- <dt><b>Creator</b>
-  <dd>
-  ?
- <p>
- <dt><b>Comment</b>
-  <dd>
-  ?
- <p>
-
+<dd>
+The name you've given to the rule, e.g. 'Stuff involving Jeremy Clarkson'.
+<p>
+<dt><b>Title (Regexp)</b>
+<dd>
+The title of the programme to look for. Note that this accepts case-insensitive regular expressions, so you can use pattern matching as Tvheadend scans the EPG for programmes to record.
+<p>
+<dt><b>Channel</b>
+<dd>
+The channel on which this rule applies, i.e. the channel you're aiming to record.
+<p>
+<dt><b>Channel Tag</b>
+<dd>
+A channel tag (e.g. a group of channels) on which this rule applies.
+<p>
+<dt><b>Content Type</b>
+<dd>
+The content type (Movie/Drama, Sports...) to be used to filter matching events/programmes.
+<p>
+<dt><b>Minimal Duration</b>
+<dd>
+The minimal duration of a matching event - in other words, only match programmes that are no shorter than this duration.
+<p>
+<dt><b>Maximal Duration</b>
+<dd>
+The maximal duration of a matching event - in other words, only match programmes that are no longer than this duration.
+<p>
+<dt><b>Week Days</b>
+<dd>
+On which specific days of the week to find matching programmes.
+<p>
+<dt><b>Starting Around</b>
+<dd>
+An approximate starting time for matching programmes.
+<br>
+<br>
+I'd need to check the code to see how this works to expand on this any further. It used to be:
+<br>
+<br>
+Only record events if they are scheduled +-15 minutes from this given time.
+<p>
+<dt><b>Priority</b>
+<dd>
+The priority of any recordings set because of this rule: important, high, normal, low, unimportant.
+<p>
+<dt><b>DVR Configuration</b>
+<dd>
+The DVR configuration (e.g. extra start/stop time, post-processing rules) to be used for any recordings set because of this rule.
+<p>
+<dt><b>Creator</b>
+<dd>
+The creator of the rule. Automatically set.
+<p>
+<dt><b>Comment</b>
+<dd>
+A free-text comment. Not used otherwise.
+<p>
 </div>
index 78c0624aa42a899396f4878a492ac8f5ffd4dd23..9643d280011a78d51bae4799d901473268ad0438 100644 (file)
@@ -1,9 +1,11 @@
 <div class="hts-doc-text">
- This tab is used to manipulate with the Digital Video Recorder entries -
- the time-based automatic recording.
+This tab is used to create and maintain Digital Video Recorder rules. These can be EPG-driven (such as those created from the initial EPG tab) through the DVR AutoRec Entries tab , or can be timer-based through the Time Schedules tab.
+<br>
+<br>
+This tab controls timer-driven recording rules.
 <p>
 <img src="docresources/timeschedules.png">
- <p>
+<p>
 <br>
 <hr>
 <b>Buttons</b>
 Buttons have the following functions:
 <br><br>
 <dl>
-  <dt><b>Add</b>
-  <dd>
-  ?
-  <p>
-  <dt><b>Delete</b>
-  <dd>
-  ?
-  <p>
-  <dt><b>Edit</b>
-  <dd>
-  ?
-  <p>
-  <dt><b>Save</b>
-  <dd>
-  ?
-  <p>
-  <dt><b>Undo</b>
-  <dd>
-  ?
-  <p>
-  </dl>
-  <p>
+<dt><b>Add</b>
+<dd>
+Add and configure a recording rule - define the channel, schedule, DVR configuration, priority, etc.
+<p>
+<dt><b>Delete</b>
+<dd>
+Delete an existing recording rule.
+<p>
+<dt><b>Edit</b>
+<dd>
+Manually edit an existing recording rule. This uses the same fields as Add, but they're pre-populated with their current values.
+<p>
+<dt><b>Save</b>
+<dd>
+Saves any changes made to the recording rule list.
+<p>
+<dt><b>Undo</b>
+<dd>
+Undoes any changes made to the recording rules list (any changed fields will be marked with a small red triangle).
+<p>
+</dl>
+<p>
 <br>
 <hr>
 <b>Columns</b>
 <hr>
 The columns have the following functions:
 <br><br>
- <dl>
-  <dt><b>Enabled</b>
-  <dd>
-  ?
-  <p>
+<dl>
+<dt><b>Enabled</b>
+<dd>
+Check or clear this box to enable or disable this rule.
+<p>
 <dt><b>Name</b>
-  <dd>
-  ?
- <p>
- <dt><b>Title</b>
-  <dd>
-  ?
- <p>
- <dt><b>Channel</b>
-  <dd>
-  ?
- <p>
- <dt><b>Week Days</b>
-  <dd>
-  ?
- <p>
- <dt><b>Start</b>
-  <dd>
-  ?
- <p>
- <dt><b>Stop</b>
-  <dd>
-  ?
- <p>
-  <dt><b>Priority</b>
-  <dd>
-  ?
-  <p>
-  <dt><b>DVR Configuration</b>
-  <dd>
-  ?
- <p>
- <dt><b>Comment</b>
-  <dd>
-  ?
- <p>
+<dd>
+The name you've given to the rule, e.g. 'Evening cartoons for the children'.
+<p>
+<dt><b>Title</b>
+<dd>
+Not sure how this differs from **Name* *
+<br>
+<br>
+The default format string suggests Time-[date]-[time]:
+<br>
+<br>
+%x The local date, formatted according to your locale settings
+%R The time in HH;MM format
+<p>
+<dt><b>Channel</b>
+<dd>
+The channel on which this rule applies, i.e. the channel you're aiming to record.
+<p>
+<dt><b>Week Days</b>
+<dd>
+On which specific days of the week you wish this rule to be active (e.g. only record channel XXX at xx:yy on Saturdays and Sundays).
+<p>
+<dt><b>Start</b>
+<dd>
+Start recording at this time.
+<p>
+<dt><b>Stop</b>
+<dd>
+Stop recording at this time.
+<p>
+<dt><b>Priority</b>
+<dd>
+The priority of any recordings set because of this rule: important, high, normal, low, unimportant.
+<p>
+<dt><b>DVR Configuration</b>
+<dd>
+The DVR configuration (e.g. extra start/stop time, post-processing rules) to be used for any recordings set because of this rule.
+<p>
+<dt><b>Comment</b>
+<dd>
+A free-text comment. Not used otherwise.
+<p>
 </div>