]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: tweak some more docs/properties, update base config screenshot
authorMark Clarkstone <hello@markclarkstone.co.uk>
Fri, 6 Jan 2017 21:45:51 +0000 (21:45 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 15 Feb 2017 10:41:08 +0000 (11:41 +0100)
docs/property/config_channelname_scheme.md
docs/property/config_picon_path.md
docs/property/config_picon_servicetype.md
src/config.c
src/webui/static/img/doc/configbaseall.png

index 1add8c8aaaca92efb1d62ab8af54feb6c30a043b..905bb56e5adbe2babc2dec7c9da882b281d79bd6 100644 (file)
@@ -1,9 +1,9 @@
 : 
-You must correctly set the *Channel icon path* (above) to be able to generate icon 
-filenames. Note that changing this option **won't** automatically (re-)generate 
-icon filenames, you must manually (re-)generate them using the 
-*[Reset Icons]* button in the *Configuration -> Channel / EPG -> Channels* 
-tab.
+
+The *Channel icon path* (above) must be set to generate the filenames. 
+Also note that changing the scheme will not update existing icons, you must 
+use the *[Reset Icons]* button in the [Channels](class/channel) tab
+to re-generate them.
 
 Scheme                 | Description
 -----------------------|-------------------
index aba81a46ef44d303cf3cd5b1d00539a222eeea4f..92ac21d5b577a0e7fb73ddadc36c8895ea1c4643 100644 (file)
@@ -1,6 +1,6 @@
 This can be named however you wish, as either a local (file://) or 
 remote (http://) location - however, remember that it’s pointing to a 
 directory as the picon names are automatically generated from the 
-service parameters frequency, orbital position, etc.).
+service parameters frequency, orbital position (required), etc.
 
 Example: `file:///home/hts/picons`
index b215cf1d0076c035e7985a03dbd17d8873564f72..ab6f8555386d6d9da173c492aa6b161d482c66b0 100644 (file)
@@ -1,14 +1,11 @@
 :
 
-You must set the *Picon path* (above) to be able to correctly 
-generate icon filenames.
+The *Picon path* (above) must be set to generate the filenames. 
+Also note that changing the scheme will not update existing icons, you must 
+use the *[Reset Icons]* button in the [Channels](class/channel) tab
+to re-generate them.
 
 Scheme                        | Description
 ------------------------------|------------
-**Standard**                  | If your filenames use the standard naming scheme, e.g "1_0_19_xxxx".
-**force service type to 1**   | If your picon pack uses filenames that start with "1_0_1_xxxx".
-
-Note that changing this setting **won't** 
-automatically (re-)generate icon filenames, you must manually 
-(re-)generate them using the *[Reset Icons]* button in the 
-[Channels](class/channel) tab.
+**Standard**                  | Choose this if your picon pack uses the standard naming scheme, e.g "1_0_19_xxxx".
+**force service type to 1**   | Choose this if your picon pack has icons that start with "1_0_1_xxxx".
index afbee1a381875f67233c3c7ec002cd9387473fba..59ca041c521dfbd87a28b21574d1ddc49e69789c 100644 (file)
@@ -2347,7 +2347,7 @@ const idclass_t config_class = {
       .type   = PT_INT,
       .id     = "chiconscheme",
       .name   = N_("Channel icon name scheme"),
-      .desc   = N_("Scheme to generate the the channel icon names "
+      .desc   = N_("Scheme to generate the channel icon names "
                    "(all lower-case, service name picons etc.)."),
       .list   = config_class_chiconscheme_list,
       .doc    = prop_doc_config_channelname_scheme,
index d547efc600d2a22aa14691977d5dc897c1665459..73c1c6ab9e7e5e0be27807ef3c42c867f6be279b 100644 (file)
Binary files a/src/webui/static/img/doc/configbaseall.png and b/src/webui/static/img/doc/configbaseall.png differ