]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: complete channel tag doc + add tag dialog screenie
authorMark Clarkstone <hello@markclarkstone.co.uk>
Mon, 9 May 2016 23:19:57 +0000 (00:19 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 11 May 2016 19:09:22 +0000 (21:09 +0200)
docs/class/channeltag.md
src/channels.c
src/webui/static/img/doc/addchanneltagdialog.png [new file with mode: 0644]

index dca068579202716182420f3d9dc7ed2db18cdddb..0373fda630cf5a03726534764a2e4c5c86579b3a 100644 (file)
@@ -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>
+
+---
index 8906ec8e984adc00d8b91682b9e1245031f1c64c..f7ffdd8804f30fd96453a1ab8a38ab8f7f7f592c 100644 (file)
@@ -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,
diff --git a/src/webui/static/img/doc/addchanneltagdialog.png b/src/webui/static/img/doc/addchanneltagdialog.png
new file mode 100644 (file)
index 0000000..17a3163
Binary files /dev/null and b/src/webui/static/img/doc/addchanneltagdialog.png differ