From: Mark Clarkstone Date: Tue, 10 May 2016 00:23:03 +0000 (+0100) Subject: mdhelp: add epg grabber channel doc + screenies X-Git-Tag: v4.2.1~531 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cee3f7972a4d12ba15015fdaf97334779708ce52;p=thirdparty%2Ftvheadend.git mdhelp: add epg grabber channel doc + screenies --- diff --git a/docs/class/epggrabber_channel.md b/docs/class/epggrabber_channel.md new file mode 100644 index 000000000..652b0636f --- /dev/null +++ b/docs/class/epggrabber_channel.md @@ -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. + +inc/common_button_table_end + +--- + +inc/edit_grid_entries + +--- + +inc/del_grid_entries + +--- diff --git a/src/epggrab/channel.c b/src/epggrab/channel.c index f61402608..3a4348b87 100644 --- a/src/epggrab/channel.c +++ b/src/epggrab/channel.c @@ -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 index 000000000..a57bd0801 Binary files /dev/null and b/src/webui/static/img/doc/epggrabberchannels.png differ