]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: clean-up and rephrase
authorMark Clarkstone <hello@markclarkstone.co.uk>
Fri, 15 Apr 2016 23:43:53 +0000 (00:43 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 17 Apr 2016 17:17:24 +0000 (19:17 +0200)
docs/class/dvrautorec.md
docs/class/dvrentry.md

index 48af2b9603a78f53210944d5354c11e6d65546ee..865af44de9f3137c3d2e0a57aeb18b16af21361a 100644 (file)
@@ -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.**
 
 ---
 
index 9e05094dca871ffc72664e3f9c9db77f0ab0c9ae..ec8543ed6f97f906b3af872aa2e6615e7cf52d85 100644 (file)
@@ -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