Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: shuffle some tips, update title property description for dvrt…
…imerec, plus other minor changes.
  • Loading branch information
Mark Clarkstone authored and perexg committed May 27, 2016
1 parent 03445dc commit 642af5a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
2 changes: 2 additions & 0 deletions docs/class/dvrautorec.md
Expand Up @@ -12,6 +12,8 @@ This tab controls EPG-driven recording rules.

<tvh_include>inc/add_grid_entry</tvh_include>

####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:

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

<tvh_include>inc/add_grid_entry</tvh_include>

####Example

This is an example of a one-time timer-based recording entry:

![Timer add example](static/img/doc/dvrtimeradd.png)

Note that when you create a rule/entry it will also generate a [DVR Entry](class/dvrentry).
Expand Down
7 changes: 4 additions & 3 deletions docs/markdown/inc/add_grid_entry.md
Expand Up @@ -3,8 +3,9 @@
To add an entry click the *[Add]* button from the menu bar, the add
dialog should now be displayed. A common set of fields is used for the
add dialog, most of which can be seen in the grid view.

Pressing the *[Save]* button (at the bottom of the dialog)
will commit your changes and close the dialog, pressing the *[Apply]*
button will commit your changes but won't close the dialog, pressing
the *[Cancel]* button closes the dialog - any unsaved changes will be
will commit your changes and close the dialog, the *[Apply]*
button will commit your changes but won't close the dialog,
the *[Cancel]* button closes the dialog, any unsaved changes will be
lost.
13 changes: 7 additions & 6 deletions docs/markdown/inc/edit_grid_entries.md
@@ -1,10 +1,6 @@
###Editing an Entry

There are two methods to editing an entry.

<tvh_include>inc/selecting_entries_tip</tvh_include>

<tvh_include>inc/paging_tip</tvh_include>
There are two methods for editing an entry.

####Editing in the Grid

Expand All @@ -17,12 +13,17 @@ After a cell is changed, a small red flag or triangle will appear in
the top-left corner to indicate that it has been changed. These changes
can now be kept (*[Save]* button), or abandoned (*[Undo]* button).

<tvh_include>inc/selecting_entries_tip</tvh_include>

<tvh_include>inc/paging_tip</tvh_include>

####Using the *[Edit]* Button

Highlight (select) the entries in the grid that you'd like to edit, then
click the *[Edit]* button from the menu bar, the edit dialog should now
be displayed. A common set of fields is used for the edit dialog, most
of which can be seen in the grid view. Note that when editing
of which can be seen in the grid view.
Note that when editing
multiple entries there is an additional check box before each setting,
ticking it will apply that setting to all selected entries.

Expand Down
2 changes: 1 addition & 1 deletion src/dvr/dvr_timerec.c
Expand Up @@ -549,7 +549,7 @@ const idclass_t dvr_timerec_entry_class = {
.type = PT_STR,
.id = "title",
.name = N_("Title"),
.desc = N_("Title of the recording."),
.desc = N_("Title of the recording - this is used to generate the filename."),
.doc = prop_doc_dvr_timerec_title_format,
.off = offsetof(dvr_timerec_entry_t, dte_title),
.def.s = "Time-%F_%R",
Expand Down

0 comments on commit 642af5a

Please sign in to comment.