Only two channels imported (2 Viewers)

Spragleknas

Moderator
  • Team MediaPortal
  • December 21, 2005
    9,471
    1,822
    Located
    Home Country
    Norway Norway
    Hi!

    I've currrently got STB w/17 channels (only had 4 before) - but only two of them are imported by WebEPG. These are the two listed on the top in the WebEPGconfig.

    When right-clicking (or pressing "more") in the TV-guide and selecting "import", all seems well; 17 channels and 700 (I think) shows are imported. Is this a limitation for how many shows that can be imported at one time? If so it could explain why ony two channels are imported (Discovery and BBC World).

    Most of the channels are fetched from same website, start.no (two not found and one from a swedish site).

    Any ideas why the rest is not imported?
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,471
    1,822
    Located
    Home Country
    Norway Norway
    *my bad*

    Ok... so this gives a search resault on web-site
    Code:
    http://www.sol.no/underholdning/tv/guiden/index.cgi?StartTime=0500&EndTime=2900&Date=12%2F10%2F2006&Categories=*&Channels=star

    but using the form in the .xml does not:
    Code:
    http://www.sol.no/underholdning/tv/guiden/index.cgi?StartTime=0500&EndTime=2900&Date=12%2F10%2F2006[amp;Categories=*&Channels=star
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    Can you attached the WebEPG.xml found in WebEPG folder to your post?

    & how did you add the channels to WebEPG grabber (WebEPG-conf.exe or inside MP)?

    It's something with wrong "[amp;" should be "&".

    Regards
    Roy
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,471
    1,822
    Located
    Home Country
    Norway Norway
    Hi... I'll attach my WebEPG.xml later (if needed). Have tried WebEPGconf.exe and inside MP.

    I took a look at some of the older WebEPGs for Norway, and found this code to work:
    Code:
    http://www.sol.no/underholdning/tv/guiden/index.cgi?StartTime=0500&EndTime=2900&Date=12%2F10%2F2006&Categories=*&Channels=star

    Form:
    Code:
    http://www.sol.no/underholdning/tv/guiden/index.cgi?StartTime=0500&EndTime=2900&Date=[YYYY]-[MM]-[DD]&Categories=*&Channels=[ID]

    It's something with wrong "[amp;" should be "&".
    I'll have a look at this...
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,471
    1,822
    Located
    Home Country
    Norway Norway
    Ok... the "[amp;" seem to be my mistake when using CTRL+C/CTRL+V :D
    From WebEPG.xml:
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <profile>
      <section name="General">
        <entry name="MaxDays">12</entry>
      </section>
      <section name="ChannelMap">
        <entry name="Count">0</entry>
      </section>
    </profile>
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,471
    1,822
    Located
    Home Country
    Norway Norway
    Update: Installed 0.2.1.0 on second computer. Same resault (...or lack of it :D)

    EDIT: Was not "fresh" after all
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,471
    1,822
    Located
    Home Country
    Norway Norway
    Ok... got it working... somehow.

    I realised that the WebEPG.xml was to short. Suddenly WebEPGconf.exe showed no channels (even though it look ok earlier).

    Not sure what I did, but hey... it works.


    New WebEPG looks like this:
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <profile>
      <section name="General">
        <entry name="MaxDays">12</entry>
      </section>
      <section name="ChannelMap">
        <entry name="Count">15</entry>
      </section>
      <section name="1">
        <entry name="ChannelID">bbcworld.com</entry>
        <entry name="DisplayName">BBC World</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
      <section name="2">
        <entry name="ChannelID">discovery@discovery.com</entry>
        <entry name="DisplayName">Discovery</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
      <section name="3">
        <entry name="ChannelID">jetix.no</entry>
        <entry name="DisplayName">Jetix</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
      <section name="4">
        <entry name="ChannelID">nationalgeographic.com</entry>
        <entry name="DisplayName">National Georaphics</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
      <section name="5">
        <entry name="ChannelID">nrk1@nrk.no</entry>
        <entry name="DisplayName">NRK1</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
      <section name="6">
        <entry name="ChannelID">nrk2@nrk.no</entry>
        <entry name="DisplayName">NRK2</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
      <section name="7">
        <entry name="ChannelID">star</entry>
        <entry name="DisplayName">Star</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
      <section name="8">
        <entry name="ChannelID">svt1@svt.se</entry>
        <entry name="DisplayName">STV1</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
      <section name="9">
        <entry name="ChannelID">svt2@svt.se</entry>
        <entry name="DisplayName">STV2</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
      <section name="10">
        <entry name="ChannelID">tvnorge.no</entry>
        <entry name="DisplayName">TV Norge</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
      <section name="11">
        <entry name="ChannelID">tv2.no</entry>
        <entry name="DisplayName">TV2</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
      <section name="12">
        <entry name="ChannelID">tv3.no</entry>
        <entry name="DisplayName">TV3</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
      <section name="13">
        <entry name="ChannelID">tv4@tv4.se</entry>
        <entry name="DisplayName">TV4</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
      <section name="14">
        <entry name="ChannelID">tv5.org</entry>
        <entry name="DisplayName">TV5 Europe</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
      <section name="15">
        <entry name="ChannelID">ztv.no</entry>
        <entry name="DisplayName">ZTV</entry>
        <entry name="Grabber1">NO\1-www_sol_no.xml</entry>
      </section>
    </profile>

    Should be 19 ch., but dosent matter.... I'll probably fix these minor things later
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    Great that it works again, it's easier when you attach the WebEPG.xml to reproduce the issue, MP 0.2.1.0 + latest SVN works very well here & grabs epg data for 22 channels :)

    Du har ikke etterslep fra julebord vel? ;)

    Regards
    Roy
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,471
    1,822
    Located
    Home Country
    Norway Norway
    [hehe.... jo]

    Problem was that the WebEPG.xml did not contain channel info, even if everything look ok in WebEPGconf.exe and inside MP. Don't know why.

    So no TVGuide.xml was written. My second computer only produces "TVguide-writing.xml", and never finishes. But that doesn't matter.
     

    Users who are viewing this thread

    Top Bottom