]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: shuffle some tips, update title property description for dvrtimerec, plus...
authorMark Clarkstone <hello@markclarkstone.co.uk>
Thu, 26 May 2016 14:47:21 +0000 (15:47 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 27 May 2016 16:14:29 +0000 (18:14 +0200)
docs/class/dvrautorec.md
docs/class/dvrtimerec.md
docs/markdown/inc/add_grid_entry.md
docs/markdown/inc/edit_grid_entries.md
src/dvr/dvr_timerec.c

index 7b14cecef8884e9c1445a7eba1fc5a4c7b4567b4..20c9eec16e9fce000fd3c97b4504e76e95f9d2d1 100644 (file)
@@ -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: 
 
index ad5db0cae96fb55ba8720cec7ef2403c5cc62ba6..75b774d9d2a72cd999325340a5f0e4d74763b57e 100644 (file)
@@ -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).
index 05a78a1d33f8861c5f7bb0dd3a06a6977656832d..806053818136146f9c9ae371730b7757b0d6ecc7 100644 (file)
@@ -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.
index e94600ce862da7a0067986a4d39ab10228b5424d..cafef24b48951b5a164c6b209703c0102d71f383 100644 (file)
@@ -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
 
@@ -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.
 
index e6ed2770093ebf6d4a770e150fefa08f5f5b71c1..7be194d3707bccc2eb04dade46deeba5c42635aa 100644 (file)
@@ -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",