Posts: 29
Joined: Jul 2015
Reputation:
8
2017-07-29, 23:29
(This post was last modified: 2017-07-29, 23:32 by Blackbear199.)
star rating is defined in the xmltv.dtd so i dont know why it would cause import problems,unless kodi doesnt like it?
<!-- 'Star rating' - many listings guides award a programme a score as
a quick guide to how good it is. The value of this element should be
'N / M', for example one star out of a possible five stars would be
'1 / 5'. Zero stars is also a possible score (and not the same as
'unrated'). You should try to map whatever wacky system your listings
source uses to a number of stars: so for example if they have thumbs
up, thumbs sideways and thumbs down, you could map that to two, one or
zero stars out of two. Whitespace between the numbers and slash is
ignored.
-->
i check this xml and its like this..
<star-rating>
<value>1.9 /10</value>
</star-rating>
according to the dtd the space should'nt matter but who know for sure..
this file was generate by webgrab.i also use it but i remove this info with the rex post processor.i also add the year to the end of the title,director,actor to description and stuff like this that kodi does'nt display.
Posts: 41
Joined: Mar 2013
Reputation:
1
smbs
Junior Member
Posts: 41
Starting Kodi (16.1 Git:20160424-c327c53). Platform: Windows NT x86 32-bit
Same as what is mentioned above
Posts: 41
Joined: Mar 2013
Reputation:
1
smbs
Junior Member
Posts: 41
"Starting Kodi (17.3 Git:20170524-147cec4). Platform: Windows NT x86 32-bit"
Also using above Kodi 17.3 gives similar error
Posts: 41
Joined: Mar 2013
Reputation:
1
smbs
Junior Member
Posts: 41
2017-07-30, 01:03
(This post was last modified: 2017-07-30, 01:04 by smbs.)
My guide.xmltv works fine with windows freeguide java app however still get only channel names without contents using tvguide fullscreen with my guide.xmltv as input!
Any ideas --this looks very promising
Thanx for any help!
Posts: 29
Joined: Jul 2015
Reputation:
8
you need to map ur channels to your m3u,i assume your using webrab?
for example...
if my m3u has..
#EXTINF:-1 ,UK: BBC 1 HD
then in my webgrab++config.xml i change the xmltv_id value and display value to..
<channel update="i" site="uk-sky.com" site_id="2076" xmltv_id="UK: BBC 1 HD">UK: BBC 1 HD</channel>
most times only the display name needs to match(name between >xxx<) but u usually change the xmltv_id="xxx" to match for simplicity.