content type missing / mismatch
Added by Zeppen . almost 12 years ago
How to solve this?
I use an xml from timefor.tv (former ontv.dk) to populate tvheadend and XBMC/PVR (openelec 2.99.1)
Most things work perfectly - BUT.
I cant get "content type" to work in tvheadend nor in XBMC.
My goal is to get the colours to work in the EPG-timeline
Example
If i look at my xml-file from timefor.tv i can see "documentary" BUT
in tvheadend web-ui its named "news/current affairs".
In XBMC-PVR this tv-programme shows up as "documentary". (as it should be)
if i try to filter by content type in tvheadend - nothing comes up at all, except when i filter by the content type "News/Current affairs"
look here.
this is a bit of my "raw" xml-file..
<tv generator-info-name="www.timefor.tv/xmltv">
<channel id="www.timefor.tv/tv/141">
<display-name lang="se">SVT 1 HD SE</display-name>
<icon src="http://static.timefor.tv/imgs/epg/logos/svt1hd_big.png" />
</channel>
<programme channel="www.timefor.tv/tv/141" start="20130116200000 +0100" stop="20130116210000 +0100">
<title lang="se">Säsongstart: Uppdrag granskning</title>
<sub-title lang="se">Granskande samhällsprogram från 2012</sub-title><category lang="EN">documentary</category><category lang="EN">serie</category>
<episode-num system="xmltv_ns"> .0/18. </episode-num>
<icon src="http://static.timefor.tv/imgs/print_img.php?sti=imgs/epg/channel/2013-01-16/50ecfad52d5f8.jpg&height=300&width=300" />
</programme>
</tv>