Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: minor changes
  • Loading branch information
Mark Clarkstone authored and perexg committed Apr 13, 2016
1 parent 4d666de commit f4f261d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/class/dvrautorec.md
Expand Up @@ -2,9 +2,6 @@ This tab controls EPG-driven recording rules.

!['Autorec' Tab](docresources/dvrautorecentries.png)

Any EPG events matched by an auto-recording rule will appear as a
[DVR Entry](class/dvrentry).

---

###Adding an Entry/Rule
Expand All @@ -26,6 +23,9 @@ Regex | Description
----------------------------------|------------
`^BBC News$` | Matches "BBC News" exactly.
`^(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.

###Editing an Entry

Expand Down
4 changes: 2 additions & 2 deletions docs/class/dvrtimerec.md
Expand Up @@ -2,8 +2,6 @@ This tab controls timer-driven recording rules.

![Timer Tab](docresources/timeschedules.png)

Timer events will appear as a [DVR Entry](class/dvrentry).

---

###Adding an Entry
Expand All @@ -12,6 +10,8 @@ You can add an entry by pressing the *[Add]* button from the menu bar.

![Timer add example](docresources/dvrtimeradd.png)

Note that when you create a rule/entry it will also generate a [DVR Entry](class/dvrentry).

###Editing an Entry

Highlight (select) the desired entry within the grid then click the *[Edit]*
Expand Down

0 comments on commit f4f261d

Please sign in to comment.