MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Main Features (talk, share your ideas, get support) » Electronic Program Guide » WebEPG


WebEPG everything related to WebEPG in here

Reply
 
LinkBack Thread Tools Display Modes
Old 2007-07-08, 13:20   #21 (permalink)
MP Donator
 
Join Date: Apr 2007
Posts: 323
Thanks: 22
Thanked 1 Time in 1 Post

Country:

My System

Default

James,
Have some log results in the GUI now, if I only test one grabber at a time. However, C:\Programme\Team MediaPortal\MediaPortal\WebEPG\log\WebEPG-Tester.log remains empty.

P.S.
It looks like you have a memory leak in WebEPG-Tester. Even if I restrict myself to one grabber, I get the attached exception message as soon as I try to retest.
What I did was to click the "Scan" button, to reset the status indicators, and then reselect (only!) one grabber and click "Run tests". The first time I did this. most of the test ran before the exception occurred. The seciônd time I tried it, the exception occurred immediately, and I had to quit and restart the program.
Also attached is a corrected grabber for www.fernsehen.ch, which now seems to work OK. The only problems are:
1. WebEPG-Tester gives a warning "Unknown Version" for every channel
2. My attempts to extract DESCRIPTION are unsuccessful, presumably because the <Z> tag regexp support doesn't include "*" (the Wiki page specifically mentions that support is limited to "?"). http://www.fernsehen.ch/ gives a variable number of icons for things like B/W, Stereo, etc. between the title and the description. What other way is there to handle this? Is support of "*" in regexp planned?
3. WebEPG-Tester chokes on parsing TVE (now at the end of the grabber's channel list for this reason.
Attached Thumbnails
help-needed-mp-0-2-3-0-release-webepg-tester_outofmemory.jpg  
Attached Files
File Type: xml fernsehen_ch.xml (5.3 KB, 3 views)

Last edited by rsbrux; 2007-07-08 at 21:54. Reason: Further experience
rsbrux is offline   Reply With Quote
Old 2007-07-15, 13:37   #22 (permalink)
Portal Developer
 
Join Date: May 2005
Location: Switzerland
Posts: 1,341
Thanks: 4
Thanked 55 Times in 34 Posts


Default

@Mew, thanks for all the great help. I'ver added these updates to the SVN.

@rsbrux, I added a version number system for the grabber files. To track the changes. If you see the first post, I updated the fernsehen grabber include a code change to get it correctly working. Have you tried this?

@All, more help is required checking the grabbers still missing and checking the channels on the grabbers I have listed above with channel errors?

PS. New Tester program available.

Last edited by James; 2007-07-15 at 15:11.
James is offline   Reply With Quote
Old 2007-07-24, 11:42   #23 (permalink)
MP Donator
 
Join Date: Apr 2007
Posts: 323
Thanks: 22
Thanked 1 Time in 1 Post

Country:

My System

Default

Hi James,
Thanks for correcting the fernsehen.ch grabber. Unfortunately, I haven't found your updated version, either in your first post or on the Wiki. Where can i find it?
rsbrux is offline   Reply With Quote
Old 2007-07-27, 16:21   #24 (permalink)
Portal Member
 
Join Date: Apr 2007
Age: 42
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Hi James

I have tested IT grabbers ( alice_it ( already tested by you ) , wfactory_net, www_adnkronos_com) with the test program

All are ok , alice.it report sometimes a problems with the sublink where it read the description of the program ( error if the description is missing in the web page ) but I suppose it not importants

log are available at request

Ciao
Kralizec
Kralizec is offline   Reply With Quote
Old 2007-07-28, 06:24   #25 (permalink)
Portal Member
 
Join Date: Aug 2005
Location: Gold Coast
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Question 4-www-abc_net_au.xml (working after template change)

Hi James,

Is there any way to access a copy of "4-www_abc_net_au.xml (working after template change)" that you mentioned other than via the SVN, or in the next stable release?

Thanks,

MikeL
MikeL is offline   Reply With Quote
Old 2007-07-28, 06:34   #26 (permalink)
Portal Developer
 
Join Date: May 2005
Location: Switzerland
Posts: 1,341
Thanks: 4
Thanked 55 Times in 34 Posts


Default

@rsbrux, the update of fernsehen.ch required a code change so you will need to get an SVN update (at least for the webepg files).

@MikeL, You can download single files from the SVN here: http://mediaportal.svn.sourceforge.n...l.Base/WebEPG/
James is offline   Reply With Quote
Old 2007-08-11, 18:45   #27 (permalink)
Portal Member
 
Join Date: Feb 2007
Location: Athens
Age: 36
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

Hi James,

I have tested the GR grabber (www.in.gr). The problem you are seeing (Parsing error #START) is because the schedule's table header has the same format as the data rows the only difference is in the attributes of the <tr> tag (specifically the class attribute). I tried to fix this but couldn't find a way to skip the head row.
Anyway, other than that it works correclty but is missing some channels (that are available at that site). I have made a new version of the grabber that includes those missing channels and also gets the details for each programme (which the original grabber didn't). I have attached the new version (new_www_in_gr.xml) if you want to use it instead.

Because www.in.gr sometimes has no data and when it does usually it only has 3 days ahead, I am in the process of building separate grabbers that get the schedules directly from the broadcasters' sites which have at least 7 days.
Right now I have finished only one: www_ert_gr which includes 6 channels. I have attached that one too.
I'm having problems with the rest. I'll post again when I have something working.

Cheers,
arion_p
Attached Files
File Type: xml new_www_in_gr.xml (2.1 KB, 3 views)
File Type: xml www_ert_gr.xml (2.4 KB, 1 views)
arion_p is offline   Reply With Quote
Old 2007-08-12, 00:21   #28 (permalink)
Portal Member
 
Join Date: Nov 2006
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts


Default Grabber for MY

Recently found out that the link for Astro had change so I edited the XML files for Astro and it work. Didn't include all the channel (so is the old version), only TV1, TV2, TV3, NTV7 and 8TV. TV9 is working fine on the separate XML.

Tested and work fine.
Attached Files
File Type: xml astro_com_my.xml (1.8 KB, 4 views)
pierreye is offline   Reply With Quote
Old 2007-09-14, 23:08   #29 (permalink)
MP Donator
 
vuego's Avatar
 
Join Date: Aug 2006
Age: 7
Posts: 267
Thanks: 42
Thanked 10 Times in 10 Posts

Country:

My System

Default

Here's an updated Swedish grabber for dagenstv.com (edited SVN 15881).

Removed vivaplus.tv, mix@discovery.com and eurosportnews@eurosport.com.
Corrected id for HD@discovery.com and motors.tv.
Renamed sportexpressen.se to sport@tv4.se.
Added nyhetskanalen@tv2.no.

Last edited by vuego; 2007-12-28 at 23:50. Reason: New xml file added in post #36
vuego is offline   Reply With Quote
Old 2007-10-03, 23:42   #30 (permalink)
Mew
Portal Member
 
Join Date: Jan 2007
Location: Hertfordshire
Age: 37
Posts: 184
Thanks: 8
Thanked 11 Times in 8 Posts

Country:

My System

Default

Hi James

I have updated the GB Radio Times grabber (and channels.xml) as there have been changes since the last update. They are:

Added
Thomas Cook TV
Zee Cinema
Zee Music
CITV
Nat Geo Wild
Channel 4+1
Virgin 1

Deleted
ABC1

I hope this helps

Mew
Attached Files
File Type: xml 1-xmltv_radiotimes_com.xml (18.1 KB, 14 views)
File Type: xml channels.xml (241.5 KB, 13 views)
Mew is offline   Reply With Quote
Reply

Bookmarks

Tags
needed, release

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
what is the best svn release to install? MP remote control issues in standby darklord2005 Installation, configuration support 0 2007-02-06 14:37
Homepage is confusing (MP TVServer Beta 1 Release & MP 0.2.1.0 Feature Release) mzemina Website/Forum/Wiki Feedback 8 2006-12-04 19:18
MP doesn't display in dualview after installing 0.2 Release mr.taroqo Codecs, External Players 5 2006-07-22 15:46
MP 0.2 Release Version, bald da?? Markus1972 Media Portal - Allgemeines 5 2006-07-04 08:42


All times are GMT +1. The time now is 06:08.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress