From: Mark Clarkstone Date: Mon, 11 Apr 2016 15:47:55 +0000 (+0100) Subject: mdhelp: even more changes mdhelp: add misc images X-Git-Tag: v4.2.1~665 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b7f25560b470cf36efe39fcc3a4b507621d0c2b;p=thirdparty%2Ftvheadend.git mdhelp: even more changes mdhelp: add misc images --- diff --git a/docs/class/dvrautorec.md b/docs/class/dvrautorec.md index 557cb0a75..5651a3250 100644 --- a/docs/class/dvrautorec.md +++ b/docs/class/dvrautorec.md @@ -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. diff --git a/docs/class/dvrtimerec.md b/docs/class/dvrtimerec.md index f4eb1bf77..eeb477efa 100644 --- a/docs/class/dvrtimerec.md +++ b/docs/class/dvrtimerec.md @@ -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. diff --git a/docs/markdown/dvr_upcoming.md b/docs/markdown/dvr_upcoming.md index dd0a19bda..cf8ff7af2 100644 --- a/docs/markdown/dvr_upcoming.md +++ b/docs/markdown/dvr_upcoming.md @@ -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