<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:
<tvh_include>inc/add_grid_entry</tvh_include>
+####Example
+
+This is an example of a one-time timer-based recording entry:
+

Note that when you create a rule/entry it will also generate a [DVR Entry](class/dvrentry).
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.
###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
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.
.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",