]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: even more changes mdhelp: add misc images
authorMark Clarkstone <hello@markclarkstone.co.uk>
Mon, 11 Apr 2016 15:47:55 +0000 (16:47 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 13 Apr 2016 14:46:05 +0000 (16:46 +0200)
docs/class/dvrautorec.md
docs/class/dvrtimerec.md
docs/markdown/dvr_upcoming.md

index 557cb0a7511c55c61c249f15aee3ee6b181f2164..5651a32500f16cf42b4c3b4cf01f088b161ea37e 100644 (file)
@@ -6,3 +6,37 @@ Any EPG events matched by an auto-recording rule will appear as a
 [DVR Entry](class/dvrentry).
 
 ---
+
+###Adding an Entry/Rule
+
+You can add an entry by pressing the *[Add]* button from the menu bar.
+
+For example, if you wanted to record any programs matching "BBC News" on 
+BBC One you would enter something like this into the add entry dialog: 
+
+!['Autorec' example entry](docresources/dvrautorecadd.png)
+
+This uses a regular expression (regex) to match the program title 
+"BBC News" exactly, otherwise event titles containing the phrase would also 
+match (e.g "BBC News at One", "BBC News at Six" etc).
+
+Regular expressions examples:
+
+Regex                             | Description
+----------------------------------|------------
+ `^BBC News$`                     | Matches "BBC News" exactly.
+ `^(New\\: )?Regular Show$`       | Matches "Regular Show" and (if it exists) "New: Regular Show".
+
+###Editing an Entry
+
+Highlight (select) the desired entry within the grid then click the *[Edit]* 
+button from the menu bar.
+
+**Tip**: You can quickly make changes to an entry by double-clicking on 
+the desired field within the grid. See *Editing Fields* on the [Web interface Guide - General](webui_general) 
+page for details.
+
+###Deleting an Entry
+
+Highlight (select) the desired entry within the grid then click the *[Delete]* 
+button from the menu bar.
index f4eb1bf77f9d85d3229bdd86db7d21e5de67c9a7..eeb477efa0ef9f5bcc61a8fc5197e1bc1d795ea5 100644 (file)
@@ -5,3 +5,23 @@ This tab controls timer-driven recording rules.
 Timer events will appear as a [DVR Entry](class/dvrentry).
 
 ---
+
+###Adding an Entry
+
+You can add an entry by pressing the *[Add]* button from the menu bar.
+
+![Timer add example](docresources/dvrtimeradd.png)
+
+###Editing an Entry
+
+Highlight (select) the desired entry within the grid then click the *[Edit]* 
+button from the menu bar.
+
+**Tip**: You can quickly make changes to an entry by double-clicking on 
+the desired field within the grid. See *Editing Fields* on the [Web interface Guide - General](webui_general) 
+page for details.
+
+###Deleting an Entry
+
+Highlight (select) the desired entry within the grid then click the *[Delete]* 
+button from the menu bar.
index dd0a19bdad2b65e5f57b422358717b856bc647c8..cf8ff7af243828f495a804e040f9564510d8abf2 100644 (file)
@@ -49,7 +49,7 @@ See the [DVR Entries](class/dvrentry) page for a more detailed look at
 the various entry options.
 
 **Tip**: You can quickly make changes to an entry by double-clicking on 
-the desired field within the grid - see *Editing Fields* on the [Web interface Guide - General](webui_general) 
+the desired field within the grid. See *Editing Fields* on the [Web interface Guide - General](webui_general) 
 page for details.
 
 ###Deleting an Entry/Stopping an In-progress Recording