WebEPG Germany, tvtoday won't work (2 Viewers)

arneman

Portal Pro
February 20, 2007
105
52
Oldenburg
Home Country
Germany Germany
Hello!

Since a few days WebEPG.exe won't work with tvtoday for german tv stations.

My webEPG.log:

Code:
2008-10-15 02:48:33.046875 [Info.][WebEPG-xmltv]: WebEPG: Opening DE\www_tvtoday_de.xml
2008-10-15 02:48:33.078125 [Info.][WebEPG-xmltv]: WebEPG: Version: 2.0
2008-10-15 02:48:33.078125 [Info.][WebEPG-xmltv]: WebEPG: TimeZone, Local: Westeuropäische Normalzeit
2008-10-15 02:48:33.078125 [Info.][WebEPG-xmltv]: WebEPG: TimeZone, Site : W. Europe Standard Time
2008-10-15 02:48:33.078125 [Info.][WebEPG-xmltv]: WebEPG: ChannelId: zdf.de
2008-10-15 02:48:33.078125 [Debug][WebEPG-xmltv]: WebEPG: Grab Start 02:48 15.10.2008
2008-10-15 02:48:33.078125 [Info.][WebEPG-xmltv]: WebEPG: Reading http://www.tvtoday.de/program2007?
format=list&offset=0&date=15.10.2008&slotIndex=all&genre=&channel=ZDF]Fernsehprogramm von TV Today - 
TV Programm Listing POST: 
2008-10-15 02:48:33.156250 [ERROR][WebEPG-xmltv]: WebEPG: Fatal Error
2008-10-15 02:48:33.156250 [ERROR][WebEPG-xmltv]: WebEPG: Ungültiger URI: Das URI-Format konnte nicht bestimmt werden.
2008-10-15 02:48:33.156250 [Info.][WebEPG-xmltv]: WebEPG: Finished

The other EPG Provider (TV Info) works.


SOLUTION:

MrBoo fixed the problem (thx), you can download working version of www_tvtoday_de.xml here. I also added some new channels to www_tvtoday_de.xml AND www_tvinfo_de.xml.

Installation: Just replace the original file in ".....\Team MediaPortal\MediaPortal\WebEPG\grabbers\DE
 

Attachments

  • www_tvinfo_de.xml
    30.6 KB
  • www_tvtoday_de.xml
    30.6 KB

arneman

Portal Pro
February 20, 2007
105
52
Oldenburg
Home Country
Germany Germany
thanks, but no solution...

This thread was the first one about this problem, tell the others to use search function ;)

I also used the correct category in the forum...


So, does anyone has a solution for this?
 

MrBoo

New Member
October 19, 2008
1
3
I found the solution!
The problem is due to a recent change in tvtoday's URL
To make your webepg work again just do the following

1)open "www_tvtoday_de.xml" in your ".....\Team MediaPortal\MediaPortal\WebEPG\grabbers\DE" folder
2)search for
Code:
<Site url="http://www.tvtoday.de/program2007?format=list&amp;offset=[PAGE_OFFSET]&amp;date=[DD].[MM].[YYYY]&amp;slotIndex=all&amp;genre=&amp;channel=[ID]" post="" external="false" encoding="" />

and replace it with
Code:
<Site url="http://www.tvtoday.de/programm?format=list&amp;offset=[PAGE_OFFSET]&amp;date=[DD].[MM].[YYYY]&amp;slotIndex=all&amp;channel=[ID]&amp;tips=&amp;oder=time" post="" external="false" encoding="" />

3)search for
Code:
<Link url="http://www.tvtoday.de/program2007?format=detail&amp;sid=[1]" post="" external="false" encoding="" />

and replace it with
Code:
<Link url="http://www.tvtoday.de/programm?format=detail&amp;sid=[1]" post="" external="false" encoding="" />

That should do the trick :D
 

arneman

Portal Pro
February 20, 2007
105
52
Oldenburg
Home Country
Germany Germany
fixed www_tvtoday_de.xml attached, just replace the original file in ".....\Team MediaPortal\MediaPortal\WebEPG\grabbers\DE"
 

Attachments

  • www_tvtoday_de.xml
    30.6 KB

Users who are viewing this thread

Top Bottom