Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: add epg grabber channel doc + screenies
  • Loading branch information
Mark Clarkstone authored and perexg committed May 11, 2016
1 parent 48d61ce commit cee3f79
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
28 changes: 28 additions & 0 deletions 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.

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

---
5 changes: 4 additions & 1 deletion src/epggrab/channel.c
Expand Up @@ -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,
Expand Down
Binary file added src/webui/static/img/doc/epggrabberchannels.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cee3f79

Please sign in to comment.