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 2006-09-26, 21:32   #1 (permalink)
Portal Member
 
Join Date: Sep 2006
Age: 28
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default NEW Italian EPG grabber, but need your HELP!!

for all italians watchers i've made a new grabber for italian channels from site alice.it but i need your help to coplete the project. i want to grab also the extra descriprion that is linked on grabbed lines but im not able to configure the "SubListingLink" command. if someone can halp me...

this is my currently grabber. it works perfect for simple grabber with no extra description:

(correct some things)

<?xml version="1.0" encoding="utf-8"?>
<profile>
<section name="ChannelList">
<entry name="Rai 1">1</entry><!-- Rai 1 -->
<entry name="Rai 2">3</entry><!-- Rai 2 -->
<entry name="Rai 3">16</entry><!-- Rai 3 -->
<entry name="Canale 5">22</entry><!-- Canale 5 -->
<entry name="Italia 1">23</entry><!-- Italia 1 -->
<entry name="Rete 4">24</entry><!-- Rete 4 -->
<entry name="La7">75</entry><!-- La7 -->
<entry name="All Music">72</entry><!-- All Music -->
<entry name="MTV Italia">24</entry><!-- Mtv -->
</section>

<section name="Listing">
<entry name="BaseURL">http://spettacolo.alice.it</entry>
<entry name="SearchURL">/guidatv/cgi/index.cgi?tipo=3&amp;channel=[ID]&amp;day=[DD]/[MM]/[YYYY]</entry>

<entry name="Tags">TDA</entry>

<!-- Template of the Listing information -->
<entry name="Template">
<tr>
<td>
<div>
<#START>
</div>
</td>
<td>
<div>
<a href>
<#TITLE>
</div>
</td>
<td>
<div>
<#GENRE>
</div>
</td>
</tr>
</entry>
<entry name="SubListingLink">?tipo=1&amp;qs=</entry>
</section>
<section name="SubListing">
<entry name="Tags">TD</entry>
<entry name="Template">
<div id="scheda-testo">
<#DESCRIPTION>
<br><br>
<b></b>
<br>
<br>
</div>
</entry>
</section>
<section name="Info">
<entry name="GuideDays">6</entry>
<entry name="Language">it</entry>
<entry name="SiteDescription">alice.it</entry>
<entry name="TimeZone">W. Europe Standard Time</entry>
</section>
</profile>

Last edited by koala04; 2006-10-03 at 00:36.
koala04 is offline   Reply With Quote
Old 2006-09-27, 21:55   #2 (permalink)
Retired Team Member
 
Join Date: May 2006
Age: 29
Posts: 61
Thanks: 1
Thanked 0 Times in 0 Posts

Country:

My System

Default

ciao koala04!
what about using skylife.it (http://www.skylife.it/html/guidatv/p...tenimento.html) as backend for epg data? it has all of the italian channels available (fta and encrypted).
if it can help, xmltv is able to retrieve slow data (release version is unable to grab channels, you should use svn version available here).
boobee is offline   Reply With Quote
Old 2006-10-01, 11:28   #3 (permalink)
Portal Member
 
Join Date: Mar 2006
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Hi, i have tested your grabber script and work perfect. I have had to replaced "<" and ">" simbols with "&#60" and "&#62" and i have had to replaced "Channel DB ID" but other is ok.

It grab description too without problem.

Thank's
crazyboy is offline   Reply With Quote
Old 2006-10-01, 18:41   #4 (permalink)
Portal Member
 
Join Date: Sep 2006
Age: 28
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

can you post your script?
koala04 is offline   Reply With Quote
Old 2006-10-01, 19:45   #5 (permalink)
Retired Team Member
 
Join Date: May 2006
Age: 29
Posts: 61
Thanks: 1
Thanked 0 Times in 0 Posts

Country:

My System

Default

sorry, what script are we talking about?

I use xmltv (svn) only and its own grabber 'tv_grab_it', first time xmltv needs to be invoked with --configure (xmltv tv_grab_it --configure) to let you choose which channel it should retrieve, then i scheduled this command:

Code:
xmltv tv_grab_it --output d:\mediaportal\xmltv\tvguide.xml --days 7 --slow --verbose --backend skytv

Last, but not least, your channels need to be renamed to match xmltv's naming, otherwise your tvguide will be empty.

that's all.
boobee is offline   Reply With Quote
Old 2006-10-01, 19:58   #6 (permalink)
Retired Team Member
 
Join Date: May 2006
Age: 29
Posts: 61
Thanks: 1
Thanked 0 Times in 0 Posts

Country:

My System

Default

... maybe you meant WebEPG grabber? AFAIK skytv/skylife is not supported by WebEPG, it uses some non-standard stuff in the way it renders data which can't be handled ATM.

hope i don't have misunderstood your question
boobee is offline   Reply With Quote
Old 2006-10-01, 20:02   #7 (permalink)
Portal Member
 
Join Date: Sep 2006
Age: 28
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

xmltv is sooooooo slow webepg grab all channels in 30 seconds...

my question was for crazyboy
koala04 is offline   Reply With Quote
Old 2006-10-01, 20:55   #8 (permalink)
Retired Team Member
 
Join Date: May 2006
Age: 29
Posts: 61
Thanks: 1
Thanked 0 Times in 0 Posts

Country:

My System

Default

....


boobee is offline   Reply With Quote
Old 2006-10-04, 08:38   #9 (permalink)
Portal Member
 
Join Date: Mar 2006
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Sorry for delay.

My script in attachment.



p.s.
I see now that if i write script in this forum messagge "&#60" e "&#62" symbols come are converted.
Attached Files
File Type: txt alice_it.txt (2.1 KB, 44 views)
crazyboy is offline   Reply With Quote
Old 2006-10-04, 10:16   #10 (permalink)
Portal Member
 
Join Date: Sep 2006
Age: 28
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

yesterday Jams have made some code correction to webepg. tonight i will post the correct grabber with all channel (terrestral+satellite)
koala04 is offline   Reply With Quote
Reply

Bookmarks

Tags
epg, grabber, italian

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
EPG (AUS) Grabber - Different Design scott_k2 WebEPG 1 2006-09-28 07:46
Why is my WebEPG doing this? TheMerovingian WebEPG 13 2006-07-10 21:59
A problem creating spanish TDT grabber for WEBEPG pegial WebEPG 7 2006-06-04 13:14
WEBEPG: Italian grabber homerlivorno WebEPG 3 2005-10-13 10:15
Italian Movies database homerlivorno Improvement Suggestions 0 2005-07-08 17:52


All times are GMT +1. The time now is 04:34.


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
Advertisement System V2.6 By   Branden