Czech TV - listing in WebEPG (1 Viewer)

stanik

Portal Pro
October 10, 2006
146
4
Home Country
Czech Republic Czech Republic
HI,

I need help with grabber for CzechTV listing.

I am found maybe good site for this: http://tv.aktualne.centrum.cz/index....day=1164754800

On this site every channel have self ID and you have program for 4 days. Whats can be problem is date description. I am found something on tvxb.com in some (not working) definition .ini file for tvxb - &day=[counter=date=19700101,base=-3600,inc=86400].

Can you help with the grabber for this site?

Thanx anyway.
Stanik:D
 

James

Retired Team Member
  • Premium Supporter
  • May 6, 2005
    1,385
    67
    Switzerland
    Hi Stanik,

    I saw your other post and had a look at the site. Currently this is a problem, because of the multiple columns. This format is not currently supported by WebEPG. I have wanted to add this for a while and will look into this example in more detail, but cannot give you a time for when this might be ready.

    Cheers,

    /James
     

    James

    Retired Team Member
  • Premium Supporter
  • May 6, 2005
    1,385
    67
    Switzerland
    Ok that site will work, because it does its columns in a different way :)

    I'm currently travelling without access to my normal PC.

    So here are things required for the file:


    URL: http://www.parabola.cz/program.php?tvs1=[ID]&tvday=[DAY_NAME]

    DAY_NAME = 9,1,2,3 (see .fi grabber for details)

    Template:

    start="tv_sloupec1" end="tv_sloupec234" tags="TS"

    Text =
    <tr>
    <td ><b><#START></b></td>
    <td><strong><#TITLE></strong><td>
    <td></td>
    </tr>
    <z(>
    <tr>
    <td></td>
    <td><#DESCRIPTION></td>
    <td></td>
    </tr>
    </z)?>

    See how you go and post if you need more help.
     

    stanik

    Portal Pro
    October 10, 2006
    146
    4
    Home Country
    Czech Republic Czech Republic
    Thx.

    Based on your answer I wrote .xml file, but something is wrong inside.

    Can You have a look?
     

    James

    Retired Team Member
  • Premium Supporter
  • May 6, 2005
    1,385
    67
    Switzerland
    There are a few problems:

    1. The channel Ids should be the site addresses
    2. The DayNames section is in the wrong place
    3. The template text < & > need to be replaced with &lt; &gt;

    Edit:

    4. Remove "encoding="UTF-8" .. it will be automatically detected


    It would be a good idea to use the fi file as a base.
     

    stanik

    Portal Pro
    October 10, 2006
    146
    4
    Home Country
    Czech Republic Czech Republic
    OK,

    I made some changes but I still have something wrong inside. I tried this xml file in IE but still have error (expected semicolon, etc ... <Site url="http://www.parabola.cz/program.php?tvs1=[ID]&tvday=[DAY_NAME]" post="" external="false" encoding="UTF-...)

    File is attached


    After some testing I found problem in URL error makes this part tvday=[DAY_NAME]. Without this part looking OK in IE.
     

    James

    Retired Team Member
  • Premium Supporter
  • May 6, 2005
    1,385
    67
    Switzerland
    Ok still a few problems:

    1. <Site url="http://www.parabola.cz/program.php?tvs1=[ID]&tvday=[DAY_NAME]" post="" external="false" encoding="UTF-8" />

    & -> &amp;

    encoding=""

    <Site url="http://www.parabola.cz/program.php?tvs1=[ID]&amp;tvday=[DAY_NAME]" post="" external="false" encoding="" />

    2. DayNames needs to be inside a Search section (see the fi grabber).
     

    stanik

    Portal Pro
    October 10, 2006
    146
    4
    Home Country
    Czech Republic Czech Republic
    Good morning James.

    Now its looking OK, but can you check it?

    Thx a lot
     

    Users who are viewing this thread

    Top Bottom