]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: add epg grabber channel doc + screenies
authorMark Clarkstone <hello@markclarkstone.co.uk>
Tue, 10 May 2016 00:23:03 +0000 (01:23 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 11 May 2016 19:09:23 +0000 (21:09 +0200)
docs/class/epggrabber_channel.md [new file with mode: 0644]
src/epggrab/channel.c
src/webui/static/img/doc/epggrabberchannels.png [new file with mode: 0644]

diff --git a/docs/class/epggrabber_channel.md b/docs/class/epggrabber_channel.md
new file mode 100644 (file)
index 0000000..652b063
--- /dev/null
@@ -0,0 +1,28 @@
+This tab displays external EPG data used by channels.
+
+!['EPG Grabber Channels Tab'](static/img/doc/epggrabberchannels.png)
+
+---
+
+###Menu Bar/Buttons
+
+The following functions are available:
+
+Button                      | Function
+----------------------------|-------------------
+**Save**                    | Save any changes made to the grid.
+**Undo**                    | Revert any changes made since the last save.
+**Delete**                  | Delete the selected grid entries.
+**Edit**                    | Edit the selected grid entries.
+
+<tvh_include>inc/common_button_table_end</tvh_include>
+
+---
+
+<tvh_include>inc/edit_grid_entries</tvh_include>
+
+---
+
+<tvh_include>inc/del_grid_entries</tvh_include>
+
+---
index f61402608f99d212b3b93273bb7e003469e8e443..3a4348b87596271878d0174e082379e7805b857e 100644 (file)
@@ -719,9 +719,12 @@ epggrab_channel_class_only_one_notify ( void *obj, const char *lang )
   }
 }
 
+CLASS_DOC(epggrabber_channel)
+
 const idclass_t epggrab_channel_class = {
   .ic_class      = "epggrab_channel",
-  .ic_caption    = N_("EPG grabber channel"),
+  .ic_caption    = N_("EPG Grabber Channel"),
+  .ic_doc        = tvh_doc_epggrabber_channel_class,
   .ic_event      = "epggrab_channel",
   .ic_perm_def   = ACCESS_ADMIN,
   .ic_save       = epggrab_channel_class_save,
diff --git a/src/webui/static/img/doc/epggrabberchannels.png b/src/webui/static/img/doc/epggrabberchannels.png
new file mode 100644 (file)
index 0000000..a57bd08
Binary files /dev/null and b/src/webui/static/img/doc/epggrabberchannels.png differ