Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: even more changes mdhelp: add misc images
  • Loading branch information
Mark Clarkstone authored and perexg committed Apr 13, 2016
1 parent 6b568cd commit 7b7f255
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
34 changes: 34 additions & 0 deletions docs/class/dvrautorec.md
Expand Up @@ -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.
20 changes: 20 additions & 0 deletions docs/class/dvrtimerec.md
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/markdown/dvr_upcoming.md
Expand Up @@ -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
Expand Down

0 comments on commit 7b7f255

Please sign in to comment.