| |||||||
| WebEPG everything related to WebEPG in here |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Jan 2005 Location: Halle - Germany Age: 30
Posts: 269
Thanks: 17
Thanked 4 Times in 4 Posts
Country: | Hi James, I've got new issues with the tvtoday.de grabber: First of all: they changed the detail-view (a hyperlink was added). Then I discoverd that not the whole program was grabbed. At first I thought that the data is not available. But after some research I found out that not all data is shown on one page if it doesn't fit: for example try this link. You will find out that the program stops at 19:55. The rest is on the next page - I found out that the parameter offset is responsible for which page is shown. So I used [PAGE_OFFSET] to fix this. But not all channels have two pages... I've attached the new fixed grabber file. Now I've got a question regarding the merging of channels: How should I set the time? Here are two ways how I tried it: Code: <section name="MergeChannels">
<entry name="Count">1</entry>
</section>
<section name="Merge1">
<entry name="Channels">2</entry>
<entry name="DisplayName">Ki.Ka + ZDF doku</entry>
<entry name="Channel1">kika.de</entry>
<entry name="Start1">06:00</entry>
<entry name="End1">20:55</entry>
<entry name="Channel2">zdfdoku@zdf.de</entry>
<entry name="Start2">21:00</entry>
<entry name="End2">05:45</entry>
</section>
Code: <section name="MergeChannels">
<entry name="Count">1</entry>
</section>
<section name="Merge1">
<entry name="Channels">2</entry>
<entry name="DisplayName">Ki.Ka + ZDF doku</entry>
<entry name="Channel1">kika.de</entry>
<entry name="Start1">06:00</entry>
<entry name="End1">21:00</entry>
<entry name="Channel2">zdfdoku@zdf.de</entry>
<entry name="Start2">21:00</entry>
<entry name="End2">06:00</entry>
</section>
for your efforts.Last edited by Hawkeye; 2007-04-23 at 16:30. Reason: Deleted attachment |
| | |
| | #2 (permalink) |
| Portal Member Join Date: Jan 2005 Location: Halle - Germany Age: 30
Posts: 269
Thanks: 17
Thanked 4 Times in 4 Posts
Country: | As I wrote not all channels or better not all days on a channel have programs on more than one page - this caused the grabber to stop the search for this channel and throw an error: Code: 2007-04-20 12:09:57.796875 [Info.][1]: WebEPG: Reading http://www.tvtoday.de/program2007?format=list&offset=1&date=21.04.2007&slotIndex=all&genre=&channel=ARTE POST: 2007-04-20 12:09:59.765625 [Info.][1]: WebEPG: No Listings Found 2007-04-20 12:09:59.765625 [Info.][1]: WebEPG: ChannelId: arte-tv.com grabber error Last edited by Hawkeye; 2007-04-20 at 19:52. Reason: Deleted attachment |
| | |
| | #4 (permalink) | |
| Portal Member Join Date: Jan 2005 Location: Halle - Germany Age: 30
Posts: 269
Thanks: 17
Thanked 4 Times in 4 Posts
Country: | In Germany we've got a saying: Quote:
) | |
| | |
| | #6 (permalink) |
| Portal Developer Join Date: May 2005 Location: Switzerland
Posts: 1,348
Thanks: 4
Thanked 55 Times in 34 Posts
| Hawkeye thanks for all your work. I've added the grabber to SVN and made a small adjustment to the grabber and code to make it more efficient. <Search maxlistings="" /> can now be used for PAGE_OFFSET with this set to 30 it will keep grabbing pages until there are less then 30 items on the page. This stops it grabbing the next empty page like it does now. As for your problem with the merging. Inside the time range is defined as less/greater than the start/end but not equal to. So try this: Code: <section name="MergeChannels"> <entry name="Count">1</entry> </section> <section name="Merge1"> <entry name="Channels">2</entry> <entry name="DisplayName">Ki.Ka + ZDF doku</entry> <entry name="Channel1">kika.de</entry> <entry name="Start1">05:59</entry> <entry name="End1">21:00</entry> <entry name="Channel2">zdfdoku@zdf.de</entry> <entry name="Start2">20:59</entry> <entry name="End2">06:00</entry> </section> |
| | |
![]() |
| Bookmarks |
| Tags |
| channel, fixed, merging, tvtodayde |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WegEPG Time issues. Fixed ? | jcee | WebEPG | 16 | 2007-04-24 13:20 |
| XMLTV mit TVTODAY | marsupilami0815 | Software/Codecs Mediaportal | 2 | 2006-10-25 22:30 |
| Twinhan DVB-C 2033 channel scan doesn't work [FIXED] | kristoffer | General Support | 5 | 2006-07-10 15:26 |
| [FIXED] bug with resizing channel thumbs in EPG | Sentinel | Skins | 2 | 2006-06-21 17:58 |
| First Tv channel no dvb epg data - Fixed | Nemulate | WebEPG | 1 | 2006-01-31 22:15 |