From: Mark Clarkstone Date: Fri, 15 Apr 2016 23:43:53 +0000 (+0100) Subject: mdhelp: clean-up and rephrase X-Git-Tag: v4.2.1~641 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076507edbcf9bf317a3ac8459e8599eeb24f1024;p=thirdparty%2Ftvheadend.git mdhelp: clean-up and rephrase --- diff --git a/docs/class/dvrautorec.md b/docs/class/dvrautorec.md index 48af2b960..865af44de 100644 --- a/docs/class/dvrautorec.md +++ b/docs/class/dvrautorec.md @@ -28,18 +28,20 @@ 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). +"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". + `^(New\\: )?Regular Show$` | Matches "Regular Show" and (if it exists) "New: Regular Show". -EPG events matched by an autorec rule will appear as a [DVR Entry](class/dvrentry), this -includes events that are already in-progress. +Matching events will be added to the +*[Upcoming/Current Recordings](class/dvrentry)* tab. +**Note that if your rule matches any in-progress events they will +automatically start being recorded.** --- diff --git a/docs/class/dvrentry.md b/docs/class/dvrentry.md index 9e05094dc..ec8543ed6 100644 --- a/docs/class/dvrentry.md +++ b/docs/class/dvrentry.md @@ -64,7 +64,7 @@ See [Autorec](class/dvrautorec) for more information. ####Adding a Timer Event -You can set time-based entries using the [Timer](class/dvrtimerec) tab. +You can set time-based entries using the [Timers](class/dvrtimerec) tab. ####Manual Event Entry/Editing an Entry