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
 
Thread Tools Display Modes
Old 2008-02-13, 14:14   #21 (permalink)
Portal Tester
 
ronilse's Avatar
 
Join Date: Jul 2005
Posts: 3,126
Thanks: 18
Thanked 84 Times in 70 Posts

Country:

My System

Default

Hi,
Seems like your selected grabber site has change layout & xtras again, please test this one www_dagenstv_com.

Regards
Roy
ronilse is online now   Reply With Quote
Old 2008-02-13, 14:36   #22 (permalink)
Portal Member
 
Join Date: Jan 2008
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts

Country:


Default

My Norwegian friend! You are absolutely right. You fixed it! Thanks alot! :-)
Zulan is offline   Reply With Quote
Old 2008-02-25, 09:46   #23 (permalink)
Retired Team Member
 
DalaNorth's Avatar
 
Join Date: Dec 2006
Location: Skellefteå, Sweden
Age: 31
Posts: 140
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

Yes, thank you Roy!

There are still some imperfections though, some of the descriptions are HTML codes and even some of the titles are messed up (Top Model on TV3 is the most obvious example, it always says "Top Mo" followed by some HTML code. )

Has DagensTV made their site to complex for our parser?

Regards
DalaNorth
DalaNorth is offline   Reply With Quote
Old 2008-02-25, 13:43   #24 (permalink)
Portal Member
 
Join Date: Jan 2008
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts

Country:


Default

Yes, I can agree that I also have alot of html tags and stuff in the info about the programs.
Zulan is offline   Reply With Quote
Old 2008-02-25, 17:26   #25 (permalink)
MP Donator
 
vuego's Avatar
 
Join Date: Aug 2006
Age: 7
Posts: 294
Thanks: 52
Thanked 11 Times in 11 Posts

Country:

My System

Default

There hasn't been any changes to dagenstv.com but the template was poorly written.

The Top Model error is due to the episode replacement. The grabber is configured to remove any occurrences of "del [#number]" and put it in an episode-num tag, i.e. "del 9" becomes <episode-num>9</episode-num>. The problem is that this is done not only for the Description tag but also Title, including Top Model 9

I've modified the grabber template and made the episode search to leave "del [#number]" in the field. It won't hurt having this information visible as well. I also added a search for "Avsnitt [#number]" which seems to be much more common now.
Attached Files
File Type: xml www_dagenstv_com.xml (8.7 KB, 113 views)
vuego is offline   Reply With Quote
Old 2008-05-04, 23:51   #26 (permalink)
Portal User
 
Join Date: Dec 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by vuego View Post
There hasn't been any changes to dagenstv.com but the template was poorly written.

The Top Model error is due to the episode replacement. The grabber is configured to remove any occurrences of "del [#number]" and put it in an episode-num tag, i.e. "del 9" becomes <episode-num>9</episode-num>. The problem is that this is done not only for the Description tag but also Title, including Top Model 9

I've modified the grabber template and made the episode search to leave "del [#number]" in the field. It won't hurt having this information visible as well. I also added a search for "Avsnitt [#number]" which seems to be much more common now.
This file seems to be working and gets the info for movies that didn't work before.

Although there is still a problem with getting info from about 2-3am until 6-7am.. There is only "No data available"
It has been since I started using mediaportal 6 months or so ago.
Is this something that can be fixed?
dazpp is offline   Reply With Quote
Old 2008-05-05, 16:48   #27 (permalink)
MP Donator
 
vuego's Avatar
 
Join Date: Aug 2006
Age: 7
Posts: 294
Thanks: 52
Thanked 11 Times in 11 Posts

Country:

My System

Default

If you start grabbing after 00:00 you'll get only "todays" listings which at Dagenstv.com starts at 06:00
If you grabbed more than one day you'll get listings for 00-06am all other days though.
vuego is offline   Reply With Quote
Old 2008-05-05, 17:32   #28 (permalink)
Portal User
 
Join Date: Dec 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by vuego View Post
If you start grabbing after 00:00 you'll get only "todays" listings which at Dagenstv.com starts at 06:00
If you grabbed more than one day you'll get listings for 00-06am all other days though.

Ah. that explains it. I grab ar 03:00 as the load on the server is low and I don't do any harm on it.. Maybe I should grab earlier
dazpp is offline   Reply With Quote
Old 2008-05-26, 08:45   #29 (permalink)
MP Donator
 
Join Date: Sep 2007
Location: Stockholm
Posts: 75
Thanks: 4
Thanked 5 Times in 5 Posts

Country:


Default

A couple of queustions the folks on this thread may be able to help me with ...

1) How easy is it to create these grabbers? - I am missing a few channels from the existing SE grabbers (e.g. Canal Digital sat channels such as History HD, Silver HD) so I was thinking of creating one myself however I have no experience of html code. Would you say that this is only a task for html experts or could I hack an exiisting grabber using common sense?

2) Can any tv page be used for a grabber to scrape the relevant data? I was considering using canaldigital.se as they have a comprehensive tvguide for all their channels. I am not sure if the way the data is presented here is something the grabber could use or access.

I'd appreciate any advice here.

entrecour is offline   Reply With Quote
Old 2008-05-26, 20:11   #30 (permalink)
MP Donator
 
Join Date: Jan 2007
Location: Stockholm
Posts: 483
Thanks: 5
Thanked 10 Times in 10 Posts

Country:

My System

Default

Hi entrecour,

1. If you only want to add a channel to an existing grabber it should be easy. You only need to add some stuff at the top where it locates the right page. If you are about to writer a granner from scratch there will be more work needed. It depends on the complexity of the web page you are trying to access etc.

2. In principle any web page can be used as the source for a grabber. In the grabber you search for specific patterns and extract data from the HTML-code based on the template = grabber. Again depending on the complexity of the page it can take more or less time to write such grabber. Another thing to keep in mind is how often the layout of the page will change. If the layout changes frequently you may end up having to fix your grabber ever so often. Using a "standard" grabber that more people use makes more poeple involved in fixing it...

/Peter
petsa is offline   Reply With Quote
This User Say Thank You:
Reply

Bookmarks

Tags
dagenstvcom, grabber, sweden, updated

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 Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Another updated Telvis grabber (Finland) pmcguire WebEPG 1 2007-11-04 06:39
Spanish TDT grabber updated. pegial WebEPG 1 2007-10-17 07:56
Updated Grabber for tvtoday.de milagroso WebEPG 1 2007-08-02 20:05
Updated grabber for tvtoday.de Hawkeye WebEPG 1 2007-05-15 16:53
I have updated the grabber for TVCABO (Portugal) cleao WebEPG 7 2007-05-04 10:56


All times are GMT +1. The time now is 23:14.


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