Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: complete channel tag doc + add tag dialog screenie
  • Loading branch information
Mark Clarkstone authored and perexg committed May 11, 2016
1 parent 5d34323 commit 830d9f3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
26 changes: 25 additions & 1 deletion docs/class/channeltag.md
@@ -1,5 +1,29 @@
This tab is where you manage your channel tags.
This tab is used to configure channel tags. Tags are used to define a
set of channels - to group them, to aid searches, and similar.
Tags are not required by Tvheadend itself, but are useful in media
applications such as Kodi and are a requirement for using Tvheadend
with Movian.

!['Channel tag'](static/img/doc/channeltags.png)

---

<tvh_include>inc/common_button_table_start</tvh_include>

<tvh_include>inc/common_button_table_end</tvh_include>

---

<tvh_include>inc/add_grid_entry</tvh_include>

!['Channel tag dialog'](static/img/doc/addchanneltagdialog.png)

---

<tvh_include>inc/edit_grid_entries</tvh_include>

---

<tvh_include>inc/del_grid_entries</tvh_include>

---
5 changes: 4 additions & 1 deletion src/channels.c
Expand Up @@ -1400,9 +1400,12 @@ channel_tag_class_get_list(void *o, const char *lang)
return m;
}

CLASS_DOC(channeltag)

const idclass_t channel_tag_class = {
.ic_class = "channeltag",
.ic_caption = N_("Channel tag"),
.ic_caption = N_("Channel Tags"),
.ic_doc = tvh_doc_channeltag_class,
.ic_event = "channeltag",
.ic_save = channel_tag_class_save,
.ic_get_title = channel_tag_class_get_title,
Expand Down
Binary file added src/webui/static/img/doc/addchanneltagdialog.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 830d9f3

Please sign in to comment.