Quote:
Originally Posted by Whitey1977
I've tried this set-up again and I still get the code:23 error and there are no listings in MCE. I have even reduced the amount of channels to a few but it still comes up with the error.
Whitey
|
Check out the debug hints I gave in my reply to Nigel above as I can vouch that it definately works if all is configured correctly.
When you open the XMLTV GUI XML file here is a snippet :
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <tv date="20061101" generator-name="XMLTV GUI V. 3.06.00W" generator-url="http://www.birtles.org.uk/xmltv">
- <channel id="UK_RT_92">
<display-name lang="en">BBC1</display-name>
</channel>
- <channel id="UK_RT_93">
<display-name lang="en">BBC1 East</display-name>
</channel>
- <channel id="UK_RT_94">
<display-name lang="en">BBC1 London & South East</display-name>
</channel>
- <channel id="UK_RT_95">
<display-name lang="en">BBC1 Midlands</display-name>
</channel>
plus a lot of program descriptions i.e.
- <programme start="20061105100000 +0000" stop="20061105110000 +0000" channel="UK_RT_96">
<title lang="en">Heaven and Earth with Gloria Hunniford</title>
<desc lang="en">Spiritually-inclined magazine. Two of the UK's top singers join Gloria to talk about success and struggles. Katherine Jenkins performs live and chats to Gloria about how her late father helped her. Elaine Paige talks about her struggles with breast cancer and the strength she has drawn on to get through it. Plus, debate on the big moral and ethical stories of the week.</desc>
<category lang="en">Religion</category>
<length units="minutes">60</length>
- <video>
<aspect>16:9</aspect>
</video>
You then need to copy the file produced by XMLTV GUI into GuideData folder under the Bladerunner install folder. It must be called listing2.xml for BR 3(*important - I've not tried it with 3.5). To TEST, make it readonly then run Bladerunner - it should throw an error. You should have the original listing2.xml, guide.cab, guide.xml and guide.bin. Open guide.xml to see what has been copied for MCE:
- <epg_data supplier="BladeRunner Pro" supplier_info="A Native EPG Solution, Like Know Other

" start_time="2006-11-01T06:00:00" end_time="2006-11-14T00:25:00" language="en" schema_version="1.1" file_version="2550083260" supplierId="1" headendNetworkType="TER" headendId="1" headend_name="BladeRunner" ads_required="0">
<copyright>Program Listing Data may by Copyright</copyright>
<tuneRequests ct="0" xmlns:sql="urn:schemas-microsoft-com:xml-sql" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
- <categories xmlns:sql="urn:schemas-microsoft-com:xml-sql" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <c id="C1" value="Shows" mscname="UNKNOWN">
<c id="C100" value="All" />
<c id="C101" value="Action" />
<c id="C102" value="Adult" />
<c id="C103" value="Fantasy" />
<c id="C104" value="Classic" />
<c id="C105" value="Crime" />
<c id="C106" value="Horror" />
<c id="C107" value="Musical" />
<c id="C108" value="Romance" />
<c id="C109" value="Thriller" />
<c id="C110" value="War" />
<c id="C111" value="Western" />
<c id="C112" value="Medical" />
<c id="C113" value="Science Fiction" />
<c id="C114" value="Stage Play" />
<c id="C115" value="Western" />
<c id="C116" value="Animation" />
<c id="C117" value="Comedy" />
<c id="C118" value="Game Show" />
<c id="C119" value="Sitcom" />
<c id="C120" value="Soap Opera" />
<c id="C121" value="Talk Show" />
<c id="C122" value="Variety" />
</c>
- <c id="MSEPGC_MOVIES" value="Movie" mscname="MSEPGC_MOVIES" qgtag="MOVIE">
<c id="C000" value="All" />
<c id="C001" value="Film" />
<c id="C002" value="Movies" />
Plus, lots of info about the programs later on in the file.
If the XMLTV GUI file contains data then it must be your channelinfo.xml file thats not mapping it properly for MCE.
HTH
Andy