config channels: improve docs (User Icon), fixes #2564
This commit is contained in:
parent
3c5d40916d
commit
c6793b3bab
1 changed files with 15 additions and 2 deletions
|
@ -21,6 +21,16 @@
|
||||||
The columns have the following functions:
|
The columns have the following functions:
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
<dt>Play
|
||||||
|
<dd>Direct play link using the HTTP streaming.
|
||||||
|
|
||||||
|
<dt>Enabled
|
||||||
|
<dd>Whether or not the mux is enabled and thus available.
|
||||||
|
|
||||||
|
<dd>Channel number. This is not used by Tvheadend internally, but rather
|
||||||
|
intended to be used by HTSP clients for mapping to remote control
|
||||||
|
buttons, presentation order, etc
|
||||||
|
|
||||||
<dt>Number
|
<dt>Number
|
||||||
<dd>Channel number. This is not used by Tvheadend internally, but rather
|
<dd>Channel number. This is not used by Tvheadend internally, but rather
|
||||||
intended to be used by HTSP clients for mapping to remote control
|
intended to be used by HTSP clients for mapping to remote control
|
||||||
|
@ -59,10 +69,13 @@
|
||||||
in the EPG if you have many channels. The tags are also presented
|
in the EPG if you have many channels. The tags are also presented
|
||||||
in a Media player.
|
in a Media player.
|
||||||
|
|
||||||
<dt>Icon
|
<dt>User Icon
|
||||||
<dd>An URL pointing to an image representing the channel.
|
<dd>An URL pointing to an image representing the channel.
|
||||||
The icon URL will be set automatically when importing data from
|
The icon URL will be set automatically when importing data from
|
||||||
XMLTV. This field allows the user to edit it manually.
|
XMLTV, when picon path is set or when channel icon path is set
|
||||||
|
in the general config. This field allows the user to edit it manually. The
|
||||||
|
reset icon action allows to re-set the automatic URL for
|
||||||
|
selected channel (e.g. after configuration change).
|
||||||
|
|
||||||
<dt>DVR Pre-Start
|
<dt>DVR Pre-Start
|
||||||
<dd>Allows the user to specify an amount of extra time that should
|
<dd>Allows the user to specify an amount of extra time that should
|
||||||
|
|
Loading…
Add table
Reference in a new issue