HTS Tvheadend 4.3-1857~g221c29b40 running in docker
Tvheadend HTSP Client 4.4.21
OSMC running Kodi 18.6 on a Vero 4k+
Having some problems understanding why some epg data shows colors that match the category, and others show no color.
For example:
This one shows no color and Genre: Other/Unknown
<programme start="20200513070000 -0500" stop="20200513073000 -0500" channel="BBCWDNA">
<title lang="en">BBC World News</title>
<desc lang="en">News. Reporting on the day's international news from London and from BBC correspondents around the world.</desc>
<category lang="en">News</category>
<episode-num system="dd_progid">SH00315789.0000</episode-num>
</programme>
This one shows Green and Genre: Documentary
<programme start="20200513073000 -0500" stop="20200513080000 -0500" channel="BBCWDNA">
<title lang="en">The Travel Show</title>
<desc lang="en">Seventy years after independence, Rajan Datar travels to two very different corners of India.</desc>
<category lang="en">Documentary</category>
<category lang="en">Travel</category>
<episode-num system="dd_progid">EP01871341.0169</episode-num>
</programme>
Thanks