Can't import channellist in WebEPG Config (1 Viewer)

csberto

Portal Pro
November 6, 2004
208
0
Tilburg, the Netherlands
Hi,
You want find it there, it's simply not added yet. One of the developer's it's looking @ the issue btw.

Regards
Roy
The bug in WebEPG Config is not solved yet. In the svn changelog it says: 'On 12/09/2006 [12:12:49] rtv added the following change: WebEPG fixed: startup crashes, config can be used again.'
Well, for me there wasn't a startup crash of WebEPG or WebEPG Config, but there was a chrash when trying to import the channellist in Web EPG Config.
And now in svn Rev10262 that crash is no longer there, but instead nothing at all happens when I click on 'Import' to import the channellist. So I can't import the channellist and thus can't use WebEPG Config again.
 
December 28, 2005
237
3
Sydney
Home Country
You are able to edit the webEPG manually just open this file
C:\Program Files\Team MediaPortal\MediaPortal\WebEPG\WebEPG.xml with a text editor

you information here should look something like this
Code:
<?xml version="1.0" encoding="utf-8"?>
<profile>
  <section name="General">
    <entry name="MaxDays">7</entry>
  </section>
  <section name="ChannelMap">
    <entry name="Count">7</entry>  <!-- This is how many channels you are grabing -->
  </section>

<!-- 			****** this is a Sample ONLY **********
  <section name="1">
    <entry name="ChannelID">abc-nsw@abc.net.au</entry>		This is the name used inside the XML grabber
    <entry name="DisplayName">ABC TV Sydney</entry>		This is YOur channel name in mediaPortal
    <entry name="Grabber1">AU\4-www_abc_net_au.xml</entry>	This is the XML graber used form ( C:\Program Files\Team MediaPortal\MediaPortal\WebEPG\Grabbers )
  </section>

Replace XXXX with your informaion 
  <section name="1">
    <entry name="ChannelID">XXXX</entry>	
    <entry name="DisplayName">XXXX</entry>		
    <entry name="Grabber1">XXXX</entry>	

			****** Sample closed *********** -->


  <section name="1">
    <entry name="ChannelID">abc-nsw@abc.net.au</entry>
    <entry name="DisplayName">ABC TV Sydney</entry>
    <entry name="Grabber1">AU\4-www_abc_net_au.xml</entry>
  </section>

  <section name="2">
    <entry name="ChannelID">abc2@abc.net.au</entry>
    <entry name="DisplayName">ABC2</entry>
    <entry name="Grabber1">AU\4-www_abc_net_au.xml</entry>
  </section>
  <section name="3">
    <entry name="ChannelID">7-nsw-metro@seven.com.au</entry>
    <entry name="DisplayName">7 Digital</entry>
    <entry name="Grabber1">AU\6-minnie_tuhs_org.xml</entry>
  </section>
  <section name="4">
    <entry name="ChannelID">9-nsw-metro@ninemsn.com.au</entry>
    <entry name="DisplayName">NINE DIGITAL</entry>
    <entry name="Grabber1">AU\6-minnie_tuhs_org.xml</entry>
  </section>
  <section name="5">
    <entry name="ChannelID">10-nsw-metro@ten.com.au</entry>
    <entry name="DisplayName">TEN Digital</entry>
    <entry name="Grabber1">AU\6-minnie_tuhs_org.xml</entry>
  </section>
  <section name="6">
    <entry name="ChannelID">sbs2@sbs.com.au</entry>
    <entry name="DisplayName">SBS DIGITAL 2</entry>
    <entry name="Grabber1">AU\6-minnie_tuhs_org.xml</entry>
  </section>
  <section name="7">
    <entry name="ChannelID">sbs@sbs.com.au</entry>
    <entry name="DisplayName">SBS DIGITAL 1</entry>
    <entry name="Grabber1">AU\1-www_sbs_com_au.xml</entry>
  </section>
</profile>


Yes this is more time consuming. but it is better then nothing :)
 

Users who are viewing this thread

Top Bottom