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

---
+
+<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>
+
+
+
+---
+
+<tvh_include>inc/edit_grid_entries</tvh_include>
+
+---
+
+<tvh_include>inc/del_grid_entries</tvh_include>
+
+---
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,