:
-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
-----------------------|-------------------
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`
:
-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".
.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,