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-10-03, 16:46   #1 (permalink)
gru
Portal Member
 
Join Date: Jan 2007
Age: 29
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

fixed Problem with new grabber - program count (0)

Hi guys,

First of all thx for Mediaportal and WebEPG - great work!!!

I'm running Mediaportal for 2 months now and I'm very happy with it.
So now I'm starting customizing and adding a little bit, for example a
grabber for the TV channel Austria9.

I read adnd followed the Customizing article in the wiki and finally managed
to write the following grabber:

Code:
<?xml version="1.0" encoding="utf-8"?>
<Grabber>
  <Info availableDays="7" timezone="W. Europe Standard Time" version="2.0" />
  <Channels>
    <Channel id="austria9.at" siteId="1" />
  </Channels>
  <Listing type="Html">
    <Site url="http://www.austria9.at/programm/?pd=[_D]&amp;pm=[MM]&amp;py=[YYYY]" post="" external="false" encoding="" />
    <Html>
      <Template name="default" start="program_liste" end="program_spacer">
        <SectionTemplate tags="S">
          <TemplateText>
&lt;div&gt;
&lt;strong&gt;&lt;#START&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div &gt;
&lt;span &gt;&lt;#TITLE#&gt;&lt;/span&gt;
&lt;/div&gt;
          </TemplateText>
        </SectionTemplate>
      </Template>
    </Html>
  </Listing>
</Grabber>
Inside the WebEPG Designer everything looked good and I had a Listing Count
around 30 for several days. So i thought: well let's try it.

So it configure a single channel in WebEPG-conf and started to whole thing:
Code:
2008-10-03 16:36:36.750000 [Info.][WebEPG-xmltv]: WebEPG: Getting Channel ID: austria9.at
2008-10-03 16:36:36.750000 [Info.][WebEPG-xmltv]:         [1 of 1]
2008-10-03 16:36:36.750000 [Info.][WebEPG-xmltv]: WebEPG: Opening AT\austria9_at.xml
2008-10-03 16:36:37.062500 [Info.][WebEPG-xmltv]: WebEPG: Version: 2.0
2008-10-03 16:36:37.062500 [Info.][WebEPG-xmltv]: WebEPG: TimeZone, Local: Westeuropäische Normalzeit
2008-10-03 16:36:37.062500 [Info.][WebEPG-xmltv]: WebEPG: TimeZone, Site : W. Europe Standard Time
2008-10-03 16:36:37.093750 [Info.][WebEPG-xmltv]: WebEPG: ChannelId: austria9.at
2008-10-03 16:36:37.109375 [Debug][WebEPG-xmltv]: WebEPG: Grab Start 16:36 03.10.2008
2008-10-03 16:36:37.140625 [Info.][WebEPG-xmltv]: WebEPG: Reading http://www.austria9.at/programm/?pd=3&pm=10&py=2008 POST: 
2008-10-03 16:36:37.562500 [Info.][WebEPG-xmltv]: WebEPG: Listing Count 30
2008-10-03 16:36:37.578125 [Debug][WebEPG-xmltv]: WebEPG: Program Count (0), Listing Count (30), Discard Count (0)
2008-10-03 16:36:37.578125 [Warn.][WebEPG-xmltv]: WebEPG: Program Count (0) < Listing Count (30) - Discard Count (0), possible template error
2008-10-03 16:36:37.593750 [Info.][WebEPG-xmltv]: WebEPG: Reading http://www.austria9.at/programm/?pd=4&pm=10&py=2008 POST: 
2008-10-03 16:36:37.875000 [Info.][WebEPG-xmltv]: WebEPG: Listing Count 33
2008-10-03 16:36:37.875000 [Debug][WebEPG-xmltv]: WebEPG: Program Count (0), Listing Count (33), Discard Count (0)
2008-10-03 16:36:37.875000 [Warn.][WebEPG-xmltv]: WebEPG: Program Count (0) < Listing Count (33) - Discard Count (0), possible template error
2008-10-03 16:36:37.875000 [Info.][WebEPG-xmltv]: WebEPG: Reading http://www.austria9.at/programm/?pd=5&pm=10&py=2008 POST: 
2008-10-03 16:36:38.265625 [Info.][WebEPG-xmltv]: WebEPG: Listing Count 25
2008-10-03 16:36:38.281250 [Debug][WebEPG-xmltv]: WebEPG: Program Count (0), Listing Count (25), Discard Count (0)
2008-10-03 16:36:38.281250 [Warn.][WebEPG-xmltv]: WebEPG: Program Count (0) < Listing Count (25) - Discard Count (0), possible template error
2008-10-03 16:36:38.281250 [Info.][WebEPG-xmltv]: WebEPG: Reading http://www.austria9.at/programm/?pd=6&pm=10&py=2008 POST: 
2008-10-03 16:36:38.562500 [Info.][WebEPG-xmltv]: WebEPG: Listing Count 30
2008-10-03 16:36:38.562500 [Debug][WebEPG-xmltv]: WebEPG: Program Count (0), Listing Count (30), Discard Count (0)
2008-10-03 16:36:38.578125 [Warn.][WebEPG-xmltv]: WebEPG: Program Count (0) < Listing Count (30) - Discard Count (0), possible template error
2008-10-03 16:36:38.578125 [Info.][WebEPG-xmltv]: WebEPG: Writing Channel to XMLTV: Austria9
2008-10-03 16:36:38.578125 [Info.][WebEPG-xmltv]: HTTP Statistics: Site www.austria9.at : Pages 4 : Bytes 184991 : Total Time 00:00:01.3437500 : Av. Rate 137,6677 KBps
No program info!
I'm confused why the Listing Count is 30 but the Program Count still is 0
I checked with some other grabber but I cannot find an error in my grabber.

Can anybody help me ????

Best greetings from Salzburg,
Johannes

Last edited by gru; 2008-10-18 at 15:21. Reason: Found error (see my post #3)
gru is offline   Reply With Quote
Old 2008-10-07, 20:44   #2 (permalink)
gru
Portal Member
 
Join Date: Jan 2007
Age: 29
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

Is there nobody out there who can help me ?
gru is offline   Reply With Quote
Old 2008-10-18, 15:20   #3 (permalink)
gru
Portal Member
 
Join Date: Jan 2007
Age: 29
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

fixed

Hi,

finally found the error. It was a typo in the grabber itself.
The #TITLE-Tag had a #-sign too much at the end.

Now it is working.

greetings,
Jo
gru is offline   Reply With Quote
Reply

Bookmarks

Tags
count, grabber, program

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
Suggested Fix - Count viewed if using external viewer BakerQ My TVSeries 3 2007-10-15 01:05
[PATCH]: Epg mhw program description grabber crazyboy pre 1.0 RC1 2 2007-03-14 22:55
A problem creating spanish TDT grabber for WEBEPG pegial WebEPG 7 2006-06-04 13:14
Repeat playback and Play count MungoBBQ Improvement Suggestions 0 2005-06-16 10:10
Setting page count ? Anonymous Plugins 12 2004-12-22 15:43


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


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